fix(codelens): update _REGISTRY_COMMANDS to 11 umbrella names (closes #244)#261
Merged
Conversation
Engine a11y_engine.py was orphaned by the #195 umbrella consolidation (same situation as css-deep #251 and export-snapshot #218). This restores access as audit --check a11y — thin wrapper commands/a11y.py, registered in audit._CHECKS, severity+category passthrough. Command count stays 12. Verified end-to-end: 2 real findings on tests/fixtures/sample.html, test_command_registry.py 2 passed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
…244) The gate set still listed pre-#195 leaf command names — audit/security/deps/ doctor never matched, so their _auto_setup message was silently suppressed. Replace with the 11 post-#195 umbrella names (scan excluded: it IS the setup command). Co-Authored-By: Claude Sonnet 4.6 <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
_REGISTRY_COMMANDSstill listed 38 pre-refactor(commands): consolidate 78 commands → 12 focused commands #195 leaf command names; umbrella commandsaudit/security/deps/doctornever matched →_auto_setupmessage was silently suppressed for those commandsscanexcluded — it IS the setup command)Patch Peta
scripts/codelens.pyline ~1449: set reduced from 38 names → 11 umbrella namesTesting
codelens audit . --check dead-codestill works (auto-setup triggered when registry absent)Closes #244