Files
AIEC-new/AIEC-RAG/.claude/permissions.json

28 lines
374 B
JSON
Raw Permalink Normal View History

2025-10-17 09:31:28 +08:00
{
"approvedTools": [
{
"tool": "Bash",
"pattern": "ls:*"
},
{
"tool": "Bash",
"pattern": "dir:*"
},
{
"tool": "Bash",
"pattern": "cat:*"
},
{
"tool": "Read",
"pattern": "*"
},
{
"tool": "Grep",
"pattern": "*"
},
{
"tool": "Glob",
"pattern": "*"
}
]
}