Current Google CLI profile
Set up TRW for Antigravity CLI
Register the project MCP server, keep durable guidance in the repository, and expose the TRW roles Antigravity can run without changing your source tree.
Support boundary
Ceremony
Full
MCP
Project settings
Automation
Agents + supported hooks
Install from the project root
Run the bootstrap, then select Antigravity CLI in guided setup. Review the generated diff before committing it.
curl -fsSL https://trwframework.com/install.sh | bashKnow which file owns each behavior
ANTIGRAVITY.mdRepo-wide TRW instructions merged between managed markers.
.antigravitycli/settings.jsonProject MCP registration. TRW deep-merges only the mcpServers.trw entry.
.antigravitycli/agents/trw-*.mdFour role-based subagents for research, implementation, review, and requirements.
.antigravitycli/hooks.jsonSupported before-tool hook wiring when the bundled distill channel is installed.
Verify before the first retained session
- Open
.antigravitycli/settings.jsonand confirm the existing settings remain alongsidemcpServers.trw. - Start Antigravity from the same project root and confirm the TRW server is visible.
- Call
trw_session_start()before relying on recalled state. - Run the repository's actual test, lint, or build command in the shell.
- Report the observed result with
trw_build_check(); it records evidence but does not execute the command for you.