File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -59,43 +59,10 @@ jobs:
5959 {
6060 "permission": {
6161 "*": "deny",
62- "read": {
63- "*": "deny",
64- "packages/web/src/content/docs": "allow",
65- "packages/web/src/content/docs/*": "allow",
66- "packages/web/src/content/docs/*.mdx": "allow",
67- "packages/web/src/content/docs/*/*.mdx": "allow",
68- ".opencode": "allow",
69- ".opencode/agent": "allow",
70- ".opencode/glossary": "allow",
71- ".opencode/agent/translator.md": "allow",
72- ".opencode/glossary/*.md": "allow"
73- },
74- "edit": {
75- "*": "deny",
76- "packages/web/src/content/docs/*/*.mdx": "allow"
77- },
78- "glob": {
79- "*": "deny",
80- "packages/web/src/content/docs*": "allow",
81- ".opencode/glossary*": "allow"
82- },
83- "task": {
84- "*": "deny",
85- "translator": "allow"
86- }
87- },
88- "agent": {
89- "translator": {
90- "permission": {
91- "*": "deny",
92- "read": {
93- "*": "deny",
94- ".opencode/agent/translator.md": "allow",
95- ".opencode/glossary/*.md": "allow"
96- }
97- }
98- }
62+ "read": "allow",
63+ "edit": "allow",
64+ "glob": "allow",
65+ "task": "allow"
9966 }
10067 }
10168 run : |
You can’t perform that action at this time.
0 commit comments