From b90fb16b012bfb7e88dc3b683596cd9ee04e57d0 Mon Sep 17 00:00:00 2001 From: Lum1104 Date: Fri, 27 Mar 2026 17:23:09 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20update=20README=20pipeline=20stats=20?= =?UTF-8?q?=E2=80=94=20concurrency=203=E2=86=925,=20batch=20size,=20--revi?= =?UTF-8?q?ew=20flag?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea6d0ff..999fb49 100644 --- a/README.md +++ b/README.md @@ -237,9 +237,9 @@ The `/understand` command orchestrates 5 specialized agents: | `file-analyzer` | Extract functions, classes, imports; produce graph nodes and edges | | `architecture-analyzer` | Identify architectural layers | | `tour-builder` | Generate guided learning tours | -| `graph-reviewer` | Validate graph completeness and referential integrity | +| `graph-reviewer` | Validate graph completeness and referential integrity (runs inline by default; use `--review` for full LLM review) | -File analyzers run in parallel (up to 3 concurrent). Supports incremental updates — only re-analyzes files that changed since the last run. +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. ### Project Structure