- Revert plugin/README/CONTRIBUTING URLs to git.jagfly.com (not on GitHub yet) - Fix LICENSE copyright to Sheldon Finlay - Remove leftover Stop hook from settings.local.json
36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(gh api:*)",
|
|
"Bash(jq .[].name)",
|
|
"WebFetch(domain:raw.githubusercontent.com)",
|
|
"WebFetch(domain:github.com)",
|
|
"WebFetch(domain:api.github.com)",
|
|
"Bash(curl:*)",
|
|
"Bash(chmod:*)",
|
|
"Bash(bash -n loop.sh)",
|
|
"Bash(bash -n lib/state.sh)",
|
|
"Bash(bash -n lib/archive.sh)",
|
|
"Bash(bash -n lib/prompt.sh)",
|
|
"Bash(bash -n lib/hooks.sh)",
|
|
"Bash(gh repo:*)",
|
|
"WebFetch(domain:www.anthropic.com)",
|
|
"WebFetch(domain:ghuntley.com)",
|
|
"Bash(gh search:*)",
|
|
"Bash(git remote:*)",
|
|
"Bash(git push:*)",
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(rm -rf ~/.claude/plugins/cache/agent-loop)",
|
|
"Bash(cat ~/.claude/plugins/cache/agent-loop/agent-loop/*/skills/init/SKILL.md)",
|
|
"Bash(ls ~/.claude/plugins/cache/agent-loop/agent-loop/*/skills/)",
|
|
"Bash(claude --dangerously-skip-permissions --print)",
|
|
"WebSearch",
|
|
"WebFetch(domain:executeautomation.github.io)"
|
|
]
|
|
},
|
|
"enabledPlugins": {
|
|
"agent-loop@agent-loop": true
|
|
}
|
|
}
|