/** * `aiwg corpus` subcommand router — radar/freshness tools (#1498). * * Mirrors src/artifacts/cli.ts (the `aiwg index` router): a thin arg parser that * resolves the corpus root (env > research.corpusRoot > cwd, via build.ts's * resolveCorpusRoot) and dispatches to the corpus-tools functions. The * research-complete radar-* skills wrap these subcommands. * * Subcommands: * radar-init --ref REF-XXX | --all-missing [--cadence C] [--cluster T] [--write] * radar-status [--stale-only] [--format table|csv|list] [--out PATH] * radar-report [--cluster T] [--out PATH] * * @source historical: corpus/radar_init.py, radar_staleness.py, radar_report.py */ /** Route `aiwg corpus [...args]`. Throws on error (handler maps to exit code). */ export declare function corpusMain(args: string[], cwd?: string): Promise; //# sourceMappingURL=cli.d.ts.map