openclaw/docs/start
Peter Steinberger b23c7bd0f8
feat(cron): convert heartbeat tasks: entries into independent cron jobs (#113165)
Each legacy heartbeat tasks: entry becomes an editable system-created cron
job (declaration key heartbeat-task:<agentId>:<hash>, per-occurrence
identity for duplicate names) that fires a guarded heartbeat wake carrying
the task prompt plus current monitor scratch context. Task cadence is now
independent of the base heartbeat interval; active-hours, busy-retry,
min-spacing, and flood guards are preserved, deferred payload-carrying
wakes are retained and retried after the spacing floor, and colliding
task/event wakes cannot starve each other.

openclaw doctor --fix migrates existing blocks: async parse/plan, then one
synchronous SQLite transaction that rereads the pinned scratch revision,
upserts job rows, and strips the tasks: block atomically — concurrent
doctors serialize on the database and a losing run aborts untouched.
Orphan fields, invalid intervals, and incomplete entries block migration
of their block with a clear finding instead of silent text loss. The
runtime tasks: parser is deleted; leftover text is ordinary scratch prose.

Nine Codex gpt-5.6-sol xhigh autoreview cycles; final verdict clean.
2026-07-23 16:13:08 -07:00
..
bootstrapping.md fix(bootstrap): let users name new agents (#112009) 2026-07-20 20:12:59 -06:00
docs-directory.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
getting-started.md fix(sqlite): reject runtimes vulnerable to WAL corruption (#106065) 2026-07-13 13:59:00 +08:00
hubs.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
lore.md docs: rewrite published docs grounded in current source (#100142) 2026-07-05 00:32:47 -04:00
onboarding-overview.md feat(setup): rename Crestodian to OpenClaw system agent 2026-07-14 11:03:02 -07:00
onboarding-redesign.md feat(wizard): narrate app-recommendation scan phases in the progress spinner (#112414) 2026-07-21 22:13:36 -07:00
onboarding.md fix(onboard): verify imported and local inference (#112028) 2026-07-20 21:35:22 -07:00
openclaw.md feat(cron): convert heartbeat tasks: entries into independent cron jobs (#113165) 2026-07-23 16:13:08 -07:00
quickstart.md
setup.md fix(sqlite): reject runtimes vulnerable to WAL corruption (#106065) 2026-07-13 13:59:00 +08:00
showcase.md docs: add X-verified builds and devtools to showcase 2026-07-06 08:16:12 -07:00
wizard-cli-automation.md refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00
wizard-cli-reference.md feat(channels): add channel-owned setup contracts (#112176) 2026-07-22 19:57:42 -04:00
wizard.md refactor(config): config-surface reduction tranche 3 — product consolidations (review request) (#111527) 2026-07-21 20:28:43 -07:00