From 2c344cde67952681e891284ecadbb0ee516fb191 Mon Sep 17 00:00:00 2001 From: Val Vladescu Date: Wed, 8 Apr 2026 16:09:11 +0300 Subject: [PATCH] docs: stop naming the private internal dispatcher - README.md `discover --projects` example: replaced 'switchyard' with 'axiom' so the CLI sample uses public projects only - docs/og-spec.md palette table: renamed the row to the generic phase name 'Dispatch' --- README.md | 2 +- docs/og-spec.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5599e6..2fb6351 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ Multi-agent dispatches create dozens of worktree sessions that are actually one afterburn narrative --week --project-group /home/user/orchestrator # Or specific repos -afterburn discover --projects sieeve,switchyard,zendev-lite +afterburn discover --projects sieeve,zendev-lite,axiom ``` Then, optionally, it can **evolve** existing skills: diff --git a/docs/og-spec.md b/docs/og-spec.md index 489a303..f85deac 100644 --- a/docs/og-spec.md +++ b/docs/og-spec.md @@ -156,7 +156,7 @@ Everything else (layout, typography, grid, badge, effects) stays identical. | Project | Stop 1 | Stop 2 | Stop 3 | Stop 4 | Metaphor | |---------|--------|--------|--------|--------|----------| | Afterburn | #ff4500 | #ff6b35 | #ffa500 | #ffd700 | Fire | -| Switchyard | #0066ff | #3388ff | #55aaff | #88ccff | Rail/signal | +| Dispatch | #0066ff | #3388ff | #55aaff | #88ccff | Rail/signal | | Sentinel | #00cc66 | #33dd88 | #66eeaa | #99ffcc | Shield/scan | | Sieeve | #8833ff | #9955ff | #aa77ff | #cc99ff | Filter/prism | | ServingCard | #ff3366 | #ff5588 | #ff77aa | #ff99cc | Card/benchmark |