Skip to content

fix(codelens): update _REGISTRY_COMMANDS to 11 umbrella names (closes #244)#261

Merged
Wolfvin merged 2 commits into
mainfrom
fix/issue-244-registry-commands-stale
Jul 13, 2026
Merged

fix(codelens): update _REGISTRY_COMMANDS to 11 umbrella names (closes #244)#261
Wolfvin merged 2 commits into
mainfrom
fix/issue-244-registry-commands-stale

Conversation

@Wolfvin

@Wolfvin Wolfvin commented Jul 13, 2026

Copy link
Copy Markdown
Owner

Summary

Patch Peta

  • scripts/codelens.py line ~1449: set reduced from 38 names → 11 umbrella names

Testing

  • codelens audit . --check dead-code still works (auto-setup triggered when registry absent)
  • Not a functional break — was cosmetic only (message suppressed, fallback still ran)

Closes #244

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>
@chatgpt-codex-connector

Copy link
Copy Markdown

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>
@sonarqubecloud

Copy link
Copy Markdown

@Wolfvin Wolfvin merged commit 7f53de6 into main Jul 13, 2026
6 of 12 checks passed
@Wolfvin Wolfvin deleted the fix/issue-244-registry-commands-stale branch July 13, 2026 10:38
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.

chore(cli): _REGISTRY_COMMANDS auto-setup gate still lists pre-#195 leaf command names

1 participant