Disable/enable agent in front matter
Open
- Dominant language
- Rust
- Stars
- 131
- Forks
- 25
- PR merge metrics
- No merged PRs in 30d
Description
Add support to disable/enable a rule for a specific agent in the front matter.
### Example:
allow list:
```
allowed_agents: ["claude", "cursor", "firebender", "goose", "amp"]
```
block list
```
blocked_agents: ["amp"]
```
Contributor guide
Assessment
This issue has not been assessed yet.