Fix flowchart syntax in orchestration guide (#679)

Updated the flowchart syntax in the orchestration guide.
This commit is contained in:
Nguyen Khac Trung Kien 2026-01-11 09:45:13 +07:00 committed by GitHub
parent 60f4cd4fac
commit 65a6a702ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ Oh-My-OpenCode solves this by clearly separating two roles:
## 2. Overall Architecture
```mermaid
graph TD
flowchart TD
User[User Request] --> Prometheus
subgraph Planning Phase
@ -48,7 +48,7 @@ graph TD
Prometheus --> PlanFile["/.sisyphus/plans/{name}.md"]
end
PlanFile --> StartWork[/start-work]
PlanFile --> StartWork[//start-work/]
StartWork --> BoulderState[boulder.json]
subgraph Execution Phase