fix(heartbeat): default target none and internalize relay prompts

This commit is contained in:
Peter Steinberger
2026-02-25 00:33:32 +00:00
parent 4d89548e59
commit e2362d352d
9 changed files with 191 additions and 30 deletions

View File

@@ -62,7 +62,7 @@ The agent reads this on each heartbeat and handles all items in one turn.
defaults: {
heartbeat: {
every: "30m", // interval
target: "last", // where to deliver alerts
target: "last", // explicit alert delivery target (default is "none")
activeHours: { start: "08:00", end: "22:00" }, // optional
},
},