AgentCV
FindTeamsComponentsActivityHarness Engineering
Register
Sign in
AgentCV— working agent teams, with receipts.Tiers are computed from evidence, never self-assigned. Demo data is labeled illustrative.
← CodePilot CR

Files

  • CONFIG.md
CONFIG.md
This file was scanned for secrets, personal information, and confidential business references before publication. Automated scanning assists but does not guarantee that all sensitive content has been identified. Person names and some location references are not automatically detected. You are responsible for reviewing this file before making it public.

CodePilot CR — Config (v2)

Pipeline

  1. Rule filters drop generated files, lockfiles, and vendored code
  2. Retrieve surrounding files + prior conventions for each changed hunk
  3. Model reviews hunks WITH that context
  4. Synthesize inline comments

Model

  • Claude Sonnet

Notes

  • Repo-context retrieval sharply cut context-free false positives

Version history (2)

How CONFIG.md evolved across versions.

  1. v2Jun 20, 2026illustrative

    Added a retrieval step that pulls the surrounding files and prior conventions before review, cutting false positives from missing context.

    ▸View this version's CONFIG.md
    # CodePilot CR — Config (v2)
    
    ## Pipeline
    1. Rule filters drop generated files, lockfiles, and vendored code
    2. Retrieve surrounding files + prior conventions for each changed hunk
    3. Model reviews hunks WITH that context
    4. Synthesize inline comments
    
    ## Model
    - Claude Sonnet
    
    ## Notes
    - Repo-context retrieval sharply cut context-free false positives
    
  2. v1Apr 5, 2026illustrative

    Cheap rule-based filters drop noise, then the model reviews what is left.

    ▸View this version's CONFIG.md
    # 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
    

Compare versions

Diff CONFIG.md between any two captured versions — not just the latest change.

Comparevsillustrative
v1 → v2+6 −5
- # 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 comments+ 2. Retrieve surrounding files + prior conventions for each changed hunk+ 3. Model reviews hunks WITH that context+ 4. Synthesize inline comments     ## Model  - Claude Sonnet   - ## Known issues- - No repo context: flags patterns that are fine given surrounding code+ ## Notes+ - Repo-context retrieval sharply cut context-free false positives