/** * The CLI's usage text, in its own module. * * `ak-docs parity` checks that a command this repository documents in public is a command the CLI * actually offers, which means something other than the CLI has to be able to read the usage. The * text lives here so that check does not import the program and create a cycle through it. */ export const CLI_COMMAND_USAGE = `ak-docs — human↔agent documentation bridge (@agentskit/doc-bridge) Core (no API key): ak-docs init [--demo] [--scaffold-workspaces] ak-docs demo [--fixture example|monorepo] [--text] [--in-project] ak-docs doctor [--text] [--badge] [--write-badge] ak-docs index [--watch] ak-docs discover [--text|--json] ak-docs benchmark [--text|--json] ak-docs bench retrieval [--index ] [--baseline ] [--limit ] [--text|--json] ak-docs bench retrieval --update-baseline --by [--reason ] ak-docs study protocol [--text|--json] ak-docs study history [--protocol ] [--text|--json] ak-docs study tasks [--text|--json] ak-docs study select [--text|--json] ak-docs study plan [--text|--json] ak-docs study providers [--text|--json] ak-docs study run --providers --repositories --ledger [--round ] [--dry-run] [--text|--json] ak-docs study adjudicate --adjudicator --output [--run-id ] [--offset ] [--limit ] [--text|--json] ak-docs study ledger [--text|--json] ak-docs study verification [--text|--json] ak-docs study metrics [--baseline-round ] [--current-round ] [--baseline-run-id ] [--current-run-id ] [--allow-regressions] [--text|--json] ak-docs scan | reconcile | check | map [--text|--json] [--html] [--report-threshold ] ak-docs check --json --format finding emit diagnostics in the ecosystem Finding shape ak-docs bench retrieval --overlay measure the suite with and without the accepted overlay ak-docs enrich --retrieval-delta run the overlay through the golden suite after enriching ak-docs study expectations --expectations check the study's mechanical retrieval expectations ak-docs check --enrich run the enrichment stage between reconcile and evaluate ak-docs enrich [--json|--text] run the configured Registry roles over context packs ak-docs enrich list | approve --by | reject --by [--reason ] ak-docs fix propose links|normalize [--output ] ak-docs fix approve|apply [--by ] ak-docs suggest [--documentation] [--json|--text] run the configured Registry agent ak-docs query [package|ownership|intent|change] [--agent] [--text] ak-docs search [--agent] [--explain] [--mode=] [--context-budget=] [--text] ak-docs list [--text] ak-docs ask [question] local consult (no LLM) ak-docs gate run [gate-id] ak-docs rules run [--preset default|recommended|strict] [--severity rule=level] [--ignore rule] ak-docs conformance run documentation-standard-v1 [--text|--json] ak-docs audit documentation [--text|--json] ak-docs parity [--claims ] [--json|--text] check public claims against what the repository proves ak-docs render [--data ] [--output ] [--print-template] [--json] ak-docs mcp ak-docs mcp install --cursor | --claude ak-docs memory ingest|classify|promote [--pr] [--dry-run] ak-docs bootstrap agent-docs ak-docs validate-config | validate-handoff Intelligence (optional AgentsKit peers): ak-docs rag ingest|search ak-docs chat terminal chat (Ink + RAG) ak-docs ask --chat one-shot grounded answer Advanced / ecosystem: ak-docs retrieve ak-docs registry topology ak-docs playbook draft | pattern [--text] Global flags: -h, --help --version --config (project root = config file directory) --agent --json --text --chat --demo `