From 074066267d3af033ad3174d0dd431902b45b82ad Mon Sep 17 00:00:00 2001 From: jwbron <8340608+jwbron@users.noreply.github.com> Date: Sat, 14 Feb 2026 03:58:08 +0000 Subject: [PATCH 1/2] docs: Remove stale sdlc-hitl.yml reference Update sdlc-pipeline.md to reference the orchestrator's decision queue instead of the deleted sdlc-hitl.yml workflow. This completes the documentation updates from #658 (removal of GitHub Actions SDLC orchestration). Triggered by: commit b75bcc5 (#658) Authored-by: egg --- docs/guides/sdlc-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/sdlc-pipeline.md b/docs/guides/sdlc-pipeline.md index 01e3bcb989..5cfa5c712d 100644 --- a/docs/guides/sdlc-pipeline.md +++ b/docs/guides/sdlc-pipeline.md @@ -40,7 +40,7 @@ Code reviews are performed by the existing PR review workflow (`reusable-review. ### 4. Human-in-the-Loop at Critical Points -The pipeline pauses for human approval at phase transitions (refine and plan). In issue mode, the `sdlc-hitl.yml` workflow's `handle-approval` job processes checkbox-based approval. In local mode, the orchestrator's decision queue also supports requesting changes, with a circuit breaker (`max_review_cycles`, default 3) to prevent unbounded revision loops. +The pipeline pauses for human approval at phase transitions (refine and plan). The orchestrator's decision queue processes checkbox-based approval in both issue and local modes. In local mode, the decision queue also supports requesting changes, with a circuit breaker (`max_review_cycles`, default 3) to prevent unbounded revision loops. ## Pipeline Architecture From 55c1f27f0240dbb2d9745f9e5bf24ba3c7a1e2ac Mon Sep 17 00:00:00 2001 From: "egg-reviewer[bot]" <261018737+egg-reviewer[bot]@users.noreply.github.com> Date: Sat, 14 Feb 2026 04:03:57 +0000 Subject: [PATCH 2/2] Fix inaccurate HITL approval description per review feedback Remove 'checkbox-based' qualifier that incorrectly described local mode (which uses REST API, not checkboxes) and fix 'In local mode' qualifier that implied requesting changes was local-mode-only. --- docs/guides/sdlc-pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/sdlc-pipeline.md b/docs/guides/sdlc-pipeline.md index 5cfa5c712d..70560ab6c5 100644 --- a/docs/guides/sdlc-pipeline.md +++ b/docs/guides/sdlc-pipeline.md @@ -40,7 +40,7 @@ Code reviews are performed by the existing PR review workflow (`reusable-review. ### 4. Human-in-the-Loop at Critical Points -The pipeline pauses for human approval at phase transitions (refine and plan). The orchestrator's decision queue processes checkbox-based approval in both issue and local modes. In local mode, the decision queue also supports requesting changes, with a circuit breaker (`max_review_cycles`, default 3) to prevent unbounded revision loops. +The pipeline pauses for human approval at phase transitions (refine and plan). The orchestrator's decision queue handles approval in both issue and local modes, and supports requesting changes with a circuit breaker (`max_review_cycles`, default 3) to prevent unbounded revision loops. ## Pipeline Architecture