{
  "schema": "dispatch_gate.fixture.dispatch_false_ok_replay.v1",
  "incident_ref": "673AA5A6 (2026-05-24 02:24:59 task-2644 1차 dispatch.py false-ok 사고 박제)",
  "description": "회장 verbatim §17.13 + §17.17 — dispatch.py vs 직접 cron 비교 + false dispatched report fails regression. dispatch.py 가 cron_response.status=ok 반환했어도 spawn 0 인 silent drop 케이스를 final success 로 보고하면 안 됨.",
  "dispatch_py_path": {
    "case_id": "673AA5A6",
    "dispatched_dict": {
      "status": "dispatched",
      "task_id": "task-2644",
      "team": "dev1",
      "cron_response": { "status": "ok", "id": "673AA5A6" }
    },
    "spawn_signals": {
      "workspace_dir_exists": false,
      "workspace_dir_has_activity": false,
      "executor_process_present": false,
      "schedule_visible_in_cron_list": false,
      "schedule_accepted_marker_present": false,
      "schedule_history_log_present": false
    },
    "expected_unverified_before_gate": true,
    "expected_final_status_after_gate": "DISPATCH_SILENT_DROP_HOLD",
    "expected_is_final_success": false
  },
  "direct_cron_path": {
    "case_id": "2453F261",
    "dispatched_dict": {
      "status": "dispatched",
      "task_id": "task-2644",
      "team": "dev1",
      "cron_response": { "status": "ok", "id": "2453F261" }
    },
    "spawn_signals": {
      "workspace_dir_exists": true,
      "workspace_dir_has_activity": true,
      "executor_process_present": true,
      "schedule_visible_in_cron_list": false,
      "schedule_accepted_marker_present": true,
      "schedule_history_log_present": true
    },
    "expected_unverified_before_gate": true,
    "expected_final_status_after_gate": "DISPATCH_VERIFIED_SPAWN",
    "expected_is_final_success": true
  }
}
