doc-audit: fix stale OpenSpec counts, dossier headers, Haven forge gate#760
Merged
Conversation
- CLAUDE.md / openspec/README.md: requirement/scenario counts had drifted (215→216 reqs, 517→525 scenarios); the capability table was missing a `challenges` row and undercounted `vessel-act2` by one requirement - docs/dossiers/act2-pilgrimage.md, act1-ascent.md: "Last refreshed" headers were stale relative to each dossier's own latest substantive edit - src/haven/CLAUDE.md: Storm Forge section omitted the Prestige Rank 25+ gate that can_forge_stormbreaker() actually requires alongside the Storm Leviathan achievement Full 6-agent doc-audit found the codebase docs otherwise clean.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Full 6-agent
/doc-auditpass (root/architecture, core engine, content systems, progression systems, infrastructure, README) cross-referenced every CLAUDE.md, README.md, anddocs/dossiers/*.mdclaim against current source. The codebase docs were largely clean; this fixes the handful of real discrepancies found:CLAUDE.md/openspec/README.md: the OpenSpec baseline count had drifted (215→216 requirements, 517→525 scenarios). The capability index table inopenspec/README.mdwas also missing a row for thechallengescapability entirely and undercountedvessel-act2by one requirement (19→20) — these two errors happened to offset and mask the drift in the summary line.docs/dossiers/act2-pilgrimage.md: "Last refreshed" header was dated 2026-07-05, but the dossier's own Refresh History log (and a same-day docs: correct the "Act 1 idles beneath Act 2" premise; record the launch runway #757 correction to the Act 1/Act 2 interrelations diagram) show substantive edits through 2026-07-15. Bumped to the latest commit that touched the file.docs/dossiers/act1-ascent.md: "Last refreshed" header was similarly one commit behind (doc-audit: fix stale docs, add missing mercenary promotion section #706's stale-constant fix on 2026-07-08).src/haven/CLAUDE.md: the Storm Forge section described Stormbreaker forging as gated only on the Storm Leviathan achievement, omitting the Prestige Rank 25+ requirement thatcan_forge_stormbreaker()actually enforces alongside it.Two additional findings were flagged but intentionally not auto-fixed (left for human judgment):
README.mdclaims an MIT license (badge + text) but noLICENSEfile exists in the repo — adding one is a legal/business decision, not a doc correction.src/challenges/CLAUDE.mddeviates from the standard module-doc template (tutorial-style instead of Files/Key Types/How It Works sections) — content is accurate, just structurally different; a LOW-severity, cosmetic-only note.Everything else audited — root CLAUDE.md's Key Constants, all module CLAUDE.md files under core/combat/character/zones, dungeon/fishing/items/challenges, haven/enhancement/ascension/stormglass/deep/power_cores/god_items/loom/vessel, ui/input/utils/main_helpers/achievements/history, and README.md's player-facing claims — checked out accurate against source.
Test plan
cargo fmt --checkpassessrc/files changed — docs-only diff, no risk to tests/clippy/coveragecargo auditstep ofmake checkcould not run in this environment (pre-existing toolchain mismatch:rustc 1.94.1vs. acargo-audittransitive dependency requiring1.96.0), unrelated to this changeGenerated by Claude Code