chore(skills): agent-swarm-cleanup greps match Antigravity (agy) panes (ag-mtfe #agy-cleanup-grep)#780
Closed
boshu2 wants to merge 1 commit into
Closed
chore(skills): agent-swarm-cleanup greps match Antigravity (agy) panes (ag-mtfe #agy-cleanup-grep)#780boshu2 wants to merge 1 commit into
boshu2 wants to merge 1 commit into
Conversation
…s (ag-mtfe #agy-cleanup-grep) The confused-agent detector and post-cleanup agent count grep 'claude|codex|gemini'. The substrate now launches Antigravity as 'agy --dangerously-skip-permissions' (ntm config migrated, ag-ni1b), so both greps miss every agy pane: reaping skips confused Antigravity agents and the verification count undercounts. Extend the alternation to claude|codex|gemini|agy|antigravity. Closes-scenario: ag-mtfe#agy-cleanup-grep Bounded-context: BC5-Runtime Evidence: skills/system-tuning/references/agent-swarm-cleanup.md
Owner
Author
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
skills/system-tuning/references/agent-swarm-cleanup.mdgreps process lists withclaude|codex|geminiin two places:Why
The substrate has already migrated gemini-cli → Antigravity:
ntm configlaunches the gemini slot asagy --dangerously-skip-permissions(per ag-ni1b, deadline 2026-06-18). Anagy/antigravityprocess does not matchgemini, so today both greps miss every Antigravity pane — the reaper skips confusedagyagents and the post-cleanup count undercounts, falsely reading as "cleanup landed."Change
Extend the alternation to
claude|codex|gemini|agy|antigravityon both lines + a one-line comment noting agy = Antigravity. Two-line behavioral fix, no other surface touched.Verification
markdownlintclean (exit 0)Closes-scenario: ag-mtfe#agy-cleanup-grep
Bounded-context: BC5-Runtime
Evidence: skills/system-tuning/references/agent-swarm-cleanup.md