docs(spec): stop quoting a corpus vector count - #1024
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Central YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Instruction counts
No instruction-count regression above 1%. Only instruction counts gate. Wall clock is shown for context — on identical hardware it moves 4-20% run to run. Measured by tak — instruction-counted CLI benchmarks, stored in this repository's git notes. Shadow comparisonParsing
|
3c8c471 to
862d214
Compare
The number goes stale every time a vector is added. Agreement is already measured on each run rather than asserted in the grammar page. Co-authored-by: jeff <jeff@jdx.dev>
862d214 to
d4b0747
Compare
<!-- CURSOR_AGENT_PR_BODY_BEGIN --> `external_subcommand` (#1021) and `default_if` (#1023) are in the parser, the derive, and the corpus. PLAN.md still listed them as open clap gaps. This ticks those items, drops them from the fleet table, and splits `multicall` from `no_binary_name` so the next PR can close one without pretending the other landed. `no_binary_name` stays out of scope until a fleet CLI needs it. Also stops quoting a corpus vector count in PLAN.md and `go/README.md`, matching the argv grammar page (#1024): agreement is measured on each run rather than asserted as "154". Stacked next: #1028 (`multicall`). _This comment was generated by Claude Code._ <!-- CURSOR_AGENT_PR_BODY_END --> <div><a href="https://cursor.com/agents/bc-4de7e59e-aa2e-4ad0-a1d0-1c2e69c166db?cursor_ref=pr_footer&cursor_cta=open_in_web"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-web-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-web-light.png"><img alt="Open in Web" width="114" height="28" src="https://cursor.com/assets/images/open-in-web-dark.png"></picture></a> <a href="https://cursor.com/background-agent?bcId=bc-4de7e59e-aa2e-4ad0-a1d0-1c2e69c166db&cursor_ref=pr_footer&cursor_cta=open_in_cursor"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/assets/images/open-in-cursor-dark.png"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/assets/images/open-in-cursor-light.png"><img alt="Open in Cursor" width="131" height="28" src="https://cursor.com/assets/images/open-in-cursor-dark.png"></picture></a> </div> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added BusyBox-style multicall support, selecting subcommands from the executable name. * Added support for paths, Windows `.exe` suffixes, dispatcher names, symlink-style invocations, and external subcommands. * Added aliases, hidden choices, and optional case-insensitive value matching. * Added multicall configuration across supported integrations and generated specifications. * **Bug Fixes** * Added validation for invalid multicall configurations and clearer unknown-applet behavior. * **Documentation** * Documented multicall behavior, value choices, supported invocation patterns, and conformance status. <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com>
The argv grammar page quoted how many corpus vectors usage-lib agrees with. That count goes stale on every new vector file.
Agreement is already measured on each run (
conformance/tests/reference.rs) rather than asserted in prose, so the page now says "every vector" instead of a number.This comment was generated by Claude Code.