chore(skills): agent-swarm-cleanup Codex mirror greps match Antigravity (agy) (ag-2zf8 #codex-mirror-agy-grep)#785
Closed
boshu2 wants to merge 1 commit into
Closed
Conversation
…ty (agy) (ag-2zf8 #codex-mirror-agy-grep) PR #780 added 'agy|antigravity' to the process-greps in the Claude form (skills/system-tuning/references/agent-swarm-cleanup.md) but left the identical Codex mirror (skills-codex/...) grepping only 'claude|codex|gemini'. Since the substrate launches Antigravity as 'agy --dangerously-skip-permissions', the Codex-form reaper and post-cleanup count miss every agy pane. Mirror the exact PR780 change to complete the dual-runtime contract (skills/ AND skills-codex/). Closes-scenario: ag-2zf8#codex-mirror-agy-grep Bounded-context: BC5-Runtime Evidence: skills-codex/system-tuning/references/agent-swarm-cleanup.md
Owner
Author
|
Closing as redundant + wrong approach: this hand-edits the generated codex mirror (skills-codex/) without the source skills/ change, so it perpetually drifts. The agy-grep fix lands via #788 (source + regenerated mirror). Per refinery triage. |
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.
What / why
The Codex mirror of
agent-swarm-cleanupstill greps process lists withclaude|codex|gemini, so its reaper and post-cleanup count miss every Antigravity (agy) pane — the substrate already launches Antigravity asagy --dangerously-skip-permissions(ntm config migrated, ag-ni1b).This is the dual-runtime complement to PR #780, which fixed only the Claude form (
skills/system-tuning/references/agent-swarm-cleanup.md) and was explicitly single-file. Onmainboth forms were identical and both buggy; this mirrors the exact PR780 change intoskills-codex/to complete theskills/∥skills-codex/contract.Change
2-line alternation fix (+1 explanatory comment) in
skills-codex/system-tuning/references/agent-swarm-cleanup.md:claude|codex|gemini→claude|codex|gemini|agy|antigravityin both the reap grep and the post-cleanuppgrepcount. Diff = 3 ins / 2 del, single file.Verification
scripts/generate-registry.sh --check: up to date (registry walksskills/only — unaffected)scripts/pre-push-gate.sh --fast: passedCloses-scenario: ag-2zf8#codex-mirror-agy-grep
Bounded-context: BC5-Runtime
Evidence: skills-codex/system-tuning/references/agent-swarm-cleanup.md