Compare commits

...

2 Commits

Author SHA1 Message Date
kami 158437addc orchestra: pre-release WIP snapshot (oc-06ftgv7rjxhzcfnmm1mg5btb1m) 2026-07-28 15:16:28 +04:00
kami c835acc43d orchestra: TASK.md 2026-07-28 15:12:23 +04:00
2 changed files with 17 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Task 06FTGV7RJXHZCFNMM1MG5BTB1M
Two-agent healthcheck and review E2E
- Project: test-e2e
- Source: e2e/two-agent-healthcheck-1785237141
- Priority: 0
- Capability: opencode
## Instructions
Writer phase: in this isolated worktree, create executable scripts/healthcheck.sh that prints exactly healthy followed by a newline; run it and verify its output. Then write .orchestra-handoff-report.md stating the file changed, validation performed, and that the successor must review it. Do not modify TASK.md or any files outside scripts/healthcheck.sh and the handoff report.
This file is immutable for the lifetime of the task (§6.2) — its hash is
carried in every handoff and re-verified on every pickup. Do not edit it.
+2
View File
@@ -0,0 +1,2 @@
#!/usr/bin/env bash
echo healthy