Files
loop-loop/.claude/settings.local.json
Sheldon Finlay 50e62ca979 fix: correct URLs, author name, and clean up stale hook
- 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
2026-03-27 19:00:26 -04:00

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
}
}