diff --git a/CLAUDE.md b/CLAUDE.md index 7a090b8..62951fa 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -109,7 +109,7 @@ Agents must never execute destructive actions (restarts, deploys, config changes ## Event System -Events are append-only JSON lines at `/opt/homelab/events/YYYY-MM-DD//events.jsonl`. +Events are append-only, one JSON file per event, flat under `/opt/homelab/events//evt---[-].json`. Emit via `scripts/lib/events.sh` (shell) or `scripts/lib/events.py` (Python).