Phase checkpoint — snapshot of protocol state
Source:
checkpoint.yaml
22 lines
yaml
# Phase checkpoint — snapshot of protocol state
protocol: ""
phase: ""
timestamp: ""
status: "" # in_progress | completed | failed
agents:
- name: ""
status: "" # active | completed | failed
tasks_completed: 0
tasks_total: 0
gate_result: null # null if gate not yet run
# gate_result:
# result: pass | fail
# blocking_failures: 0
artifacts_produced: []
# - path: .sniper/artifacts/spec.md
# status: draft | complete
notes: ""