feat: granularized permissions for research and task-manager subagents to remove edit access

This commit is contained in:
Ceferino Patino 2025-12-23 13:01:04 -06:00
commit 124f9c9ba7
No known key found for this signature in database
3 changed files with 8 additions and 9 deletions

View file

@ -5,7 +5,12 @@ model: github-copilot/gpt-4.1
temperature: 0.1
tools:
bash: false
edit: false
permissions:
edit:
"tasks/**": "allow"
"tasks/**/*.md": "allow"
"index.md": "allow"
"**/*": "deny"
---
# Task Manager Subagent (@subagents/task-manager)