Skip to content

docs: document help subcommand and ADR-0008 numbering gap - #465

Merged
Zious11 merged 1 commit into
developfrom
docs/help-subcommand-adr0008-notes
Sep 6, 2026
Merged

docs: document help subcommand and ADR-0008 numbering gap#465
Zious11 merged 1 commit into
developfrom
docs/help-subcommand-adr0008-notes

Conversation

@Zious11

@Zious11 Zious11 commented Sep 6, 2026

Copy link
Copy Markdown
Owner

Fix: docs-only STALE-DOC cleanup (maint-2026-09-05, Sweep 2)

Finding: 2 LOW STALE-DOC findings from maintenance run maint-2026-09-05 (Sweep 2), now
authorized for delivery (human directed clearing of carry-over items).
Source: maintenance-sweep
Severity: LOW

What Changed

  1. README.md — the ## Usage### Options Commands: synopsis block was missing the
    help subcommand that clap auto-generates. Added the help line so the synopsis matches
    real wirerust --help (v0.13.3) output verbatim.
  2. CLAUDE.md — the Project References table's docs/adr/ row enumerated ADRs 0001–0013 but
    silently skipped 0008, which exists on disk as a withdrawn placeholder. Added a one-line note
    explaining the numbering gap (docs/adr/0008-withdrawn-placeholder.md — ADR-0008 withdrawn,
    replaced by a placeholder stub to keep the ID reserved).

Why

Both are documentation-drift findings: the README synopsis had fallen out of sync with actual
--help output, and the CLAUDE.md ADR index had an unexplained numbering gap. Neither changes
behavior — this PR only brings docs in line with current, already-shipped reality.

CHANGELOG

No [Unreleased] CHANGELOG entry is included. This PR touches only README.md and CLAUDE.md
— outside the CHANGELOG-obligation trigger set (src/, Cargo.toml, bin/) per AC-158-001 /
PG-W71-CHANGELOG.

Testing

  • Docs-only change — no src/, Cargo.toml, or bin/ files touched
  • cargo fmt --check not applicable (no Rust source changed)
  • README Commands: synopsis verified to match cargo run -- --help output verbatim
  • Demo recorded — not applicable (no user-observable behavior change; pure doc fix)

https://claude.ai/code/session_01EQAaPvh9fwaG31jmkPicKW

Add the clap-auto-generated `help` subcommand to the README Commands:
synopsis so it matches real `wirerust --help` (v0.13.3) output, and add
a one-line note to the CLAUDE.md Project References table explaining
why docs/adr/ numbering skips 0008 (withdrawn, placeholder stub kept
to reserve the ID).

Resolves the 2 LOW STALE-DOC findings from maintenance run
maint-2026-09-05 (Sweep 2).

Docs-only change (README.md, CLAUDE.md) — outside the CHANGELOG-
obligation trigger set (src/, Cargo.toml, bin/) per AC-158-001 /
PG-W71-CHANGELOG, so no CHANGELOG entry is included.

Claude-Session: https://claude.ai/code/session_01EQAaPvh9fwaG31jmkPicKW
@Zious11
Zious11 merged commit 97361cd into develop Sep 6, 2026
13 checks passed
@Zious11
Zious11 deleted the docs/help-subcommand-adr0008-notes branch September 6, 2026 16:18
Zious11 added a commit that referenced this pull request Sep 6, 2026
…rged, #451 deferred, #407 request-changes posted

Session resumed from PAUSED (D-555). Human directive: clear the carry-over
PRs from maint-2026-09-05.

- 3 held Dependabot GitHub-Actions bumps supply-chain reviewed MERGE-SAFE
  and merged to develop: #455 codeql-action (1c7d740), #449
  scorecard-action (36bccab, also patches transitive CVE-2026-53488/
  47262/34986), #436 actions/checkout (9c49951). Held set now empty.
- Docs-only PR #465 squash-merged (97361cd), resolving the 2 LOW
  STALE-DOC findings from maint-2026-09-05 Sweep 2.
- PR #451 (dtolnay-pin) DEFERRED per explicit human decision — untouched.
- PR #407 (fork-friendly-release-ops) given a full review; CHANGES_REQUESTED
  posted to the contributor; remains open under PR-407-FORK-RELEASE-OPS.
- develop_head adc9428 -> 97361cd; backlog remains empty.
- Two process observations recorded in cycles/maint-2026-09-05/lessons.md
  (L-3 PG-MERGE-WRAPPER-BYPASS, L-4 PG-MAINT-CLASSIFIER-MERGE-BLOCK
  recurrence).

STATE.md is ~118KB / NEEDS-COMPACT. A /compact-state pass is advisable
before the next burst; not performed in this burst.

Single-commit burst (TD-VSDD-053).

Claude-Session: https://claude.ai/code/session_01EQAaPvh9fwaG31jmkPicKW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant