feat(setup): skip redundant operator-pack prompts and add strict-mode docs/tests
This commit is contained in:
@@ -771,6 +771,35 @@ Repeated failure/recovery notifications are throttled by `notify_cooldown`.
|
||||
|
||||
`flynn setup` now includes an Operator Pack option in Automation that preconfigures scheduled backups, heartbeat alerts, a daily briefing, and a default MinIO sync task, with prompts for output channel/peer routing.
|
||||
|
||||
Example Operator Pack output routing:
|
||||
|
||||
```yaml
|
||||
backup:
|
||||
enabled: true
|
||||
schedule: "0 2 * * *"
|
||||
notify:
|
||||
channel: telegram
|
||||
peer: "123456789"
|
||||
|
||||
automation:
|
||||
heartbeat:
|
||||
enabled: true
|
||||
notify:
|
||||
channel: telegram
|
||||
peer: "123456789"
|
||||
notify_cooldown: "30m"
|
||||
daily_briefing:
|
||||
enabled: true
|
||||
output:
|
||||
channel: telegram
|
||||
peer: "123456789"
|
||||
minio_sync:
|
||||
enabled: true
|
||||
notify:
|
||||
channel: telegram
|
||||
peer: "123456789"
|
||||
```
|
||||
|
||||
## Gmail Pub/Sub Watcher
|
||||
|
||||
Monitor a Gmail inbox and forward new messages into the agent pipeline.
|
||||
|
||||
Reference in New Issue
Block a user