fix(docs): escape special chars in Mermaid diagram

Quote node label containing special characters to prevent
Mermaid lexer error on line 9.
This commit is contained in:
YeonGyu-Kim
2026-01-09 17:24:03 +09:00
parent aa5018583e
commit 3f2ded54ee

View File

@@ -45,7 +45,7 @@ graph TD
Metis --> Prometheus
Prometheus --> Momus[Momus<br>Reviewer]
Momus --> Prometheus
Prometheus --> PlanFile[/.sisyphus/plans/*.md]
Prometheus --> PlanFile["/.sisyphus/plans/{name}.md"]
end
PlanFile --> StartWork[/start-work]