You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DECISION CARD (Post-1.0). Through 1.0, all recovery + notification work ships as EventHandler plugins inside Event Manager (the PR #312 foundation). Post-1.0, re-decide whether to promote into a dedicated madsci.error_manager service, with real operational data instead of speculation.
What to evaluate when revisiting:
Plugin codebase size — if event_handlers/ has grown into a meaningful subsystem (>~5 substantial handlers, complex shared infrastructure), service extraction starts paying for itself
Event Manager restart frequency caused by plugin issues — if non-trivial, blast-radius isolation matters and a separate service wins
Scaling pressure mismatch — if event ingestion and handler execution want different deployment topologies (e.g., agentic troubleshooters needing dedicated workers/GPU), they want different services
Error-lifecycle UX demand — if operators are routinely asking for ack/assign/comment/close workflows on errors as distinct artifacts from the underlying events, that's the signal for a dedicated service with its own data model
Whether agentic troubleshooters (issue Feature: Error Manager Service #247) are actually on the roadmap — they justify a dedicated service almost on their own
If revisited and the answer is 'promote to a service':
Plugins move from event_manager.event_handlers to error_manager workers, consuming events via subscription rather than inline call
DECISION CARD (Post-1.0). Through 1.0, all recovery + notification work ships as EventHandler plugins inside Event Manager (the PR #312 foundation). Post-1.0, re-decide whether to promote into a dedicated madsci.error_manager service, with real operational data instead of speculation.
What to evaluate when revisiting:
If revisited and the answer is 'promote to a service':
If revisited and the answer is 'stay plugins':
Roadmap metadata