mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-15 20:05:16 +02:00
With direct code-mode on its own event store/bus (step 1) and rowboat on the new sessions runtime (step 2), nothing uses the generic runs/ infra anymore. - delete runs/runs.ts, runs/repo.ts, runs/bus.ts (keep runs/lock.ts + runs/abort-registry.ts — the new runtime uses them) - remove the runs:fetch + runs:events IPC channels, their handlers, the bus -> runs:events forwarder (emitRunEvent / startRunsWatcher / stopRunsWatcher) - drop the now-unused runsRepo + bus DI registrations The old LLM agent runtime AND its run event-log/bus are now fully gone; chat, headless, and both code-mode modes run on the new runtime (code-mode direct on its own dedicated event store + bus). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| .gitignore | ||
| package.json | ||
| tsconfig.build.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||