docs(skills): match agy (Antigravity) panes in swarm-cleanup greps (ag-ni1b #agy-swarm-cleanup-grep)#788
Merged
Merged
Conversation
…greps (ag-ni1b #agy-swarm-cleanup-grep) ntm now maps its `gemini` agent slot to `agy --dangerously-skip-permissions`, so the gemini-family pane runs as an `agy` process. The agent-swarm-cleanup reference discovered and counted swarm agents with `grep -E 'claude|codex|gemini'`, which silently misses agy panes post-migration — confused-long-horizon-agent cleanup and the post-cleanup agent count would both under-report. Add `agy|antigravity` to both matchers (the confused-agent finder and the verification count) and note why, keeping `gemini` for older sessions that still launch it. In-repo slice of ag-ni1b (gemini-cli -> Antigravity migration); the external/both-host skill edits remain. Closes-scenario: ag-ni1b#agy-swarm-cleanup-grep Bounded-context: BC5-Runtime Evidence: skills/system-tuning/references/agent-swarm-cleanup.md
… #agy-swarm-cleanup-grep) Mirror the agy/antigravity grep change into the skills-codex twin and refresh generated hashes. Source skill reference was updated in the prior commit; this propagates it to the codex artifacts so the codex-hash and codex-artifact-metadata gates pass. Closes-scenario: ag-ni1b#agy-swarm-cleanup-grep Bounded-context: BC5-Runtime Evidence: skills-codex/system-tuning/references/agent-swarm-cleanup.md
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
ntm now maps its
geminiagent slot toagy --dangerously-skip-permissions(Antigravity), so the gemini-family pane runs as anagyprocess. Thesystem-tuningswarm-cleanup reference discovered and counted swarm agents withgrep -E 'claude|codex|gemini'in two places:ps ... | grep -E ...)pgrep -af ... | wc -l)Both silently miss
agypanes post-migration → confused-agent cleanup skips them and the agent count under-reports.Change
Add
agy|antigravityto both matchers and a one-line note explaining the slot mapping. Keepgeminifor older sessions that still launch it.Scope
In-repo slice of ag-ni1b (gemini-cli → Antigravity migration). This advances the bead but does not close it — the bulk (external/user-global skills, both-host verification, dueling-idea-wizards + code-review-swarm end-to-end agy node) remains.
Verification
scripts/pre-push-gate.sh --fast→ passed (the 2 WARNs are pre-existing, unrelated: unknown-flag noise in executable-spec link-integrity).Closes-scenario: ag-ni1b#agy-swarm-cleanup-grep
Bounded-context: BC5-Runtime
Evidence: skills/system-tuning/references/agent-swarm-cleanup.md