Fix flowchart syntax in orchestration guide (#679)
Updated the flowchart syntax in the orchestration guide.
This commit is contained in:
committed by
GitHub
parent
60f4cd4fac
commit
65a6a702ec
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user