cyberneticlibrary

Audit CLI parity across versions

cli-auditcommandsetup L312
terrene-foundation/kailash-coc-claude-py
What it does

Audit CLI tool commands, flags, and help text for completeness and clarity

Best for

Ensuring CLI consistency before release: all commands have help, flag syntax matches, completion works

Inputs
  • · [object Object]
  • · [object Object]
Outputs
  • · [object Object]
  • · [object Object]
Requires
  • · Bash
  • · grep/find
  • · CLI parser introspection
Preconditions

CLI tool source accessible; commands executable

Failure modes
  • · Help strings not parseable → manual inspection needed
  • · Hidden commands → might miss them
  • · Aliases not documented → appear as gaps
Trust signals
  • · Tests actual command execution
  • · Reports on all command categories