Agent Protocols & Tooling
Governance Strategy: "Automated First"
This project leverages an autonomous agent (Antigravity) to perform infrastructure and configuration tasks. This document outlines the toolchain and authority granted to the agent.
The Toolchain
We employ a CLI-heavy toolchain to allow the agent to manage the project programmatically.
| Tool | Purpose | Agent Authority |
|---|---|---|
GitHub CLI (gh) |
Repository Config | High. Can manage protection rules, PRs, and default branches. |
| Vercel CLI | Cloud Deployment | High. Can promote builds and sync environment variables. |
| Doppler CLI | Secrets Management | High. Can inject secrets. Can verify secret syncing. |
| Bash/Sed | Code Refactoring | Medium. Can batch-update scripts (e.g., branch renaming). |
| Ecosystem APIs | Firebase, Namecheap, Google | High. Authority to manage DNS, Auth Rules, and Cloud Resources. |
Reference: Rules of Engagement
For the specific technical rules followed by the agent, see the internal rule file:
👉 Agent Capabilities & Rules
(Note: The file above contains the specific prompt instructions and directives used by the agent).
Workflow Integration
- Refactoring: The agent uses
sedandgrepto perform safe global refactors (e.g.,dev->tstMigration). - Security: The agent enforces Branch Protection using
gh api. - Identity: The agent manages access strategy via
Identity Access Protocols.
Version History
| Version | Date | Author | Change |
|---|---|---|---|
| 0.1.0 | 2026-01-29 | Antigravity | Initial Audit & Metadata Injection |