Scrum4Me/stores/solo-store.ts
Janpeter Visser 3b5cee823c
Load/render workspace alignment (#182)
* docs: plan load render workspace alignment

* fix: normalize workspace status hydration

* fix: avoid duplicate backlog hydration load

* refactor: use sprint store active story

* refactor: migrate solo to workspace store

* chore: stabilize verification ignores
2026-05-10 07:34:58 +02:00

8 lines
223 B
TypeScript

export { useSoloWorkspaceStore as useSoloStore } from '@/stores/solo-workspace/store'
export type {
ClaudeJobEvent,
JobState,
RealtimeEvent,
RealtimeStatus,
VerifyResultApi,
} from '@/stores/solo-workspace/types'