Commit Graph

9 Commits

Author SHA1 Message Date
Seth Hobson
5140d20204 chore: bump conductor to v1.2.1 and marketplace to v1.5.4 2026-02-20 20:10:41 -05:00
Seth Hobson
e827cc713a feat(conductor): remove tool restrictions from slash commands
Remove allowed-tools field from all conductor commands to enable
full tool access for implementation-focused workflows.

- implement.md: removed tool restrictions
- manage.md: removed tool restrictions
- new-track.md: removed tool restrictions
- revert.md: removed tool restrictions
- setup.md: removed tool restrictions
- status.md: removed tool restrictions

Bump conductor version to 1.2.0
2026-01-17 11:19:12 -05:00
Seth Hobson
e5255782cd 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
2026-01-16 12:02:24 -05:00
Seth Hobson
d750cf0e44 fix(conductor): remove invalid attribution field from plugin metadata
The attribution field is not part of the Claude Code plugin schema.
Attribution is properly documented in README.md instead.
2026-01-15 22:36:24 -05:00
Seth Hobson
627dc5cdd7 chore(conductor): add license and attribution to plugin metadata
- Add Apache-2.0 license to marketplace.json and plugin.json
- Add attribution field referencing original Google project
- Bump version to 1.0.7
2026-01-15 22:35:17 -05:00
Seth Hobson
3d0a40dd58 fix(plugins): align with official Claude Code plugin conventions
- Add minimal .claude-plugin/plugin.json to conductor and startup-business-analyst
  (matches official format: name, description, author only)
- Remove .gitignore from startup-business-analyst (not in official plugins)
- Bump versions: conductor 1.0.5, startup-business-analyst 1.0.2

Plugin structure now matches official examples (feature-dev, ralph-loop, etc.)
2026-01-15 21:01:45 -05:00
Seth Hobson
87ed65d2b5 fix(plugins): remove redundant plugin.json and fix command formats
- Remove .claude-plugin/plugin.json from conductor and startup-business-analyst
  (marketplace.json provides all config, standalone plugin.json breaks installation)
- Remove YAML frontmatter from startup-business-analyst commands
- Bump versions: conductor 1.0.3, startup-business-analyst 1.0.1
2026-01-15 20:55:21 -05:00
Seth Hobson
3a6a24e1a6 chore(conductor): bump version to 1.0.2 2026-01-15 20:44:10 -05:00
Seth Hobson
1408671cb7 fix(conductor): move plugin to plugins/ directory for proper discovery
Conductor plugin was at root level instead of plugins/ directory,
causing slash commands to not be recognized by Claude Code.
2026-01-15 20:34:57 -05:00