Skip to content
Arun Soman edited this page Aug 31, 2026 · 2 revisions

cie — Code Insight Engine

The only code graph that knows which tasks and tests actually implement your code. This wiki is the developer home: architecture from the codebase, and how-tos for everything. The README stays lean — demo, install, contributors — everything else lives here.

New here? Watch the 30-second demo on the README, install with one command, then read Architecture — it's written from the codebase with file references, not marketing.

Navigation

Start with Page
How the pieces fit (graph → policy → front-ends) Architecture
Install + serve to Claude Code / Cursor / Codex How-to: install and serve to your MCP client
Embedded SQLite vs Neo4j — the one selection rule How-to: choose your storage backend
Ask "what breaks, and which tests catch it?" How-to: ask impact questions

How-tos

Reference

Where the truth lives

This wiki is narrative. Evidence stays in the repo: benchmark methodology + raw JSON (docs/benchmarks.md), the demo's uncut casts + production log (docs/demo), and the dated record of every change (CHANGELOG.md). If wiki and code ever disagree, the code wins — then this wiki gets a fix.

Clone this wiki locally