Skip to content

Commit 2b9c8f2

Browse files
authored
Fix flowchart syntax in orchestration guide
Updated the flowchart syntax in the orchestration guide.
1 parent d577449 commit 2b9c8f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/orchestration-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Oh-My-OpenCode solves this by clearly separating two roles:
3737
## 2. Overall Architecture
3838

3939
```mermaid
40-
graph TD
40+
flowchart TD
4141
User[User Request] --> Prometheus
4242
4343
subgraph Planning Phase
@@ -48,7 +48,7 @@ graph TD
4848
Prometheus --> PlanFile["/.sisyphus/plans/{name}.md"]
4949
end
5050
51-
PlanFile --> StartWork[/start-work]
51+
PlanFile --> StartWork[//start-work/]
5252
StartWork --> BoulderState[boulder.json]
5353
5454
subgraph Execution Phase

0 commit comments

Comments
 (0)