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

10 lines 328 B
/** * Agent Deployment System * * Multi-platform agent deployment with validation and packaging. */ export * from './types.js'; export { AgentDeployer } from './agent-deployer.js'; export { AgentValidator } from './agent-validator.js'; export { AgentPackager } from './agent-packager.js'; //# sourceMappingURL=index.d.ts.map