|
|
|
|
@@ -37,18 +37,22 @@ data:
|
|
|
|
|
check inbox, calendar, and other configured sources and message
|
|
|
|
|
you proactively when something needs attention. Without this, the
|
|
|
|
|
assistant only responds when you message it first.
|
|
|
|
|
# OpenClaw treats an absent agents.defaults.heartbeat block as
|
|
|
|
|
# "no heartbeat scheduler". When core-heartbeat is enabled, this
|
|
|
|
|
# patch installs the every-30-minute cadence. The actual checklist
|
|
|
|
|
# OpenClaw 2026.x ships heartbeat ON by default (30m, or 1h on
|
|
|
|
|
# Anthropic OAuth) when agents.defaults.heartbeat is absent —
|
|
|
|
|
# see issues openclaw/openclaw#64293, #19445, #8123. The builder
|
|
|
|
|
# accordingly writes `every: "0m"` (the known off-switch) into
|
|
|
|
|
# the baseline configRaw. core-heartbeat's config_patch below
|
|
|
|
|
# overlays the 30m cadence on top of that. The actual checklist
|
|
|
|
|
# the heartbeat reads lives in workspace HEARTBEAT.md (seeded
|
|
|
|
|
# separately via spec.workspaceFiles); without a HEARTBEAT.md the
|
|
|
|
|
# heartbeat fires harmlessly and replies HEARTBEAT_OK.
|
|
|
|
|
# separately via spec.workspaceFiles); without a HEARTBEAT.md
|
|
|
|
|
# the heartbeat fires harmlessly and replies HEARTBEAT_OK.
|
|
|
|
|
#
|
|
|
|
|
# Quiet hours: OpenClaw supports both a config-level active window
|
|
|
|
|
# under agents.defaults.heartbeat (skipped outside the window) and
|
|
|
|
|
# in-content rules inside HEARTBEAT.md. Neither is exposed in the
|
|
|
|
|
# portal yet — when added, they become extra fields on this
|
|
|
|
|
# package, not a separate core-quiet-hours package.
|
|
|
|
|
# Quiet hours: OpenClaw supports both a config-level activeHours
|
|
|
|
|
# window under agents.defaults.heartbeat (skipped outside the
|
|
|
|
|
# window) and in-content rules inside HEARTBEAT.md. Neither is
|
|
|
|
|
# exposed in the portal yet — when added, they become extra
|
|
|
|
|
# fields on this package, not a separate core-quiet-hours
|
|
|
|
|
# package.
|
|
|
|
|
config_patch:
|
|
|
|
|
agents:
|
|
|
|
|
defaults:
|
|
|
|
|
|