feat(conductor): add track manager command for lifecycle management

Add /conductor:manage command with comprehensive track lifecycle operations:
- Archive completed tracks with reason tracking
- Restore archived tracks to active state
- Delete tracks permanently with safety confirmations
- Rename track IDs with full reference updates
- Cleanup orphaned artifacts and stale tracks
- Interactive menu when invoked without arguments

Also includes:
- Add Archived Tracks section to tracks.md template
- Update README with manage command documentation
- Bump version to 1.1.0
- Format files with prettier
This commit is contained in:
Seth Hobson
2026-01-16 12:02:24 -05:00
parent d750cf0e44
commit e5255782cd
9 changed files with 1167 additions and 5 deletions

View File

@@ -1,7 +1,8 @@
---
description: "Initialize project with Conductor artifacts (product definition, tech stack, workflow, style guides)"
argument-hint: "[--resume]"
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
allowed-tools:
["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
---
# Conductor Setup