From 4fab2269c67dbbf099999543de1bf25c2796be26 Mon Sep 17 00:00:00 2001 From: Clay Good Date: Fri, 14 Aug 2026 13:27:33 -0500 Subject: [PATCH] docs(workflows): fix sequence diagram rendering --- docs/workflows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workflows.md b/docs/workflows.md index 78d27a32c0..99bf36dbb0 100644 --- a/docs/workflows.md +++ b/docs/workflows.md @@ -94,7 +94,7 @@ sequenceDiagram Assistant->>Files: Move the change into the archive Assistant-->>Human: Report archive location and sync result - Note over Human,CLI: CLI alternative: openspec archive change-name --yes skips confirmation prompts; it still validates, then applies any delta specs and archives + Note over Human,CLI: CLI alternative: openspec archive change-name --yes skips confirmation prompts. It still validates, then applies any delta specs and archives ``` ## Two Modes