From 1d8c3e1f6b2e25a50918cc23cac7c19aa2a45bff Mon Sep 17 00:00:00 2001 From: kami Date: Fri, 28 Aug 2026 21:39:51 +0400 Subject: [PATCH 1/2] orchestra: TASK.md --- TASK.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/TASK.md b/TASK.md index cf408fb..cb2bf31 100644 --- a/TASK.md +++ b/TASK.md @@ -1,22 +1,24 @@ -# Task 06G4GWWJ8SWFREF06HDYEBAG0C +# Task 06G4JX6MSQEP7N0D5JWW9EP5X4 -Route the healthcheck output through one helper +Late handoff rig: add a --version line to the healthcheck usage text - Project: test-e2e -- Source: gitea:test-e2e/15 +- Source: burnin/late-handoff-1 - Priority: 0 ## Instructions -`scripts/orchestra_e2e_healthcheck.sh` prints its success line from more than one place. Centralise the output so every path goes through one helper, and give that helper an explicit format argument rather than reading a global. - -Behaviour must not change. The plain run, `--quiet`, `--help` and `--json` all keep their current output and exit statuses, and `scripts/test_healthcheck.sh` keeps passing. +Add the version string to the usage text printed by scripts/orchestra_e2e_healthcheck.sh --help. Keep every existing line and exit status unchanged, and keep scripts/test_healthcheck.sh passing. ## Research first Establish at least three findings with distinct confidence: at least one `fact`, one `inference`, one `assumption`. +## Quality gate + +bash -n scripts/*.sh && bash scripts/orchestra_e2e_healthcheck.sh + ## 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. -- 2.52.0 From 419e17fce2df923b77963fcfbe07b2e8e3bd0afe Mon Sep 17 00:00:00 2001 From: kami Date: Fri, 28 Aug 2026 21:44:50 +0400 Subject: [PATCH 2/2] orchestra: pre-release WIP snapshot (orchestra-06g4jx6msqep7n0d5jww9ep5x4-d6e6951e) --- scripts/orchestra_e2e_healthcheck.sh | 3 +++ scripts/test_healthcheck.sh | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/orchestra_e2e_healthcheck.sh b/scripts/orchestra_e2e_healthcheck.sh index 50eede8..f7b9a38 100755 --- a/scripts/orchestra_e2e_healthcheck.sh +++ b/scripts/orchestra_e2e_healthcheck.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +readonly VERSION=1.0.0 + # emit