fabro/lib
Bryan Helmkamp dcbc104c99 fix(store): keep shared slatedb open across run handles
After the single-DB refactor, closing one SlateRunStore could close the
shared SlateDB for every run in the process. Under shared-daemon test
load that surfaced as 500 responses with \"db is closed\" on later state,
event, and delete requests.

Make run-handle close a no-op so the shared DB lifetime stays owned by
the store/process rather than individual run handles.
2026-04-05 03:22:41 -04:00
..
crates fix(store): keep shared slatedb open across run handles 2026-04-05 03:22:41 -04:00
packages/fabro-api-client refactor(cli): route run state through the shared server daemon 2026-04-05 00:15:33 -04:00