Proposal: Allow all tools for autonomous operation
What
Add all missing tools to the permissions.allow list in .claude/settings.json so Claude Code can run fully autonomously without permission prompts.
Why
Opus is intended to run independently on the server (e.g., scheduled tasks, background agents). Any permission prompt causes it to hang indefinitely with no one to approve.
Spec
Add these tools to permissions.allow:
"Agent",
"WebFetch",
"WebSearch",
"TaskCreate",
"TaskUpdate",
"TaskGet",
"TaskList",
"TaskOutput",
"TaskStop",
"NotebookEdit",
"CronCreate",
"CronDelete",
"CronList",
"RemoteTrigger",
"Skill",
"ToolSearch"Impact
.claude/settings.json— permissions.allow list expanded- Claude Code will no longer prompt for any tool usage
- Safety hooks (protect-files, bash-guard, vault-validator) blijven actief als vangnet