You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**`./run.sh`**: Main entry point - Interactive menu or extended pipeline (9 stages), includes optional LLM review stages. Stages are displayed as [1/9] to [9/9] in logs.
416
-
-**`./run.sh --pipeline`**: 9 stages, includes optional LLM review stages. Stages are displayed as [1/9] to [9/9] in logs.
416
+
-**`./run.sh`**: Main entry point - Interactive menu or extended pipeline (10 stages), includes optional LLM review stages. Stages are displayed as [1/10] to [10/10] in logs.
417
+
-**`./run.sh --pipeline`**: 10 stages, includes optional LLM review stages. Stages are displayed as [1/10] to [10/10] in logs.
417
418
-**`python3 scripts/execute_pipeline.py --core-only`**: Core pipeline only (no LLM).
418
419
419
420
### Pipeline Stages
420
421
421
-
**Full Pipeline Stages** (displayed as [1/9] to [9/9] in logs):
422
+
**Full Pipeline Stages** (displayed as [1/10] to [10/10] in logs):
422
423
423
424
1.**Clean Output Directories** - Clean working and final output directories
424
425
2.**Environment Setup** - Verify system requirements and dependencies
python3 -c "from infrastructure.project.discovery import discover_projects; from pathlib import Path; print([p.name for p in discover_projects(Path('.'))])"
0 commit comments