01Persistent storage for AI code findings using a local SQLite database.
02Flexible schema for findings, allowing custom metadata and tags via JSON columns.
03Dual interface: MCP server for AI assistants and a CLI for human users.
04Significant token savings for AI by providing structured summaries instead of re-reading files.
05Pattern detection capabilities to identify and prioritize systemic code quality issues over time.
061 GitHub stars