Skip to content

Commit 98a42f1

Browse files
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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stackmemoryai/stackmemory",
3-
"version": "0.5.36",
3+
"version": "0.5.37",
44
"description": "Lossless memory runtime for AI coding tools - organizes context as a call stack instead of linear chat logs, with team collaboration and infinite retention",
55
"engines": {
66
"node": ">=20.0.0",

0 commit comments

Comments
 (0)