Skip to content

edit permissions broken #6

Description

@draxxris

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...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions