Skip to content

Commit 6e11618

Browse files
Add Agent Permission Policy schema (.agents/permissions.json) (#5666)
* Add Agent Permission Policy schema (.agents/permissions.json) * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 6735657 commit 6e11618

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/api/json/catalog.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9709,6 +9709,15 @@
97099709
"fileMatch": ["*.nexusrpc.yaml", "*.nexusrpc.yml"],
97109710
"url": "https://raw.githubusercontent.com/nexus-rpc/nexus-rpc-gen/main/schemas/nexus-rpc-gen.json"
97119711
},
9712+
{
9713+
"name": "Agent Permission Policy",
9714+
"description": "Cross-agent permission policy for AI coding agents",
9715+
"fileMatch": [
9716+
"**/.agents/permissions.json",
9717+
"**/.agents/permissions.local.json"
9718+
],
9719+
"url": "https://raw.githubusercontent.com/Mearman/agent-permissions/main/agent-permissions.schema.json"
9720+
},
97129721
{
97139722
"name": "AgentCore CLI",
97149723
"description": "Configuration file for Amazon Bedrock AgentCore CLI projects",

0 commit comments

Comments
 (0)