Commit 111e51b
feat: Complete STA-99 Phase 3 Implementation - Database persistence and frame cleanup
- Add deleteFrame() method to FrameManager for complete frame removal
- Implement full database persistence for handoff requests
- Add handoff_requests table schema to database initialization
- Make DualStackManager.getStackManager() public for StackMergeResolver access
- Replace in-memory handoff storage with SQLite database operations
- All 11 Phase 3 Integration tests now passing (100% success rate)
Database Schema:
- handoff_requests table with proper indexes for status and target tracking
- Complete frame cleanup with CASCADE deletion of events and anchors
Key Changes:
- FrameManager: deleteFrame() method for frame lifecycle management
- DualStackManager: Full database persistence in saveHandoffRequest/loadHandoffRequest
- Database schema: handoff_requests table with proper structure and indexes
Completes STA-99 Phase 3 dual-stack architecture for team collaboration
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4f886f1 commit 111e51b
41 files changed
Lines changed: 1554 additions & 1617 deletions
File tree
- scripts
- development
- src
- cli
- commands
- __tests__
- core
- context
- __tests__
- merge
- features/tui
- components
- integrations
- linear
- mcp
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments