agent-orchestrator/src/lib
Hibryda 93b3db8b1f fix(error): add global error handler, fix stores and dispatcher
- Global unhandledrejection handler with IPC+network filtering
- Agent dispatcher heartbeat uses handleInfraError (was fire-and-forget)
- All stores: layout, workspace, anchors, theme, plugins, machines,
  wake-scheduler — silent failures replaced with handleInfraError
- initGlobalErrorHandler() called in App.svelte onMount
2026-03-18 01:22:12 +01:00
..
adapters feat(error): add error handling foundation (Day 0) 2026-03-18 01:19:23 +01:00
commercial fix(security): resolve all HIGH/MEDIUM/LOW audit findings 2026-03-17 03:56:44 +01:00
components fix(a11y): resolve all 15 pre-existing Svelte compiler warnings 2026-03-17 04:53:49 +01:00
plugins refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
providers feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
settings fix(settings): replace console.error with handleError + Promise.allSettled 2026-03-18 01:21:48 +01:00
stores fix(error): add global error handler, fix stores and dispatcher 2026-03-18 01:22:12 +01:00
styles refactor!: rebrand bterminal to agor (agents-orchestrator) 2026-03-17 01:12:25 +01:00
types feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
utils fix(error): add global error handler, fix stores and dispatcher 2026-03-18 01:22:12 +01:00
agent-dispatcher.test.ts feat: Agent Orchestrator — multi-project agent dashboard 2026-03-15 15:45:27 +01:00
agent-dispatcher.ts fix(error): add global error handler, fix stores and dispatcher 2026-03-18 01:22:12 +01:00