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 • 461 B
TypeScript
/**
* Lint CLI Entry Point
*
* Parses CLI arguments and dispatches to the lint runner.
*
* Usage:
* aiwg lint .aiwg/research/
* aiwg lint .aiwg/research/ --ruleset research
* aiwg lint --list-rulesets
* aiwg lint --list-rules research
* aiwg lint .aiwg/ --format json --ci --fail-on warn
*
* @issue #810
*/
/**
* Main lint CLI entry point
*/
export declare function main(args: string[]): Promise<void>;
//# sourceMappingURL=cli.d.ts.map