docs: sync stale unit test count in PROGRESS.md (BEN-152) - #134
Closed
benSepanski wants to merge 1 commit into
Closed
docs: sync stale unit test count in PROGRESS.md (BEN-152)#134benSepanski wants to merge 1 commit into
benSepanski wants to merge 1 commit into
Conversation
Concrete drift found in PROGRESS.md against actual pnpm test output. No other drift surfaced in this pass — PROGRESS.md was the only file overstating a verifiable count. Verified against live suites: - unit: 28 files, 336 tests (was: 329) - eval: 1 file, 5 scenarios (unchanged)
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.
Context
BEN-152 asked for a doc review for correctness. PROGRESS.md's gate-status
line stated
329 unit tests, butpnpm testnow runs 336 across 28 files.TL;DR
Bump PROGRESS.md's cached unit-test count from 329 to 336 (the actual
pnpm testresult).Summary
PROGRESS.md— the "Gate status" bullet.AGENTS.md,ARCHITECTURE.md,docs/DESIGN.md,docs/FRONTEND.md,docs/product-specs/live-dashboard.md,docs/product-specs/orchestrator.md,docs/QUALITY_SCORE.md,docs/design-docs/index.md) — no further concrete drift surfaced this pass.Demo
n/a — docs-only, no user-visible surface.
Alternatives
docs/. Rejected — updating those dates without an actual regrade of each doc's contents would be dishonest and would defeat the doc-gardening spec's whole point of surfacing stale docs.Test Plan
pnpm all— typecheck + fmt:check + lint + test + eval (green locally: 336 unit + 5 eval)pnpm testoutput.Generated by Claude Code