mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
docs: fix permission rule ordering in examples (#7010)
This commit is contained in:
parent
7ca767de55
commit
c474380684
1 changed files with 2 additions and 2 deletions
|
|
@ -128,10 +128,10 @@ Control which skills agents can access using pattern-based permissions in `openc
|
|||
{
|
||||
"permission": {
|
||||
"skill": {
|
||||
"*": "allow",
|
||||
"pr-review": "allow",
|
||||
"internal-*": "deny",
|
||||
"experimental-*": "ask",
|
||||
"*": "allow"
|
||||
"experimental-*": "ask"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue