Lines 1-35json
4 "description": "Structural intelligence + episodic memory for AI coding tools. Indexes your codebase into SQLite — routes, models, import graph, blast radius, domains — and exposes ~75 MCP tools (validate_diff, get_change_plan, did_we_discuss_this, get_predictive_risk, …) for Cursor, Claude Code, Codex, Kiro, and any other MCP client.",
6 "carto": "src/cli/index.js"
10 "test": "node test/test.js",
11 "test:correctness": "node test/correctness.js",
12 "test:benchmark": "node test/benchmark.js",
13 "test:bench-ci": "node test/bench-ci.js",
14 "test:audit-supabase": "node test/audit-supabase.js",
15 "postinstall": "node scripts/postinstall.js",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L15 MediumAmbiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkg · L15 16 "bench:bitmap": "node bench/bitmap-validation/index.js",
17 "bench:scale": "node bench/scale-test/index.js"
20 "@agentclientprotocol/sdk": "^0.22.1",
21 "@babel/parser": "^7.29.3",
22 "@modelcontextprotocol/sdk": "^1.0.0",
23 "better-sqlite3": "11.7.0",
25 "tree-sitter": "0.25.0"
27 "optionalDependencies": {
28 "tree-sitter-c-sharp": "0.21.3",
29 "tree-sitter-cpp": "0.23.4",
30 "tree-sitter-go": "0.25.0",
31 "tree-sitter-java": "0.23.5",
32 "tree-sitter-javascript": "0.25.0",
33 "tree-sitter-python": "0.25.0",
34 "tree-sitter-rust": "0.24.0",
35 "tree-sitter-typescript": "0.23.2"