2 parents 9e0acb7 + 059981f commit 7f53de6Copy full SHA for 7f53de6
1 file changed
scripts/codelens.py
@@ -1447,14 +1447,9 @@ def main():
1447
# ─── Auto-setup: if command needs registry and none exists, bootstrap it ────
1448
# Commands that need a registry to work meaningfully
1449
_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",
+ "search", "context", "deps", "audit", "security",
+ "summary", "impact", "api-map", "doctor", "history",
+ "graph",
1458
}
1459
1460
auto_setup_info = None
0 commit comments