From bb03ca6bdefd55c5966d5e3be25a3d94c86925ac Mon Sep 17 00:00:00 2001 From: kami Date: Fri, 28 Aug 2026 10:34:11 +0400 Subject: [PATCH] orchestra: TASK.md --- TASK.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 TASK.md diff --git a/TASK.md b/TASK.md new file mode 100644 index 0000000..983ced5 --- /dev/null +++ b/TASK.md @@ -0,0 +1,18 @@ +# Task 06G4E4TYBR6P66BXX82F1NQNPC + +Add a --version flag to the healthcheck script + +- Project: test-e2e +- Source: gitea:test-e2e/6 +- Priority: 0 + +## Instructions + +scripts/orchestra_e2e_healthcheck.sh already handles --help. Add a --version flag alongside it that prints the single line 1.0.0 and exits 0. Leave the default behaviour and the --help output unchanged. + +## Completion + +Run the configured quality gate. When the task is ready for the worker to verify and deliver, create `.orchestra/done`. Do not write a prose completion 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.