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

24 lines 843 B
/** * Config CLI — Subcommand router for `aiwg config` * * Subcommands: * get <key> — Read a config value * set <key> <value> — Write a config value * list — Show all user config (merged view) * validate — Validate all config files * reset [<key>] — Reset key or all config to defaults * path — Print the active config directory path * edit — Open config in $EDITOR * gitignore — Show/check/fix .gitignore for AIWG runtime dirs * * Global flags: * --config-dir <path> — Override config directory * * @implements #545 * @implements #553 */ /** * Main CLI entry point for `aiwg config <subcommand> [args]` */ export declare function main(args: string[]): Promise<void>; //# sourceMappingURL=cli.d.ts.map