Skip to content

Commit 059981f

Browse files
Wolfvinclaude
andcommitted
fix(codelens): update _REGISTRY_COMMANDS to 11 umbrella names (closes #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>
1 parent e6f6fe2 commit 059981f

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

scripts/codelens.py

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1447,14 +1447,9 @@ def main():
14471447
# ─── Auto-setup: if command needs registry and none exists, bootstrap it ────
14481448
# Commands that need a registry to work meaningfully
14491449
_REGISTRY_COMMANDS = {
1450-
"query", "trace", "impact", "context", "dependents", "list",
1451-
"symbols", "search", "summary", "smell", "complexity", "dead-code",
1452-
"debug-leak", "circular", "missing-refs", "side-effect", "perf-hint",
1453-
"secrets", "dataflow", "vuln-scan", "env-check", "entrypoints",
1454-
"api-map", "state-map", "handbook", "analyze", "test-map",
1455-
"stack-trace", "config-drift", "type-infer", "ownership",
1456-
"regex-audit", "a11y", "css-deep", "diff", "ask",
1457-
"taint", "dashboard", "history",
1450+
"search", "context", "deps", "audit", "security",
1451+
"summary", "impact", "api-map", "doctor", "history",
1452+
"graph",
14581453
}
14591454

14601455
auto_setup_info = None

0 commit comments

Comments
 (0)