From dcd05789259eca0309bf4489abfce6b67608d624 Mon Sep 17 00:00:00 2001 From: kami Date: Fri, 28 Aug 2026 10:48:28 +0400 Subject: [PATCH] orchestra: TASK.md --- TASK.md | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 TASK.md diff --git a/TASK.md b/TASK.md new file mode 100644 index 0000000..5d8e558 --- /dev/null +++ b/TASK.md @@ -0,0 +1,53 @@ +# Task 06G4E83E4KRXM8DS90M2648MGM + +Add a --quiet flag to the healthcheck script + +- Project: test-e2e +- Source: gitea:test-e2e/8 +- Priority: 0 + +## Instructions + +## Goal + +Add a --quiet flag to the healthcheck script + +scripts/orchestra_e2e_healthcheck.sh already handles --help. Add a --quiet flag alongside it that suppresses the success line and still exits 0. Leave the default behaviour and the --help output unchanged. + +## Verification + +- `bash -n scripts/*.sh && bash scripts/orchestra_e2e_healthcheck.sh` exited 0 +- commit: 41dee802416aaa9020a2e31ae5b79fa084a4f150 +- independent review of 41dee802416aaa9020a2e31ae5b79fa084a4f150: pass +- accepted plan: 6c62e3cde23ed9aca296ed5b60295384b35cdad9fe0e1e45fa381d5801fb9af3 + +## Behavioural changes + +- none reported + +## Deviations from plan + +- none reported + +## Remaining risks + +- none reported + +## Review hotspots + +- none reported + +The sections above are derived from Orchestra state. The reported +changes, deviations, risks, and hotspots are the implementing agent's +own account and are not verified. + +## Acceptance criteria + +- not stated in the task contract + +## 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.