iiRecord
Agentic AI Atlas · BreakpointAnswer (zod)
shared-context-spec:breakpoints-mux-breakpoint-answera5c.ai
II.
SharedContextSpec JSON

shared-context-spec:breakpoints-mux-breakpoint-answer

Structured · live

BreakpointAnswer (zod) json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/shared-context-specs/breakpoints-mux-types.yamlCluster · extensions
Record JSON
{
  "id": "shared-context-spec:breakpoints-mux-breakpoint-answer",
  "_kind": "SharedContextSpec",
  "_file": "extensions/shared-context-specs/breakpoints-mux-types.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "BreakpointAnswer (zod)",
    "contextKind": "wire-payload",
    "typescriptInterface": "BreakpointAnswer",
    "producerIface": "responders (CLI answer / MCP answer-breakpoint tool)",
    "consumerIfaces": [
      "@a5c-ai/breakpoints-mux backends/server.ts (POST /questions/:id/answers body)",
      "callers awaiting BreakpointWaitResult.answer"
    ],
    "fieldSchema": [
      "id|breakpointId|responderId|responderName:string:required",
      "text:string:required:Answer body",
      "approved:bool:optional:Approval-mode boolean",
      "confidence:number<0..100>:required:Self-rated confidence",
      "references:list<string>:required",
      "followUpQuestions:list<string>:required",
      "answeredAt:datetime:required:ISO-8601 timestamp",
      "rating:{helpful,comment?,ratedAt}:optional:Post-hoc rating",
      "decisionMemory:{applicabilityContext,reasoning,enrichedContext?,savedAt}:optional"
    ],
    "sourceCitation": "packages/breakpoints-mux/src/types.ts:137-151"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "package:a5c-ai-breakpoints-mux",
      "to": "shared-context-spec:breakpoints-mux-breakpoint-answer",
      "kind": "has_payload_schema",
      "attributes": {}
    }
  ]
}