- Introduce .claude/.fuse_hidden... with explicit allow permissions - Add fetchWithTimeout utility for robust network calls - Implement init error handling and retry mechanism in HubChat - Update API handlers for new visitor and chat routes - Adjust wrangler.jsonc for deployment changes Signed: Hubert The Eunuch
17 lines
344 B
Plaintext
17 lines
344 B
Plaintext
{
|
|
"permissions": {
|
|
"allow": [
|
|
"WebFetch(domain:openrouter.ai)",
|
|
"Bash(node:*)",
|
|
"Bash(curl:*)",
|
|
"Bash(pnpm build:*)",
|
|
"Bash(find:*)",
|
|
"Bash(pnpm add:*)",
|
|
"WebFetch(domain:substance.biohazardvfx.com)",
|
|
"WebFetch(domain:substrate.biohazardvfx.com)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|