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
13 lines • 415 B
TypeScript
/**
* Memory CLI — `aiwg memory <subcommand>`
*
* Thin subsystem wrapper around `runSubsystemCli('memory', ...)` for
* the `memory` storage subsystem. Subcommands and behavior live in
* `src/storage/subsystem-cli.ts` so memory and reflections share the
* same implementation.
*
* @issue #934
* @issue #966
*/
export declare function main(args: string[]): Promise<void>;
//# sourceMappingURL=cli.d.ts.map