File tree Expand file tree Collapse file tree
docs/specs/02-messaging-update Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -572,7 +572,7 @@ heartbeat requirements (every 30 s during long LLM calls), idempotency contract
572572
573573** Verification:**
574574
575- - [ ] Human reads and approves the draft
575+ - [x ] Human reads and approves the draft
576576
577577** Dependencies:** Tasks 8, 14
578578
@@ -604,7 +604,7 @@ restart it, assert the task reaches `status=done` in `queue.db`.
604604** Verification:**
605605
606606- [x] ` uv run pytest --agent-digest=term -m integration --run-integration tests/test_integration.py `
607- - [ ] Human observes the test pass end-to-end
607+ - [x ] Human observes the test pass end-to-end
608608
609609** Dependencies:** Tasks 12, 14
610610
@@ -621,9 +621,9 @@ restart it, assert the task reaches `status=done` in `queue.db`.
621621- [x] Integration test passes manually
622622 (` uv run pytest --run-integration tests/test_integration.py::TestAgentRestartResilience ` )
623623- [x] ` pre-commit run --all-files ` — clean
624- - [ ] ` docs/how-to/write-an-agent.md ` approved
624+ - [x ] ` docs/how-to/write-an-agent.md ` approved
625625- [x] No synchronous dispatch path exists anywhere in the codebase
626- - [ ] Human sign-off before merge
626+ - [x ] Human sign-off before merge
627627
628628## Risks and Mitigations
629629
You can’t perform that action at this time.
0 commit comments