LOS

Receipt

One receipt opened from the proof ledger.

los_self_repair.stdout.json

/home/dev/Dropbox/Projects/System/agents/agent_brain/cadence/output/los_self_repair.stdout.json

{
  "$schema": "agent_brain.cadence.self_repair_receipt.v1",
  "action_class": "self_repair_tier1",
  "action_count": 1,
  "after_tier1_doctor_receipt_path": "/home/dev/Dropbox/Projects/System/agents/agent_brain/cadence/output/20260710T115148Z-los-doctor/receipt.json",
  "autonomy": {
    "action_class": "self_repair_tier1",
    "allowed": true,
    "anomaly": false,
    "autonomy_level": "autonomous",
    "budget_per_day": 10,
    "loop_name": "self_repair",
    "reason": "allowed",
    "used_today": 0
  },
  "before_doctor_receipt_path": "/home/dev/Dropbox/Projects/System/agents/agent_brain/cadence/output/20260710T115145Z-los-doctor/receipt.json",
  "code_repair": {
    "autonomy": {
      "action_class": "self_repair_code",
      "allowed": false,
      "anomaly": false,
      "autonomy_level": "advise_then_act",
      "budget_per_day": 1,
      "loop_name": "self_repair",
      "reason": "policy_advise_then_act",
      "used_today": 0
    },
    "reason": "policy_advise_then_act",
    "status": "escalated"
  },
  "code_repair_dispatches": 0,
  "doctor_improved": false,
  "mode": "run",
  "produced_at_utc": "2026-07-10T11:51:50Z",
  "receipt_path": "/home/dev/Dropbox/Projects/System/agents/agent_brain/cadence/output/self-repair/20260710T115150Z-self-repair-receipt.json",
  "remaining_failures": [
    "dedupe"
  ],
  "status": "ok",
  "tier1_results": [
    {
      "commit": "de0140182cfd1b229dc115a5202cb53e4688cfaf",
      "failure_class": "git_worktree",
      "handler": "worktree_state_file_auto_commit",
      "paths": [
        "cadence/state/posted-items.json"
      ],
      "status": "repaired",
      "undo": {
        "command": "git revert de0140182cfd1b229dc115a5202cb53e4688cfaf",
        "type": "git_revert"
      }
    }
  ],
  "undo": {
    "items": [
      {
        "command": "git revert de0140182cfd1b229dc115a5202cb53e4688cfaf",
        "type": "git_revert"
      }
    ],
    "type": "handler_specific"
  }
}