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 d5cb4a520b
commit c2894b69dd
+1 -1
View File
@@ -45,7 +45,7 @@ graph TD
Metis --> Prometheus Metis --> Prometheus
Prometheus --> Momus[Momus<br>Reviewer] Prometheus --> Momus[Momus<br>Reviewer]
Momus --> Prometheus Momus --> Prometheus
Prometheus --> PlanFile[/.sisyphus/plans/*.md] Prometheus --> PlanFile["/.sisyphus/plans/{name}.md"]
end end
PlanFile --> StartWork[/start-work] PlanFile --> StartWork[/start-work]