import { type AgentDefinition } from './types.js'; /** * Phase 3 · Tech Stack — dependency version watchdog. * * Automatically triggered when package manifests (package.json, go.mod, etc.) * are created or edited. Detects the ecosystem, looks up latest versions from * registries, and sends warning messages to the agent that last touched the * file (or broadcasts if unknown). * * Tools: read (manifests), fetch (registry APIs), mailbox (send warnings). */ export declare const TECHSTACK_AGENTS: AgentDefinition[]; //# sourceMappingURL=phase3-techstack.d.ts.map