Skip to content

Commit 7f53de6

Browse files
authored
Merge pull request #261 from Wolfvin/fix/issue-244-registry-commands-stale
fix(codelens): update _REGISTRY_COMMANDS to 11 umbrella names (closes #244)
2 parents 9e0acb7 + 059981f commit 7f53de6

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)