Skip to content

Commit b90fb16

Browse files
Lum1104claude
andcommitted
docs: update README pipeline stats — concurrency 3→5, batch size, --review flag
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent c0dc9b3 commit b90fb16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ The `/understand` command orchestrates 5 specialized agents:
237237
| `file-analyzer` | Extract functions, classes, imports; produce graph nodes and edges |
238238
| `architecture-analyzer` | Identify architectural layers |
239239
| `tour-builder` | Generate guided learning tours |
240-
| `graph-reviewer` | Validate graph completeness and referential integrity |
240+
| `graph-reviewer` | Validate graph completeness and referential integrity (runs inline by default; use `--review` for full LLM review) |
241241

242-
File analyzers run in parallel (up to 3 concurrent). Supports incremental updates — only re-analyzes files that changed since the last run.
242+
File analyzers run in parallel (up to 5 concurrent, 20-30 files per batch). Supports incremental updates — only re-analyzes files that changed since the last run.
243243

244244
### Project Structure
245245

0 commit comments

Comments
 (0)