II.
SharedContextSpec overview
Reference · liveshared-context-spec:tasks-adapter-breakpoint-context
BreakpointContext (zod) overview
Inspect the raw attributes, linked wiki pages, and inbound or outbound graph edges for shared-context-spec:tasks-adapter-breakpoint-context.
Attributes
displayName
BreakpointContext (zod)
contextKind
wire-payload
typescriptInterface
BreakpointContext
producerIface
@a5c-ai/tasks-adapter CLI / SDK callers (createBreakpoint)
consumerIfaces
- @a5c-ai/tasks-adapter backends/server.ts ServerBreakpointBackend
- @a5c-ai/tasks-adapter backends/git-native.ts
- @a5c-ai/tasks-adapter 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/tasks-adapter/src/types.ts:76-92
Outgoing edges
None.
Incoming edges
has_payload_schema1
- package:a5c-ai-tasks-adapter·PackageSurfaceTasks Adapter