CLI Architecture
The V2 CLI architecture consists of several core services that work together to execute projects.
Core Services
- Composition Engine - Package → Module resolution
- V2Genome Handler - V2Genome transformation
- Recipe Book Resolver - Package resolution
- Path Mapping Generator - Path generation
Architecture Overview
V2Genome
↓
V2GenomeHandler
↓
CompositionEngine
↓
LockFile
↓
StandardizedGenome
↓
OrchestratorAgent
↓
Project GenerationRelated
- Framework Bootstrap - Framework initialization
- Execution Flow - Complete execution process