This repository has been archived on 2026-06-01. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
pulse/packages
xiaomo dfb2d662c5 feat: implement P0 survival layer rules and executors (closes #27)
- Add packages/pulse/src/survival/ with 5 core files
- Implement 7 survival rules in onion order (panicRollback, autoRollback, processWatchdog, resourceGuard, llmWatchdog, networkWatchdog, errorEscalate)
- Add SurvivalEffect executors for restart-service, archive-sessions, gc-vitals, clear-cache, rollback-code, rollback-config, notify-owner
- Add rebuildHealth function to rebuild health snapshot from events
- Add comprehensive test coverage (33 tests) for rules and executors
- Export survival layer from main index.ts
- All tests pass, biome checks clean
2026-04-14 12:53:57 +00:00
..