Commit acd28c8
refactor(autoloop): notify recipients via env vars
WeChat / WhatsApp recipient identifiers in src/autoloop/notify.ts are now
read from env vars (AUTOLOOP_WECHAT_RECIPIENT, AUTOLOOP_WECHAT_ACCOUNT,
AUTOLOOP_WHATSAPP_RECIPIENT). An unset channel is silently skipped and
the fallback chain moves to the next tier (email is the final tier and
unchanged).
Also: tasks/ is now in .gitignore (internal design / WIP notes live
locally only).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 4893df7 commit acd28c8
5 files changed
Lines changed: 616 additions & 624 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
8 | 17 | | |
9 | 18 | | |
10 | 19 | | |
| |||
0 commit comments