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

17 lines 528 B
/** * Ops CLI — Subcommand router for `aiwg ops` * * Subcommands: * init — Bootstrap a new ops workspace * status — Show workspace health * use <workspace> — Switch active workspace * list — List registered workspaces * push — Push workspace repos to remote * * @implements #544 */ /** * Main CLI entry point for `aiwg ops <subcommand> [args]` */ export declare function main(args: string[]): Promise<void>; //# sourceMappingURL=cli.d.ts.map