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

View File

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