flowchart TD
A[User Prompt] --> B[Gather Context]
B --> C[Read Files]
B --> D[Run Commands]
B --> E[Use Tools & MCP]
C --> F[Take Action]
D --> F
E --> F
F --> G[Verify Results]OlderNewer
flowchart TD
A[User Prompt] --> B[Gather Context]
B --> C[Read Files]
B --> D[Run Commands]
B --> E[Use Tools & MCP]
C --> F[Take Action]
D --> F
E --> F
F --> G[Verify Results]