mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 09:01:39 -06:00
c4eb9078d9
* feat(workboard): reference the automation job that owns a board's prompt Boards can now record automationJobId, linking a board to the cron automation whose prompt/model/schedule categorize its cards. The cron job remains the single owner of that configuration; workboard stores only the reference. The board toolbar shows an Automation chip linking to the cron page when set. Deleting a board never deletes the job. Proof: pnpm test extensions/workboard packages/workboard-contract ui/src/pages/workboard ui/src/lib/workboard (9,492 passed), autoreview clean (codex/gpt-5.6-sol). check:changed blocked by remote capacity (Blacksmith down, Daytona lease cap); local fallback lanes green except a parent-branch lint finding fixed on that branch. * fix(ui): describe workboard automation destination