Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/api/json/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -9709,6 +9709,15 @@
"fileMatch": ["*.nexusrpc.yaml", "*.nexusrpc.yml"],
"url": "https://raw.githubusercontent.com/nexus-rpc/nexus-rpc-gen/main/schemas/nexus-rpc-gen.json"
},
{
"name": "Agent Permission Policy",
"description": "Cross-agent permission policy for AI coding agents",
"fileMatch": [
"**/.agents/permissions.json",
Comment on lines +9712 to +9716
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The entry is placed directly before "AgentCore CLI" (line 9722), which is the correct alphabetical position — "Agent Permission Policy" < "AgentCore CLI". The catalog has hundreds of existing alphabetical violations throughout, and this placement is correct relative to its immediate neighbours.

"**/.agents/permissions.local.json"
],
"url": "https://raw.githubusercontent.com/Mearman/agent-permissions/main/agent-permissions.schema.json"
},
{
"name": "AgentCore CLI",
"description": "Configuration file for Amazon Bedrock AgentCore CLI projects",
Expand Down
Loading