Define an agent with the permissions below and it will not be able to write or edit files in the plans/*.md path with this plugin enabled.
---
name: Architect
description: Planning agent for creating implementation plan document
mode: primary
permission:
bash:
"mkdir plans": allow
"mkdir -p plans": allow
"ls plans/": allow
edit:
"*": deny
"plans/*.md": allow
---
Something...
Define an agent with the permissions below and it will not be able to write or edit files in the plans/*.md path with this plugin enabled.