fix(autopilot): spec kill-switch names the situation gate, not removed forge-control - #193
Merged
Merged
Conversation
…d forge-control The autopilot spec's kill-switch line still cited the forge-control global pause (.forge-control/paused), removed by ADR-0003 — the same dead-subsystem reference #166 fixed in the SKILL. Rewrite it to describe only the real per-repo situation gate (open incident / security hold), matching plugin/skills/autopilot/SKILL.md. Add a #192 negative-content test mirroring the #166 SKILL assertion for the spec. Closes #192 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #192 — follow-up to #166.
Problem
The autopilot spec's §8 kill-switch line still cited the forge-control global pause (
.forge-control/paused), a subsystem removed by ADR-0003. Nothing produces or reads.forge-control/paused. This contradicted the correctedplugin/skills/autopilot/SKILL.md(fixed by #166, which was scoped toplugin/skills/only, leaving this spec line out of scope).Change
docs/specs/2026-07-21-forge-autopilot.md§8 kill-switch text now describes only the real per-repo situation gate (open incident / security hold viagates/situationgate.mjs), matching the SKILL.#192negative-content test mirroring the existing#166SKILL assertion, asserting the spec carries noforge-control/.forge-controlreference and names the situation gate.Scope guard
Touched only the active autopilot spec (+ its test). Historical forge-control references in the forge-control spec itself, ADRs (incl. 0003), README, and old C1–C8 plans are intentionally preserved per ADR-0003 and were NOT touched.
Acceptance criteria
forge-control/.forge-control/pausedreference remains in the spec.Verification
pnpm verifygreen locally — 356 tests, incl. the new#192spec assertion and the existing#166SKILL assertion.🤖 Generated with Claude Code