feat(cli): rename conductor commands to /spec

This commit is contained in:
Jerop Kipruto
2026-03-17 11:51:52 -04:00
parent 889d2fca97
commit b84596796f
8 changed files with 35 additions and 35 deletions

View File

@@ -375,7 +375,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).