codebase-pilot-cli — Summary
codebase-pilot is a free, zero-cloud AI context engine for Claude Code, Cursor, and Windsurf that packs, compresses, and optimizes any codebase for LLM consumption — achieving 60–90% token reduction through signature-only compression, incremental SHA-256 change detection, and import-graph pruning. Unlike codesight (which focuses on AST-precision extraction), codebase-pilot ships a fuller product: a web dashboard on port 7456 with 8 pages (health score, prompt tracking, import graph visualization, security scanner, file analysis, project comparison, search, and agent management), an always-on system service (launchd/systemd/Task Scheduler), 19 built-in skills for Claude Code, 10 MCP tools + 3 prompts, a 180-pattern security scanner, and a 7-layer sub-agent architecture with haiku/sonnet/opus model routing. The tool operates entirely locally with zero API calls and zero telemetry. codebase-pilot supports 76 languages, 58 frameworks, 39 test runners, and 32 ORMs. It includes hooks that capture Claude Code prompts (via UserPromptSubmit and SessionStart) and hooks that trigger auto-health-check on session start. Compared to seeds, codebase-pilot is architecturally closest to agent-os (both produce files agents read passively) but adds a persistent web dashboard and 19 built-in skills — effectively bundling codesight-like context packing with superpowers-like skill library and a full-featured local monitoring dashboard.