Skip to content

test(docs): guard published verb counts against registry - #1618

Draft
ohdearquant wants to merge 6 commits into
mainfrom
codex/docs-verb-count-guard
Draft

test(docs): guard published verb counts against registry#1618
ohdearquant wants to merge 6 commits into
mainfrom
codex/docs-verb-count-guard

Conversation

@ohdearquant

Copy link
Copy Markdown
Owner

Summary

  • correct current published pack and verb totals to the registry's 12-pack, 90-verb surface, including the blob pack and recently added KG, brain, comm, and git verbs
  • add a documentation scanner that recognizes aggregate and per-pack claims across numeric, spelled, hyphenated, inverted, table, handler, and wrapped forms while excluding historical ADRs
  • validate scanned claims against the real verbs() catalog in the smoke suite and run focused scanner regressions in CI

Validation

  • cargo test --workspace
  • cargo check --workspace
  • cargo clippy --workspace --all-targets -- -D warnings
  • cargo fmt --all -- --check
  • RUSTDOCFLAGS=-Dwarnings cargo doc --workspace --no-deps
  • python3 tests/test_documented_verb_counts.py

Closes #1584

AI-assisted contribution: Codex prepared this change and PR description.

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.

Published verb and pack counts drift because nothing checks them against the registry

1 participant