test(workbench): distinguish authored and projected CLI routes - #295
Conversation
Replace the stale total with identity-based coverage so routed CLI growth cannot masquerade as duplicate rendering.
|
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
Summary
inspectinteraction by route identity now that the projectedinspect_sourcescommand also matches the old text selectorRoot cause
routes.mcpCommandsadded 15 legitimate MCP-tool CLI projections in #275/#277 beside the fixture's 15 authoredsrc/cliroutes. The older #211 browser assertion remained at 15. PRs #281/#282/#284/#287/#289/#290 did not change the route graph, Workbench projection, or fixture; they only exposed the pre-existing stale expectation in current-main verification.Test plan
pnpm test:examples:browser(5 passed)pnpm typecheckpnpm lint(0 errors, 0 warnings)