Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7d03f376ad | |||
| 2514dd7406 |
@@ -0,0 +1,15 @@
|
|||||||
|
# Task 06FTGX57KBFBYH03K8Q7TAHSNC
|
||||||
|
|
||||||
|
Fresh two-agent healthcheck E2E
|
||||||
|
|
||||||
|
- Project: test-e2e
|
||||||
|
- Source: e2e/two-agent-fresh-1785237645
|
||||||
|
- Priority: 0
|
||||||
|
- Capability: opencode
|
||||||
|
|
||||||
|
## Instructions
|
||||||
|
|
||||||
|
Writer: create executable scripts/healthcheck.sh that prints exactly healthy followed by a newline; run it and verify. Then write .orchestra-handoff-report.md identifying the file, validation, and review handoff. Do not modify TASK.md or other files.
|
||||||
|
|
||||||
|
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.
|
||||||
Executable
+2
@@ -0,0 +1,2 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
echo "healthy"
|
||||||
Reference in New Issue
Block a user