Google's agentic IDE (https://antigravity.google) uses SKILL.md files in its own directory convention, different from Gemini CLI
Agent paths need investigation, if Antigravity supports individual agent .md files in a directory (like .agents/agents/), we should include those too
To be implemented in
|
const BUILTIN_ADAPTERS: &[AdapterSpec] = &[ |
Google's agentic IDE (https://antigravity.google) uses SKILL.md files in its own directory convention, different from Gemini CLI
Agent paths need investigation, if Antigravity supports individual agent .md files in a directory (like .agents/agents/), we should include those too
To be implemented in
skillfile/crates/deploy/src/adapter.rs
Line 518 in 082fe06