Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ A single code review pass catches ~60-70% of issues. Running multiple independen
┌─────────────────────────────────────────────────────┐
│ /look:again │
│ │
│ ┌───────────────────────────────────────────┐ │
│ ┌───────────────────────────────────────────┐ │
│ │ Orchestrator (main agent) │ │
│ │ │ │
│ │ For each pass: │ │
Expand All @@ -23,7 +23,7 @@ A single code review pass catches ~60-70% of issues. Running multiple independen
│ │ After all passes: │ │
│ │ - Deduplicate & score by confidence │ │
│ │ - Save to .lookagain/ │ │
│ └───────────────────────────────────────────┘ │
│ └───────────────────────────────────────────┘ │
└─────────────────────────────────────────────────────┘
```

Expand Down