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 • 367 B
TypeScript
/**
* `aiwg features` CLI subcommands
*
* Cycle 1 scope (#1219): status / info only. Install / remove deferred
* to Cycle 3 because the install path needs install-mode detection
* (repo dev vs global npm vs plugin marketplace) which has its own
* design surface.
*/
export declare function main(args: string[]): Promise<void>;
//# sourceMappingURL=cli.d.ts.map