add automations API, fix JSON serialization with std.json.Stringify
- add 005_automations migration (automation, automation_bucket tables)
- add db/automations.zig with CRUD and bucket operations
- add api/automations.zig endpoints (create, get, list, delete, patch)
- wire automations route in routes.zig
- fix api/logs.zig JSON building to use std.json.Stringify
- fix api/automations.zig to use std.json.Stringify with beginWriteRaw
for raw JSON passthrough of pre-serialized fields
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>