| 320 | /// `.agents/` directory. |
| 321 | #[derive(Debug, Default)] |
| 322 | pub struct AgyHook { |
| 323 | _private: (), |
| 324 | } |
| 325 | |
| 326 | impl AgyHook { |
| 327 | /// Create a new Antigravity CLI hook adapter. |
nothing calls this directly
no outgoing calls
no test coverage detected