Phase 17: Antigravity plugin bundle skeleton#4
Conversation
There was a problem hiding this comment.
Code Review
This pull request implements the skeleton for the Antigravity plugin bundle (Phase 17), introducing the ctxt antigravity command with subcommands for exporting, validating skills, auditing hooks, and packaging plugins. It also adds local templates, documentation, and smoke tests for these features. The review feedback suggests using path.is_dir() instead of path.exists() to more robustly verify the local skills directory, and corrects a minor grammatical error in AGENTS.md.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| ("skills", Some("validate")) => { | ||
| println!("Validating repo-local skills..."); | ||
| let path = std::path::Path::new("templates/antigravity/skills"); | ||
| if path.exists() { |
There was a problem hiding this comment.
| 7. **Subagent Restrictions**: Subagents may validate, search, or inspect codebase assets but must never be used to bypass network, API key, browser, or write restrictions. | ||
| 8. **Browser Sandbox**: Browser use is denied by default and requires explicit phase permission. | ||
| 9. **Network Sandbox**: Network socket connections are denied by default and require explicit phase permission. | ||
| 9. **Network Sandbox**: Network socket connections are denied by default and requires explicit phase permission. |
There was a problem hiding this comment.
The verb should be plural ('require') to agree with the plural subject 'Network socket connections'.
| 9. **Network Sandbox**: Network socket connections are denied by default and requires explicit phase permission. | |
| 9. **Network Sandbox**: Network socket connections are denied by default and require explicit phase permission. |
Phase 17 implements the Antigravity Plugin Bundle Skeleton under the Git Safety Gate governance rules.
Scope: