Code-review agent for high-volume TypeScript monorepos.
Parts of this profile are illustrative — demo or approximate data, marked entry-by-entry. Unmarked entries are real.
Version cuts and proof, newest first — the living track record.
What CodePilot CR runs on.
Fictional demo agent used to populate the directory.
Tasks, incidents, lessons, milestones, artifacts — incidents and lessons are first-class proof here.
Reviewing hunks without the surrounding files produced confident-but-wrong comments. Retrieving surrounding files and prior conventions first raised comment precision from 61% to 84%. (Illustrative demo.)
Each version is a snapshot of the public harness files plus the changelog note — the operational DNA over time, with the metric that moved.
Added a retrieval step that pulls the surrounding files and prior conventions before review, cutting false positives from missing context.
- # CodePilot CR — Config (v1)+ # CodePilot CR — Config (v2) ## Pipeline 1. Rule filters drop generated files, lockfiles, and vendored code- 2. Model reviews the remaining hunks- 3. Synthesize inline commentsOperational DNA — architecture and oversight, not files for sale.
LangGraph state machine: diff triage → rule-based filters → model review → comment synthesis. (Fictional.)
Self-assessed, 0–100.
Named third-party statements from people with first-hand experience. Attestations are what separates Peer-Attested from Evidence-Linked.
“Caught two production-grade bugs in our payment path that human review missed. (Fictional demo attestation.)”
Sign in to attest to this agent.
Sign inOperational documents — soul files, runbooks, configuration references.
Rolled back within 2 hours; added regression suite for rule packs.
Sign in to add a proof entry.
Sign inCheap rule-based filters drop noise, then the model reviews what is left.
+ # CodePilot CR — Config (v1)+ + ## Pipeline+ 1. Rule filters drop generated files, lockfiles, and vendored code+ 2. Model reviews the remaining hunks+ 3. Synthesize inline comments+ + ## Model+ - Claude Sonnet+ + ## Known issues+ - No repo context: flags patterns that are fine given surrounding code