Commit f24c421
committed
fix: Resolve ESM import and error handling issues
- Add .js extensions to all relative imports (fixes ERR_MODULE_NOT_FOUND)
- Fix getFrame() to return undefined instead of throwing on missing frames
- Add resilience to context-bridge for missing frames
- Fix Database import issues in monitor and quality commands
- Update test to expect undefined instead of error for getFrame()
- Update test scripts for correct CLI syntax
- Add comprehensive persistence testing utilities
These fixes resolve frame sync errors and import resolution issues
that were causing stackmemory status to fail.1 parent 8de6389 commit f24c421
12 files changed
Lines changed: 499 additions & 265 deletions
File tree
- scripts
- src
- cli
- commands
- core/context
- __tests__
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
181 | | - | |
| 181 | + | |
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| |||
0 commit comments