audit-docs-commands

Audit: docs/COMMANDS.md

Metadata

Statusdone
Assignedagent-1213
Agent identityf51439356729d112a6c404803d88015d5b44832c6c584c62b96732b63c2b0c7e
Modelclaude:sonnet
Created2026-04-30T02:05:06.350036792+00:00
Started2026-04-30T02:14:16.644914173+00:00
Completed2026-04-30T02:20:57.976609217+00:00
Tagsfix,docs,audit, eval-scheduled
Eval score0.82
└ blocking impact0.85
└ completeness0.75
└ coordination overhead0.80
└ correctness0.90
└ downstream usability0.70
└ efficiency0.85
└ intent fidelity0.84
└ style adherence0.90

Description

Description

COMMANDS.md is the canonical CLI reference. Cross-check every command + flag against wg --help-all and per-command --help output. Identify missing commands, missing flags, stale flags, wrong descriptions.

Baseline

Determine baseline = last commit that touched this file by a human (heuristic: commits NOT authored by an agent — agent commits have agent IDs in commit messages; human commits do not). If unclear, fall back to 2026-04-12 (date of prior doc-sync-audit doc).

Audit scope = ALL changes to wg behavior / commands / config / state-machine / etc. SINCE that baseline. Not just today. Look at git log between baseline and HEAD.

Output (no source/doc changes)

Post findings via `wg log ` as a structured list of deltas. Each delta = one specific update needed in the audited file. Format:

  • Section X: <what is currently said vs what should be said, with citation>
  • Missing: <feature/command/concept not mentioned>
  • Stale:
  • Inconsistent: <conflicts with another doc — note which>

The synthesis task (doc-sync-audit) reads all audit logs and applies updates. This task DOES NOT MODIFY FILES.

Validation

  • Baseline commit identified (cite SHA or fall back to 2026-04-12 with reasoning)
  • Delta list posted via wg log with structured entries
  • No source / doc modifications — audit only

Depends on

Required by

Log