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
19 lines • 634 B
TypeScript
/**
* Activity Log CLI — `aiwg activity-log <subcommand>`
*
* Subcommands:
* show [--since DATE] [--operation OP] [--limit N]
* append <operation> "<summary>"
* stats
*
* Persists through `resolveStorage('activity_log')` per #964 — the
* physical destination is `.aiwg/activity.log` on the default `fs`
* backend, byte-identical to the legacy `echo >> .aiwg/activity.log`
* pattern documented in the activity-log skill.
*
* @design @.aiwg/architecture/storage-design.md (§4, §8.2)
* @issue #934
* @issue #964
*/
export declare function main(args: string[]): Promise<void>;
//# sourceMappingURL=cli.d.ts.map