docs(harness-adapters): remove incorrect single-worker-only claim from AGY docs - #5
Merged
Merged
Conversation
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.
Intent
Remove the incorrect
single-worker onlyclaim from the AGY harness adapter docs. The captain confirmed directly that multiple concurrent AGY sessions work fine, and this claim had no cited test or verification evidence. Keep the other two EXPERIMENTAL caveats: no secondmate support and no verified turn-end hook. Only line 406 in .agents/skills/harness-adapters/SKILL.md needed changing.What Changed
.agents/skills/harness-adapters/SKILL.md, since multiple concurrent AGY sessions are confirmed to work.Risk Assessment
✅ Low: Single-line documentation edit that removes exactly the claim specified in the intent while preserving the other two caveats; no code or behavior is affected.
Testing
This is a docs-only, single-line prose fix with no code path or automated test coverage over its content, so I verified it via direct diff inspection: the target commit removes only the phrase "single-worker only, " from line 406 of .agents/skills/harness-adapters/SKILL.md, leaving the "no secondmate support, and no verified turn-end hook" caveats untouched, matching the stated intent exactly, and no other files or lines were touched.
Evidence: SKILL.md AGY caveat line diff (base vs target)
-AGY is EXPERIMENTAL: single-worker only, no secondmate support, and no verified turn-end hook (busy/idle pane detection is the only completion signal). +AGY is EXPERIMENTAL: no secondmate support, and no verified turn-end hook (busy/idle pane detection is the only completion signal).Pipeline
Updates from git push no-mistakes
✅ **intent** - passed
✅ No issues found.
✅ **Rebase** - passed
✅ No issues found.
✅ **Review** - passed
✅ No issues found.
bin/fm-agy-lib.sh:25- Two code comments elsewhere in the repo still assert the same now-corrected 'single-worker only' claim for AGY: bin/fm-agy-lib.sh:25 and bin/fm-spawn.sh:78. The user intent explicitly scoped this change to only SKILL.md line 406, so this is out of scope for this change, but it leaves the codebase docs/comments inconsistent with the corrected SKILL.md claim.git diff 72920c46..dcd2eb30 -- .agents/skills/harness-adapters/SKILL.md— confirmed exactly one line changed at the AGY EXPERIMENTAL caveat, 'single-worker only, ' removed, both remaining caveats intactgit diff --statbetween base and target — confirmed only 1 file / 1 line changed overallgrep for other 'single-worker' mentions inside .agents/skills/harness-adapters/ — none remaingrep across tests/ for AGY/EXPERIMENTAL SKILL.md references — no automated test exercises this doc's prose, confirming manual diff inspection is the appropriate evidencegrep across bin/ for stray 'single-worker' mentions — found two (bin/fm-agy-lib.sh:25, bin/fm-spawn.sh:78) still claiming single-worker only, outside the scoped file✅ **Document** - passed
✅ No issues found.
✅ **Lint** - passed
✅ No issues found.
✅ **Push** - passed
✅ No issues found.