docs: fix 10 documentation-codebase drifts found by audit#3689
Merged
jqnatividad merged 4 commits intomasterfrom Apr 8, 2026
Merged
docs: fix 10 documentation-codebase drifts found by audit#3689jqnatividad merged 4 commits intomasterfrom
jqnatividad merged 4 commits intomasterfrom
Conversation
- Add missing `to` feature to qsvmcp description (README, FEATURES.md) - Add `blake3` to QSV_MAX_JOBS command list (ENVIRONMENT_VARIABLES.md) - Fix QSV_MCP_USE_DUCKDB default from `false` to `true` (ENVIRONMENT_VARIABLES.md) - Add `pragmastat` to stats-cache dependencies (COMMAND_DEPENDENCIES.md) - Remove incorrect index icon from `foreach` (README, TableOfContents.md) - Fix stale mimalloc reference to jemalloc (whirlwind_tour.md) - Fix qsvlite command count from 49 to 50 (mainlite.rs) - Update test count from ~2,525 to ~3,000 (README) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Homebrew formula enables geocode in addition to apply, fetch, foreach, lens, luau, and to. Verified against the current Homebrew formula. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
TIP This summary will be updated as you push new changes. Give us feedback
Contributor
There was a problem hiding this comment.
Pull request overview
Updates documentation to match the current codebase (feature flags, env var defaults, command metadata), plus a small qsvlite help-text correction.
Changes:
- Align
qsvmcpfeature descriptions (add missingto), update allocator reference to jemalloc, and refresh various README details (Homebrew features, test counts, command table icons). - Update env var documentation (add
blake3toQSV_MAX_JOBSlist; setQSV_MCP_USE_DUCKDBdefault totrue). - Adjust
qsvlite“choose a command” banner text to reflect updated command count.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| src/mainlite.rs | Updates qsvlite no-command banner text to new command count. |
| README.md | Fixes command table icon drift, updates Homebrew feature list, qsvmcp description, and test-count approximations. |
| docs/whirlwind_tour.md | Updates allocator reference from mimalloc to jemalloc. |
| docs/help/TableOfContents.md | Removes incorrect index icon for foreach. |
| docs/FEATURES.md | Updates qsvmcp feature list to include to. |
| docs/ENVIRONMENT_VARIABLES.md | Adds blake3 to QSV_MAX_JOBS command list; updates MCP DuckDB default. |
| docs/COMMAND_DEPENDENCIES.md | Documents pragmastat dependency on the stats JSONL cache. |
The pipe characters in `MAD / |median|` were parsed as Markdown table column delimiters, breaking the row. Changed to `MAD / abs(median)`. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
tofeature in README and FEATURES.mdblake3to QSV_MAX_JOBS command list in ENVIRONMENT_VARIABLES.mdfalsetotruepragmastatto stats-cache dependencies in COMMAND_DEPENDENCIES.mdforeachin README and TableOfContents.mdmimallocreference tojemallocin whirlwind_tour.mdgeocodeto Homebrew features list in READMETest plan
cargo test -F all_featurespasses (docs-only + one string literal change in mainlite.rs)src/cmd/*.rsfeature gatesqsvlite --helpshows "50 commands"🤖 Generated with Claude Code