{
  "schema": "zob.daemon-policy.v1",
  "version": 1,
  "description": "Policy registry for future local daemon review. This policy allows only manual one-shot read-only queue ticks today and never starts an always-on daemon by itself.",
  "mode": "manual_one_shot_readonly",
  "daemonEnabled": false,
  "alwaysOnDaemonEnabled": false,
  "autoStartDaemon": false,
  "continuousLoop": false,
  "cronEnabled": false,
  "maxWorkersDefault": 1,
  "maxWorkersMax": 1,
  "claimAtMostOneJobPerTick": true,
  "allowedJobTypes": [
    "docs_watch",
    "repo_audit_readonly",
    "todo_risk_report",
    "session_analysis"
  ],
  "disallowedAdapters": [
    "write",
    "edit",
    "github",
    "browser",
    "cloud",
    "web",
    "deploy",
    "publish"
  ],
  "allowedStopConditions": [
    "none",
    "failed_preflight",
    "incomplete_no_assistant_turn",
    "incomplete_no_evidence",
    "failed_validation",
    "timeout",
    "blocked",
    "scope_violation",
    "agentic_failed",
    "oracle_fail",
    "no_ship",
    "fail_loop"
  ],
  "requiredStopConditions": [
    "failed_preflight",
    "incomplete_no_assistant_turn",
    "incomplete_no_evidence",
    "failed_validation",
    "scope_violation",
    "timeout",
    "blocked",
    "agentic_failed",
    "oracle_fail",
    "no_ship",
    "fail_loop"
  ],
  "budgetEnforced": false,
  "strictEnabled": false,
  "wouldBlockDispatch": false,
  "modelRouterUsed": false,
  "routingApplied": false,
  "childDispatchAllowed": false,
  "liveChildExecution": false,
  "networkAccessed": false,
  "writeAdaptersEnabled": false,
  "productionWritesPerformed": false,
  "autoApply": false,
  "noExecution": true,
  "bodyStored": false,
  "promptBodiesStored": false,
  "outputBodiesStored": false,
  "futureAlwaysOnPrerequisites": [
    "strict budget enforcement integrated with dispatch blocking",
    "live model routing integrated behind budget gates",
    "arbitrary registered factory proof matrix completed with oracle review",
    "sandbox production apply and rollback gates proven",
    "stop-condition escalation policy proven",
    "operator approval for daemon autostart and scheduling"
  ]
}
