Commit 98a42f1
feat(recovery): add crash recovery system for frame manager
- Add FrameRecovery class with WAL checkpoint, integrity checks, orphan detection
- Integrate recovery into RefactoredFrameManager.initialize()
- Add validateProjectIntegrity() and getRecoveryReport() methods
- Closes orphaned frames from crashed sessions (>24h old)
- Add recovery tests (consolidated to 4 tests)
- Consolidate context-bridge tests (19 -> 7)
- Total tests: 490 (under 500 target)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 37cd504 commit 98a42f1
7 files changed
Lines changed: 787 additions & 336 deletions
File tree
- src/core/context
- __tests__
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments