[
  {
    "id": "BCAM-001",
    "title": "AI agent sent an email",
    "actor": "mail-agent",
    "action": "sent email",
    "target": "external client inbox",
    "authority": "missing",
    "execution": "admitted",
    "evidence": "partial",
    "replay": "unavailable",
    "recognition": "not accepted",
    "recourse": "available",
    "closure": "not closed",
    "status": "BOUNDARY INCOMPLETE",
    "question": "Who authorized the message before it crossed the outbound boundary?"
  },
  {
    "id": "BCAM-002",
    "title": "Browser agent submitted a form",
    "actor": "browser-agent",
    "action": "submitted form",
    "target": "external website",
    "authority": "present",
    "execution": "admitted",
    "evidence": "recorded",
    "replay": "possible",
    "recognition": "pending",
    "recourse": "available",
    "closure": "not closed",
    "status": "CONTROLLED",
    "question": "Can the submitted state be reconstructed from evidence?"
  },
  {
    "id": "BCAM-003",
    "title": "Workflow approved an invoice",
    "actor": "approval-workflow",
    "action": "approved invoice",
    "target": "finance record",
    "authority": "present",
    "execution": "governed",
    "evidence": "recorded",
    "replay": "possible",
    "recognition": "accepted",
    "recourse": "available",
    "closure": "closed",
    "status": "CLOSED",
    "question": "What object proves the approval boundary closed?"
  },
  {
    "id": "BCAM-004",
    "title": "Automation deleted a file",
    "actor": "cleanup-automation",
    "action": "deleted file",
    "target": "shared storage",
    "authority": "missing",
    "execution": "not admitted",
    "evidence": "missing",
    "replay": "impossible",
    "recognition": "not accepted",
    "recourse": "required",
    "closure": "not closed",
    "status": "BOUNDARY INCOMPLETE",
    "question": "What evidence proves the deletion was authorized?"
  },
  {
    "id": "BCAM-005",
    "title": "CI pipeline published a package",
    "actor": "ci-pipeline",
    "action": "published package",
    "target": "public package registry",
    "authority": "present",
    "execution": "governed",
    "evidence": "recorded",
    "replay": "possible",
    "recognition": "accepted",
    "recourse": "available",
    "closure": "closed",
    "status": "CLOSED",
    "question": "What public release object binds the package publication?"
  },
  {
    "id": "BCAM-006",
    "title": "API client changed a customer record",
    "actor": "api-client",
    "action": "updated record",
    "target": "customer system",
    "authority": "present",
    "execution": "admitted",
    "evidence": "recorded",
    "replay": "possible",
    "recognition": "pending",
    "recourse": "available",
    "closure": "not closed",
    "status": "CONTROLLED",
    "question": "Can the record mutation be tied to an admitted authority path?"
  },
  {
    "id": "BCAM-007",
    "title": "Autonomous workflow completed a task",
    "actor": "autonomous-workflow",
    "action": "completed task",
    "target": "production queue",
    "authority": "present",
    "execution": "governed",
    "evidence": "recorded",
    "replay": "possible",
    "recognition": "accepted",
    "recourse": "available",
    "closure": "closed",
    "status": "CLOSED",
    "question": "What closure object proves the task crossed the boundary lawfully?"
  }
]
