mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 09:37:15 +00:00
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
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
},
|
},
|
||||||
"metadata": {
|
"metadata": {
|
||||||
"description": "Production-ready workflow orchestration with 67 focused plugins, 99 specialized agents, and 107 skills - optimized for granular installation and minimal token usage",
|
"description": "Production-ready workflow orchestration with 67 focused plugins, 99 specialized agents, and 107 skills - optimized for granular installation and minimal token usage",
|
||||||
"version": "1.3.1"
|
"version": "1.3.2"
|
||||||
},
|
},
|
||||||
"plugins": [
|
"plugins": [
|
||||||
{
|
{
|
||||||
@@ -1925,7 +1925,7 @@
|
|||||||
{
|
{
|
||||||
"name": "conductor",
|
"name": "conductor",
|
||||||
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement",
|
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Seth Hobson",
|
"name": "Seth Hobson",
|
||||||
"email": "seth@major7apps.com"
|
"email": "seth@major7apps.com"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "conductor",
|
"name": "conductor",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement",
|
"description": "Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Seth Hobson",
|
"name": "Seth Hobson",
|
||||||
|
|||||||
@@ -1,17 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: "Execute tasks from a track's implementation plan following TDD workflow"
|
description: "Execute tasks from a track's implementation plan following TDD workflow"
|
||||||
argument-hint: "[track-id] [--task X.Y] [--phase N]"
|
argument-hint: "[track-id] [--task X.Y] [--phase N]"
|
||||||
allowed-tools:
|
|
||||||
[
|
|
||||||
"Read",
|
|
||||||
"Write",
|
|
||||||
"Edit",
|
|
||||||
"Glob",
|
|
||||||
"Grep",
|
|
||||||
"Bash",
|
|
||||||
"AskUserQuestion",
|
|
||||||
"TodoWrite",
|
|
||||||
]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Implement Track
|
# Implement Track
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: "Manage track lifecycle: archive, restore, delete, rename, and cleanup"
|
description: "Manage track lifecycle: archive, restore, delete, rename, and cleanup"
|
||||||
argument-hint: "[--archive | --restore | --delete | --rename | --list | --cleanup]"
|
argument-hint: "[--archive | --restore | --delete | --rename | --list | --cleanup]"
|
||||||
allowed-tools:
|
|
||||||
["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Track Manager
|
# Track Manager
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: "Create a new track with specification and phased implementation plan"
|
description: "Create a new track with specification and phased implementation plan"
|
||||||
argument-hint: "<feature|bug|chore|refactor> <name>"
|
argument-hint: "<feature|bug|chore|refactor> <name>"
|
||||||
allowed-tools:
|
|
||||||
["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# New Track
|
# New Track
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: "Git-aware undo by logical work unit (track, phase, or task)"
|
description: "Git-aware undo by logical work unit (track, phase, or task)"
|
||||||
argument-hint: "[track-id | track-id:phase | track-id:task]"
|
argument-hint: "[track-id | track-id:phase | track-id:task]"
|
||||||
allowed-tools:
|
|
||||||
["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Revert Track
|
# Revert Track
|
||||||
|
|||||||
@@ -1,8 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: "Initialize project with Conductor artifacts (product definition, tech stack, workflow, style guides)"
|
description: "Initialize project with Conductor artifacts (product definition, tech stack, workflow, style guides)"
|
||||||
argument-hint: "[--resume]"
|
argument-hint: "[--resume]"
|
||||||
allowed-tools:
|
|
||||||
["Read", "Write", "Edit", "Glob", "Grep", "Bash", "AskUserQuestion"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Conductor Setup
|
# Conductor Setup
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
description: "Display project status, active tracks, and next actions"
|
description: "Display project status, active tracks, and next actions"
|
||||||
argument-hint: "[track-id] [--detailed]"
|
argument-hint: "[track-id] [--detailed]"
|
||||||
allowed-tools: ["Read", "Glob", "Grep", "Bash"]
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# Conductor Status
|
# Conductor Status
|
||||||
|
|||||||
Reference in New Issue
Block a user