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

18 lines 717 B
/** * `aiwg index views` subcommand router. * * Subcommands: * add <name> — scaffold a definition YAML interactively or via flags * list — list all views with freshness * show <name> — print stored results * build [<name>] — emit dispatch plan(s) for stale or named views * remove <name> — delete definition + results * * `build` does NOT directly invoke RLM. RLM dispatch is an agent skill * (/rlm-batch). This CLI prints a dispatch plan that the agent reads * and acts on, then writes the result back via putResult(). * * @implements #1207 */ export declare function main(args: string[]): Promise<void>; //# sourceMappingURL=cli.d.ts.map