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

15 lines 474 B
/** * Packages Command Handler * * Implements `aiwg packages <subcommand>` for managing installed remote packages. * * Subcommands: * list Show all installed packages * info <key> Show details for a specific package * remove <key> Remove a package from the registry * * @implements #557 */ import type { CommandHandler } from './types.js'; export declare const packagesHandler: CommandHandler; //# sourceMappingURL=packages.d.ts.map