mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
bf6dba878e
Extract the AI tool definition interfaces from the core debug module to the devtools primitives module. This relocates ToolDefinition, ToolGroup, and DevtoolsToolDiscoveryEvent to the primitives folder, exposing them cleanly via "export type" in the devtools entry point, improving module organization and readability.