Description
Antigravity IDE supports loading rules from .agents/rules/ directory structure for repo/workspace rules. To make the ponytail rule set fully portable and always-on for developers using Antigravity IDE, we should add a dedicated config copy at .agents/rules/ponytail.md.
Proposed Changes
- Add Rules File: Create
.agents/rules/ponytail.md containing the ponytail rules set.
- Prevent Drift: Add the new file to the
check-rule-copies.js script so it validates successfully against the canonical AGENTS.md and doesn't drift during future updates.
Description
Antigravity IDE supports loading rules from
.agents/rules/directory structure for repo/workspace rules. To make the ponytail rule set fully portable and always-on for developers using Antigravity IDE, we should add a dedicated config copy at.agents/rules/ponytail.md.Proposed Changes
.agents/rules/ponytail.mdcontaining the ponytail rules set.check-rule-copies.jsscript so it validates successfully against the canonicalAGENTS.mdand doesn't drift during future updates.