From 65a6a702ec279ae7c58aa9cb037b63fc5c6e3432 Mon Sep 17 00:00:00 2001 From: Nguyen Khac Trung Kien <55886589+KNN-07@users.noreply.github.com> Date: Sun, 11 Jan 2026 09:45:13 +0700 Subject: [PATCH] Fix flowchart syntax in orchestration guide (#679) Updated the flowchart syntax in the orchestration guide. --- docs/orchestration-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/orchestration-guide.md b/docs/orchestration-guide.md index 39c2fb00c..0fb0f028b 100644 --- a/docs/orchestration-guide.md +++ b/docs/orchestration-guide.md @@ -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