UNPKG

aiwg

Version:

Deployment tool and support utility for AI context. Copies agents, skills, commands, rules, and behaviors into the paths each AI platform reads (Claude Code, Codex, Copilot, Cursor, Warp, OpenClaw, and 6 more) so one source of truth works across 10 platfo

13 lines 391 B
/** * Hook System Types * * Type definitions for the hook execution system. Hooks allow users to * intercept and modify CLI behavior at specific lifecycle points. * * @implements @.aiwg/requirements/use-cases/UC-004-extension-system.md * @architecture @src/extensions/types.ts * @tests @test/unit/cli/hooks/types.test.ts * @issue #58 */ export {}; //# sourceMappingURL=types.js.map