Calendar/.claude/settings.local.json
Janus C. H. Knudsen 9ea98e3a04 Adds audit logging and sync management infrastructure
Introduces comprehensive audit trail system with:
- AuditService to track entity changes
- SyncManager for background sync of audit entries
- New CoreEvents for entity and audit tracking
- Simplified sync architecture with event-driven approach

Prepares system for enhanced compliance and change tracking
2025-11-21 23:23:04 +01:00

14 lines
286 B
JSON

{
"permissions": {
"allow": [
"Bash(npm run build:*)",
"WebSearch",
"WebFetch(domain:web.dev)",
"WebFetch(domain:caniuse.com)",
"WebFetch(domain:blog.rasc.ch)",
"WebFetch(domain:developer.chrome.com)"
],
"deny": [],
"ask": []
}
}