agent-orchestrator/packages/stores/index.ts
Hibryda 5e1fd62ed9 feat: @agor/stores package + Electrobun hardening (WIP)
- packages/stores/: theme, notifications, health stores extracted
- Electrobun hardening: durable event sequencing, file conflict detection,
  push-based updates, backpressure guards (partial, agents still running)
2026-03-22 04:40:04 +01:00

5 lines
182 B
TypeScript

// @agor/stores — shared store modules for Tauri and Electrobun frontends
export * from './theme.svelte';
export * from './notifications.svelte';
export * from './health.svelte';