UNPKG
creatrip-agent-rules-builder
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
Unified converter for AI coding agent rules across Cursor, Windsurf, and Claude
creatrip-agent-rules-builder
/
.claude
/
settings.local.json
17 lines
•
322 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"permissions"
:
{
"allow"
:
[
"Bash(node:*)"
,
"Bash(git checkout:*)"
,
"Bash(npm run build:*)"
,
"Bash(npm test)"
,
"Bash(git add:*)"
,
"WebFetch(domain:agents.md)"
,
"Bash(git rm:*)"
,
"Bash(git mv:*)"
,
"Bash(git restore:*)"
]
,
"deny"
:
[
]
,
"ask"
:
[
]
}
}