feat: add Antigravity .agents/rules/ponytail.md rule copy (closes #116)#119
Merged
DietrichGebert merged 1 commit intoJun 18, 2026
Merged
Conversation
Antigravity IDE loads always-on rules from .agents/rules/. The README already tells Antigravity users to drop the ruleset there, but the file was missing. Add it as a verbatim copy of the canonical AGENTS.md body (no frontmatter, like the .windsurf/.clinerules copies) and register it in check-rule-copies.js so it is validated against AGENTS.md and cannot drift. Closes DietrichGebert#116.
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 #116.
Antigravity IDE loads always-on rules from
.agents/rules/. The README already tells Antigravity users they can "drop the ruleset into.agents/rules/," but the file itself was missing — so there was nothing to drop.Changes
.agents/rules/ponytail.md— a verbatim copy of the canonicalAGENTS.mdbody (no frontmatter, matching the.windsurf/.clinerulescopies).scripts/check-rule-copies.js— registered the new file so it's validated againstAGENTS.mdand can't drift on future rule changes.Verified
node scripts/check-rule-copies.js→ passes (new copy matchesAGENTS.md).npm test→ 51/51 pass.autocrlfon checkout).Scope kept to exactly the two changes the issue asked for. Happy to also add a row to
docs/agent-portability.mdif you'd like the mapping documented there too.