II.
SharedContextSpec JSON
Structured · liveshared-context-spec:breakpoints-mux-breakpoint-context
BreakpointContext (zod) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "shared-context-spec:breakpoints-mux-breakpoint-context",
"_kind": "SharedContextSpec",
"_file": "extensions/shared-context-specs/breakpoints-mux-types.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "BreakpointContext (zod)",
"contextKind": "wire-payload",
"typescriptInterface": "BreakpointContext",
"producerIface": "@a5c-ai/breakpoints-mux CLI / SDK callers (createBreakpoint)",
"consumerIfaces": [
"@a5c-ai/breakpoints-mux backends/server.ts ServerBreakpointBackend",
"@a5c-ai/breakpoints-mux backends/git-native.ts",
"@a5c-ai/breakpoints-mux mcp/tools/ask-breakpoint.ts"
],
"fieldSchema": [
"description:string:required:Plain-text breakpoint context",
"codeSnippets:list<string|{filename,code,language?}>:required:Code snippets bundle",
"fileReferences:list<string>:required:File-path references",
"tags:list<string>:required:Free-form tags",
"title|summary|markdown|domain:string:optional:Renderable metadata",
"urgency:enum<low|medium|high>:optional",
"interactionKind:enum<clarification|approval|intervention|notification|handoff>:optional",
"links:list<{label,url,kind?}>:optional:Rich reference links",
"sections|artifacts:list<...>:optional:Structured context blocks",
"metadata:map<string,unknown>:optional:Open-ended bag (catchall unknowns)"
],
"sourceCitation": "packages/breakpoints-mux/src/types.ts:76-92"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "package:a5c-ai-breakpoints-mux",
"to": "shared-context-spec:breakpoints-mux-breakpoint-context",
"kind": "has_payload_schema",
"attributes": {}
}
]
}