Peter Steinberger
d115fb4cf9
refactor: move task state to shared sqlite
...
Move task run, delivery, and flow registry persistence onto the shared OpenClaw state SQLite database.
Summary:
- Store task runs, delivery state, and flow runs in state/openclaw.sqlite via the generated Kysely schema.
- Migrate shipped task sidecars into the shared state DB and archive old sidecars, including invalid-config/read-only CLI paths.
- Keep startup migration lightweight for read-only status/tasks paths while still detecting known legacy state markers and custom session stores.
Verification:
- .agents/skills/autoreview/scripts/autoreview --mode local: clean after final fix
- pnpm test src/tasks/task-registry.store.test.ts src/tasks/task-flow-registry.store.test.ts src/commands/doctor-state-migrations.test.ts -- --reporter=verbose
- pnpm test src/commands/doctor-state-migrations.test.ts src/cli/program/config-guard.test.ts src/cli/route.test.ts src/cli/command-path-policy.test.ts -- --reporter=verbose
- pnpm test src/cli/program/config-guard.test.ts src/cli/route.test.ts src/cli/command-startup-policy.test.ts src/cli/command-path-policy.test.ts src/cli/command-execution-startup.test.ts -- --reporter=verbose
- pnpm test src/cli/program/config-guard.test.ts src/cli/argv.test.ts src/cli/route.test.ts src/commands/doctor-config-preflight.state-migration.test.ts -- --reporter=verbose
- pnpm test src/tasks/task-flow-registry.store.test.ts -- --reporter=verbose
- pnpm test test/scripts/lint-suppressions.test.ts -- --reporter=verbose
- pnpm db:kysely:check
- pnpm lint:kysely
- git diff --check HEAD
- pnpm test:startup:memory
- PR CI green on 2f7d76f0d5
2026-05-30 04:54:37 +02:00
..
2026-05-27 07:55:01 +01:00
2026-05-28 22:54:34 +01:00
2026-05-29 09:45:14 +01:00
2026-05-29 12:22:35 +00:00
2026-05-28 10:51:32 -04:00
2026-05-29 04:55:42 +02:00
2026-05-29 20:14:38 +01:00
2026-05-29 20:14:38 +01:00
2026-05-29 17:35:02 +01:00
2026-05-29 17:35:02 +01:00
2026-05-29 17:50:10 +01:00
2026-05-29 17:50:10 +01:00
2026-05-27 19:24:04 +01:00
2026-05-13 02:05:55 +01:00
2026-05-25 20:30:00 +01:00
2026-05-13 13:33:38 +01:00
2026-05-29 14:41:30 -07:00
2026-05-21 12:35:37 +08:00
2026-05-22 18:40:20 +01:00
2026-05-09 05:32:52 +01:00
2026-05-15 00:35:15 +03:00
2026-05-25 21:20:41 +01:00
2026-05-02 13:40:33 +01:00
2026-05-18 14:56:06 +01:00
2026-05-25 21:20:41 +01:00
2026-05-29 00:12:29 +02:00
2026-05-11 17:35:11 +01:00
2026-05-25 21:20:41 +01:00
2026-05-29 00:12:29 +02:00
2026-05-21 12:35:37 +08:00
2026-05-10 00:28:15 +01:00
2026-05-21 12:35:37 +08:00
2026-05-11 17:09:32 -07:00
2026-05-17 02:05:22 +01:00
2026-05-25 21:20:41 +01:00
2026-05-16 23:40:49 +01:00
2026-05-16 20:59:57 +08:00
2026-05-09 09:11:19 +08:00
2026-05-12 17:08:18 +05:30
2026-05-16 15:26:27 +01:00
2026-05-13 01:36:27 +01:00
2026-05-29 20:14:38 +01:00
2026-05-23 10:23:34 +01:00
2026-05-28 15:48:51 +02:00
2026-05-28 15:48:51 +02:00
2026-05-10 00:32:13 +01:00
2026-05-13 01:12:49 +01:00
2026-05-23 10:23:34 +01:00
2026-05-13 13:33:38 +01:00
2026-05-11 19:11:46 +01:00
2026-05-27 14:36:07 -04:00
2026-05-17 06:30:09 +01:00
2026-05-13 01:37:53 +01:00
2026-05-17 04:10:26 +01:00
2026-05-27 07:35:02 -04:00
2026-05-12 23:52:31 +01:00
2026-05-11 23:22:13 +01:00
2026-05-27 13:06:17 -04:00
2026-05-10 00:34:42 +01:00
2026-05-21 16:55:29 +00:00
2026-05-08 05:28:12 +01:00
2026-05-27 19:24:04 +01:00
2026-05-13 13:33:38 +01:00
2026-05-11 19:40:42 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 16:51:27 -07:00
2026-05-13 13:33:38 +01:00
2026-05-25 21:20:41 +01:00
2026-05-26 01:13:20 +01:00
2026-05-26 01:13:20 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-09 08:11:34 +08:00
2026-05-13 01:29:36 +01:00
2026-05-04 00:34:18 +01:00
2026-05-28 12:59:55 -07:00
2026-05-28 22:54:34 +01:00
2026-05-13 01:27:35 +01:00
2026-05-29 09:45:14 +01:00
2026-05-17 03:44:05 +01:00
2026-05-28 14:43:19 -04:00
2026-05-29 20:14:38 +01:00
2026-05-29 18:20:45 -04:00
2026-05-29 18:20:45 -04:00
2026-05-22 21:28:50 +08:00
2026-05-22 21:28:50 +08:00
2026-05-16 12:11:56 +01:00
2026-05-16 12:11:56 +01:00
2026-05-16 12:11:56 +01:00
2026-05-26 20:13:03 -04:00
2026-05-27 00:58:09 +01:00
2026-05-28 00:29:28 +01:00
2026-05-13 13:33:38 +01:00
2026-05-28 00:29:28 +01:00
2026-05-13 13:33:38 +01:00
2026-05-25 11:39:32 -07:00
2026-05-25 21:20:41 +01:00
2026-05-07 08:09:55 +01:00
2026-05-13 13:33:38 +01:00
2026-05-29 08:35:13 -07:00
2026-05-29 08:35:13 -07:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-17 19:45:03 -07:00
2026-05-17 19:45:03 -07:00
2026-05-29 22:56:09 +05:30
2026-05-29 22:56:09 +05:30
2026-05-11 19:04:17 +01:00
2026-05-25 21:20:41 +01:00
2026-05-25 08:39:41 -07:00
2026-05-25 08:39:41 -07:00
2026-05-16 21:23:32 -07:00
2026-05-16 21:23:32 -07:00
2026-05-12 19:52:52 -04:00
2026-05-11 17:21:03 +01:00
2026-05-11 15:14:43 +01:00
2026-05-11 19:46:31 +01:00
2026-05-12 22:14:59 +01:00
2026-05-09 03:55:42 +01:00
2026-05-29 04:46:45 +01:00
2026-05-27 19:24:04 +01:00
2026-05-30 04:54:37 +02:00
2026-05-16 12:44:33 +08:00
2026-05-30 04:54:37 +02:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-29 10:27:45 +01:00
2026-05-16 13:12:00 +08:00
2026-05-29 10:27:45 +01:00
2026-05-29 10:27:45 +01:00
2026-05-13 13:33:38 +01:00
2026-05-25 21:20:41 +01:00
2026-05-26 22:29:20 +01:00
2026-05-26 22:29:20 +01:00
2026-05-29 02:07:50 +01:00
2026-05-29 02:07:50 +01:00
2026-05-29 02:07:50 +01:00
2026-05-29 02:07:50 +01:00
2026-05-12 22:10:56 +01:00
2026-05-08 00:59:42 -04:00
2026-05-29 02:07:50 +01:00
2026-05-29 02:07:50 +01:00
2026-05-13 13:33:38 +01:00
2026-05-16 07:07:39 -07:00
2026-05-25 16:19:35 +01:00
2026-05-27 12:30:22 +00:00
2026-05-27 12:30:22 +00:00
2026-05-11 17:27:29 +01:00
2026-05-11 00:48:14 +01:00
2026-05-27 19:24:04 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-18 12:49:20 -07:00
2026-05-29 02:07:50 +01:00
2026-05-28 19:44:58 +01:00
2026-05-28 19:44:58 +01:00
2026-05-18 12:49:20 -07:00
2026-05-17 21:19:05 +00:00
2026-05-27 19:24:04 +01:00
2026-05-16 13:22:24 +01:00
2026-05-16 13:22:24 +01:00
2026-05-28 21:16:07 +01:00
2026-05-28 21:16:07 +01:00
2026-05-21 16:13:53 +08:00
2026-05-21 16:13:53 +08:00
2026-05-30 00:04:06 +10:00
2026-05-30 00:04:06 +10:00
2026-05-29 22:42:04 +02:00
2026-05-17 11:54:03 +00:00
2026-05-28 03:52:03 +01:00
2026-05-29 17:35:02 +01:00
2026-05-27 19:24:04 +01:00
2026-05-25 21:20:41 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-29 17:35:02 +01:00
2026-05-29 17:35:02 +01:00
2026-05-29 17:35:02 +01:00
2026-05-11 20:59:38 +01:00
2026-05-27 19:24:04 +01:00
2026-05-25 21:20:41 +01:00
2026-05-30 04:54:37 +02:00
2026-05-30 04:54:37 +02:00
2026-05-29 02:23:42 +01:00
2026-05-23 08:42:23 -07:00
2026-05-23 08:42:23 -07:00
2026-05-18 12:04:32 -07:00
2026-05-18 12:04:32 -07:00
2026-05-29 17:35:02 +01:00
2026-05-29 17:35:02 +01:00
2026-05-12 23:48:32 +01:00
2026-05-13 13:33:38 +01:00
2026-05-30 04:54:37 +02:00
2026-05-17 19:45:03 -07:00
2026-05-29 11:28:32 +02:00
2026-05-29 02:07:50 +01:00
2026-05-13 13:33:38 +01:00
2026-05-29 02:07:50 +01:00
2026-05-18 16:48:23 -07:00
2026-05-18 16:48:23 -07:00
2026-05-13 01:22:28 +01:00
2026-05-09 08:05:06 +08:00
2026-05-29 18:20:45 -04:00
2026-05-27 14:11:17 +01:00
2026-05-16 17:42:16 +01:00
2026-05-16 17:42:16 +01:00
2026-05-12 20:02:55 +01:00
2026-05-02 20:00:29 +00:00
2026-05-13 13:33:38 +01:00
2026-05-29 02:32:06 +01:00
2026-05-29 02:32:06 +01:00
2026-05-29 02:32:06 +01:00
2026-05-19 23:30:24 +00:00
2026-05-29 02:23:42 +01:00
2026-05-25 09:16:37 +01:00
2026-05-25 09:16:37 +01:00
2026-05-28 12:59:55 -07:00
2026-05-07 18:13:59 +09:00
2026-05-27 19:24:04 +01:00
2026-05-22 06:31:44 +00:00
2026-05-21 06:48:15 +00:00
2026-05-21 06:48:15 +00:00
2026-05-18 18:02:56 +08:00
2026-05-13 01:31:59 +01:00
2026-05-29 15:59:27 -04:00
2026-05-27 02:52:41 +01:00
2026-05-27 19:24:04 +01:00
2026-05-10 21:19:33 +01:00
2026-05-27 10:45:14 +01:00
2026-05-10 04:51:45 -04:00
2026-05-27 19:24:04 +01:00
2026-05-11 17:29:32 +01:00
2026-05-15 15:33:27 +01:00
2026-05-25 07:21:12 +02:00
2026-05-25 21:20:41 +01:00
2026-05-15 15:33:27 +01:00
2026-05-15 15:33:27 +01:00
2026-05-11 19:13:24 +01:00
2026-05-27 18:05:07 +01:00
2026-05-18 18:02:56 +08:00
2026-05-16 23:49:18 +01:00
2026-05-28 10:51:32 -04:00
2026-05-12 22:04:49 +01:00
2026-05-10 00:26:53 +01:00
2026-05-29 17:35:02 +01:00
2026-05-29 17:35:02 +01:00
2026-05-23 11:54:53 +02:00
2026-05-11 13:19:12 +01:00
2026-05-09 08:11:34 +08:00
2026-05-18 13:00:05 +01:00
2026-05-25 21:20:41 +01:00
2026-05-08 07:26:42 +01:00
2026-05-10 00:32:13 +01:00
2026-05-11 16:41:46 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-25 21:20:41 +01:00
2026-05-13 01:21:33 +01:00
2026-05-09 08:11:34 +08:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-27 19:24:04 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-18 14:58:10 +05:30
2026-05-13 14:26:51 -07:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-13 16:39:04 -07:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-28 10:51:32 -04:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-11 15:59:03 +01:00
2026-05-13 01:23:49 +01:00
2026-05-28 13:20:19 +01:00
2026-05-15 07:32:29 +01:00
2026-05-15 07:32:29 +01:00
2026-05-03 17:35:37 +01:00
2026-05-10 15:27:07 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-23 12:08:48 +01:00
2026-05-26 22:24:25 +01:00
2026-05-15 07:32:29 +01:00
2026-05-15 07:32:29 +01:00
2026-05-13 13:33:38 +01:00
2026-05-25 13:28:23 +01:00
2026-05-29 02:23:42 +01:00
2026-05-25 13:28:23 +01:00
2026-05-25 13:28:23 +01:00
2026-05-27 19:24:04 +01:00
2026-05-29 02:23:42 +01:00
2026-05-29 02:23:42 +01:00
2026-05-26 22:29:20 +01:00
2026-05-26 22:29:20 +01:00
2026-05-11 19:21:52 +01:00
2026-05-10 00:34:42 +01:00
2026-05-13 13:33:38 +01:00
2026-05-13 13:33:38 +01:00
2026-05-12 22:20:02 +01:00
2026-05-28 02:28:49 +01:00
2026-05-13 13:33:38 +01:00
2026-05-28 02:28:49 +01:00
2026-05-13 13:33:38 +01:00
2026-05-05 14:54:15 -04:00
2026-05-03 17:38:47 +01:00
2026-05-28 02:28:49 +01:00
2026-05-28 02:28:49 +01:00
2026-05-13 13:33:38 +01:00
2026-05-29 09:45:14 +01:00
2026-05-13 13:33:38 +01:00
2026-05-27 13:49:51 +01:00
2026-05-27 13:49:51 +01:00
2026-05-13 01:09:16 +01:00
2026-05-26 23:09:56 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-28 02:28:49 +01:00
2026-05-27 13:49:51 +01:00
2026-05-27 19:24:04 +01:00
2026-05-27 19:24:04 +01:00
2026-05-25 13:28:23 +01:00
2026-05-02 14:30:18 -07:00
2026-05-02 14:30:18 -07:00
2026-05-21 18:47:09 +08:00
2026-05-11 23:20:17 +01:00
2026-05-21 18:47:09 +08:00
2026-05-25 13:28:23 +01:00
2026-05-25 13:28:23 +01:00
2026-05-11 16:41:46 +01:00
2026-05-09 08:11:34 +08:00