Commit Graph

3 Commits

Author SHA1 Message Date
William Valentin 867f879d4a fix(n8n): harden swarm automation workflows 2026-05-13 17:33:17 -07:00
William Valentin 9b11016340 feat: add Evening Digest n8n workflow (replaces Nightly Obsidian Vault Sync)
- New workflow PlZywwqL8MRNEAN6: Evening Digest
  - Daily 9PM America/Los_Angeles schedule trigger
  - Collects: n8n success/error executions, swarm health, new Obsidian notes
  - LLM synthesis via local gemma-4-26B for digest generation
  - Delivers to Telegram, Discord, and Obsidian vault
  - All collection nodes have continueOnFail for resilience

- Deactivated old Nightly Obsidian Vault Sync (75JCevkdgkyCr2qH)
- Exported both workflows + updated Failure Digest export
2026-05-13 14:41:46 -07:00
William Valentin 2dc3c66bb4 Add n8n Failure Digest workflow with Discord delivery
Workflow G9ylNbHbnJ6fWX2C now sends failure digests to both:
- Telegram (existing)
- Discord #ops-alerts channel (new)

Discord delivery uses Bot Auth (UgPqYcoCNNIgr55m) via HTTP Request
node POSTing to Discord API v10 channel messages endpoint.

Task: t_627466f8
2026-05-13 14:31:41 -07:00