From 9a0ea96d22702860f50ae87e337eeb26932844f8 Mon Sep 17 00:00:00 2001 From: kami Date: Sat, 29 Aug 2026 00:40:26 +0400 Subject: [PATCH] orchestra: TASK.md --- TASK.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/TASK.md b/TASK.md index cb2bf31..c450007 100644 --- a/TASK.md +++ b/TASK.md @@ -1,14 +1,16 @@ -# Task 06G4JX6MSQEP7N0D5JWW9EP5X4 +# Task 06G4M6HF1Z3EREX1X3NEKSHP24 -Late handoff rig: add a --version line to the healthcheck usage text +Name the healthcheck success message once - Project: test-e2e -- Source: burnin/late-handoff-1 +- Source: burnin/run14-a - Priority: 0 ## Instructions -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. +scripts/orchestra_e2e_healthcheck.sh spells its success message inline. Give it a single named constant beside the existing VERSION constant and use that constant everywhere the message is printed. + +Behaviour must not change. The plain run, --quiet and --help keep their current output and exit statuses, and scripts/test_healthcheck.sh keeps passing. ## Research first