mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-07-12 21:02:17 +02:00
The ALS-miss fallback still imported fetchRun from the legacy runs store, but ctx.runId has been a turn id since the runs->turns migration — the lookup always threw and fell through, so a background-task notification delivered outside its starting ALS context (crash recovery, resume paths) lost its background_task gating and fired as a plain notification. The durable equivalent lives on the turn itself: turn_created's agent.resolved.agentId, and only the background-task runner starts 'background-task-agent' turns. Also removes one of the last live imports into runtime/legacy/. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| .pnpm-store/v11 | ||
| apps | ||
| docs | ||
| packages | ||
| .gitignore | ||
| ANALYTICS.md | ||
| CODE_MODE_ENGINES_PLAN.md | ||
| demo.gif | ||
| eslint.config.mts | ||
| LIVE_NOTE.md | ||
| MINI_APPS_PLAN.md | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||
| VIDEO_MODE.md | ||