Context before judgment
A finding like “this function no longer handles the null case” is only correct if you know every caller. A window of a few diff lines cannot tell you that. Sigilix pulls in callers, dependencies, and symbols from the code graph and index, and reconciles against review memory, so a specialist is reasoning about the real blast radius of a change — not just the lines that changed.The layers a review deposits
Index
A searchable map of the repository — files, symbols, and structure — so context can be retrieved without re-reading the whole tree each time.
Code graph
Callers, dependencies, and symbol relationships. This is how Sigilix finds the blast radius of a change and judges the diff against the whole repo.
Trust ledger
The record behind proof-tier receipts — what was verified, what was grounded, and how findings earned their tier over time.
Review memory
What Sigilix has learned about this repo: taught rules (see Conversational Learnings) and the statistical accept/dismiss signal.
Evidence manifests
The cited code, anchors, and checks that back each finding — the provenance that lets a claim be re-examined rather than re-derived.
Each layer is verified understanding, not a cache of raw text. It is built by the same gates that decide what posts, so the context a later review inherits is context that already earned its place.
Who draws on it
The earned-context layer is not just for the next PR review. It is the substrate the rest of the product reads from:The CLI
Review parity in the terminal, drawing on the same index, graph, and memory the hosted reviews built.
Deep-Research Chat
Grounded answers about the repo and its review history, because the history is a retrievable layer.
Triage
CI-failure and issue triage reason against the graph and memory to produce grounded root causes.
Why it compounds
The first review on a repo pays to build the index and graph. Every review after that adds to the trust ledger, sharpens review memory, and accumulates evidence manifests. The understanding deepens with use — which is why a reviewer that remembers your repo gets more useful the longer it works on it, and why the same understanding can power the CLI and chat without rebuilding it from scratch.Read next
The Believability Pipeline
The gates that build the trust ledger and evidence manifests as findings earn their place.
CLI & Chat
How the terminal and Deep-Research Chat read from the earned-context layer.

