feat(cli): rename conductor commands to /spec

This commit is contained in:
Jerop Kipruto
2026-03-17 11:51:52 -04:00
parent 2455b0a08a
commit 5247caaee6
8 changed files with 35 additions and 35 deletions

View File

@@ -373,7 +373,7 @@ organizes work into tracks and stores them in your project's `conductor/`
directory.
Conductor leverages Plan Mode internally to ensure architectural safety during
the design phase. To get started with Conductor, run `/conductor:setup`.
the design phase. To get started with Conductor, run `/spec setup`.
- **Automate transitions:** Switches to read-only mode via
[`enter_plan_mode`](../tools/planning.md#1-enter_plan_mode-enterplanmode).