Skip to content

feat: add Antigravity .agents/rules/ponytail.md rule copy (closes #116)#119

Merged
DietrichGebert merged 1 commit into
DietrichGebert:mainfrom
Lakshya77089:add-antigravity-rules
Jun 18, 2026
Merged

feat: add Antigravity .agents/rules/ponytail.md rule copy (closes #116)#119
DietrichGebert merged 1 commit into
DietrichGebert:mainfrom
Lakshya77089:add-antigravity-rules

Conversation

@Lakshya77089

Copy link
Copy Markdown
Contributor

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

  1. .agents/rules/ponytail.md — a verbatim copy of the canonical AGENTS.md body (no frontmatter, matching the .windsurf / .clinerules copies).
  2. scripts/check-rule-copies.js — registered the new file so it's validated against AGENTS.md and can't drift on future rule changes.

Verified

  • node scripts/check-rule-copies.js → passes (new copy matches AGENTS.md).
  • npm test → 51/51 pass.
  • Content is byte-identical to the other no-frontmatter copies; stored as LF like the rest (the local CRLF warning is just Windows autocrlf on checkout).

Scope kept to exactly the two changes the issue asked for. Happy to also add a row to docs/agent-portability.md if you'd like the mapping documented there too.

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.
@DietrichGebert DietrichGebert merged commit 83f67a2 into DietrichGebert:main Jun 18, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Antigravity IDE agent ruleset configuration

2 participants