We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d577449 commit 2b9c8f2Copy full SHA for 2b9c8f2
docs/orchestration-guide.md
@@ -37,7 +37,7 @@ Oh-My-OpenCode solves this by clearly separating two roles:
37
## 2. Overall Architecture
38
39
```mermaid
40
-graph TD
+flowchart TD
41
User[User Request] --> Prometheus
42
43
subgraph Planning Phase
@@ -48,7 +48,7 @@ graph TD
48
Prometheus --> PlanFile["/.sisyphus/plans/{name}.md"]
49
end
50
51
- PlanFile --> StartWork[/start-work]
+ PlanFile --> StartWork[//start-work/]
52
StartWork --> BoulderState[boulder.json]
53
54
subgraph Execution Phase
0 commit comments