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
20 lines • 911 B
TypeScript
/**
* `aiwg index enrich` subcommand router.
*
* Subcommands / flags:
* --using-rlm — emit enrichment plan(s) for an agent to dispatch
* --filter <expr> — restrict to artifacts matching expr
* --force — re-enrich even when enriched_hash matches
* --dry-run — count and estimate cost only
* --reset — drop all enrichment data
* --list — list current enrichment entries
* --apply --id <id> --result <path> — write a result back from agent dispatch
*
* Like `views build`, this CLI does NOT directly invoke RLM. It emits
* EnrichmentPlan records the agent acts on (dispatching /rlm-batch),
* then the agent writes results back via `--apply`.
*
* @implements #1204
*/
export declare function main(args: string[]): Promise<void>;
//# sourceMappingURL=cli.d.ts.map