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:
@@ -1,17 +1,6 @@
|
||||
---
|
||||
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",
|
||||
]
|
||||
---
|
||||
|
||||
# Implement Track
|
||||
|
||||
Reference in New Issue
Block a user