Files
next.orly.dev/.claude/settings.local.json
mleku e9173a6894
Some checks failed
Go / build-and-release (push) Has been cancelled
Update event import process and improve user feedback
Simplified event import to run synchronously, ensuring proper resource handling and accurate feedback. Enhanced frontend with real-time import status messages and error handling. Adjusted migrations to handle events individually, improving reliability and granular progress tracking.
2025-12-05 14:42:22 +00:00

23 lines
397 B
JSON

{
"permissions": {
"allow": [
"Bash:*",
"Edit:*",
"Glob:*",
"Grep:*",
"Read:*",
"Skill:*",
"WebFetch:*",
"WebSearch:*",
"Write:*",
"Bash(go build:*)",
"Bash(go test:*)",
"Bash(./scripts/test.sh:*)",
"Bash(./scripts/update-embedded-web.sh:*)"
],
"deny": [],
"ask": []
},
"outputStyle": "Default"
}