mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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:
@@ -1,7 +1,17 @@
|
||||
---
|
||||
description: "Execute tasks from a track's implementation plan following TDD workflow"
|
||||
argument-hint: "[track-id] [--task X.Y] [--phase N]"
|
||||
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion", "TodoWrite"]
|
||||
allowed-tools:
|
||||
[
|
||||
"Read",
|
||||
"Write",
|
||||
"Edit",
|
||||
"Glob",
|
||||
"Grep",
|
||||
"Bash",
|
||||
"AskUserQuestion",
|
||||
"TodoWrite",
|
||||
]
|
||||
---
|
||||
|
||||
# Implement Track
|
||||
|
||||
1127
plugins/conductor/commands/manage.md
Normal file
1127
plugins/conductor/commands/manage.md
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,7 +1,8 @@
|
||||
---
|
||||
description: "Create a new track with specification and phased implementation plan"
|
||||
argument-hint: "<feature|bug|chore|refactor> <name>"
|
||||
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
|
||||
allowed-tools:
|
||||
["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
|
||||
---
|
||||
|
||||
# New Track
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
---
|
||||
description: "Git-aware undo by logical work unit (track, phase, or task)"
|
||||
argument-hint: "[track-id | track-id:phase | track-id:task]"
|
||||
allowed-tools: ["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
|
||||
allowed-tools:
|
||||
["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
|
||||
---
|
||||
|
||||
# Revert Track
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user