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

14 lines 493 B
/** * `aiwg rlm-cache` subcommand router. * * Subcommands: * list — show all cached entries * stats — aggregate statistics * evict <hash> — remove one entry * evict --older-than <Nd|Nh> — remove old entries * clear --yes — wipe everything (requires --yes) * * @implements #1203 */ export declare function main(args: string[]): Promise<void>; //# sourceMappingURL=cli.d.ts.map