| 1 | //! Agent hook adapters for AI coding tools. |
| 2 | //! |
| 3 | //! This module defines the [`AgentHook`] trait that each agent adapter implements, |
| 4 | //! and the [`AgentRegistry`] that manages available adapters. The trait normalizes |
nothing calls this directly
no outgoing calls
no test coverage detected