Commit 19405b2
feat: Phase 5 TAS-Style Debugging Complete (v2.15.0)
## New Features
### Lua Scripting (40+ functions)
- Execution recording with delta compression
- Variable history navigation (getStateAtStep, findWhenChanged, findChanges)
- All 8 breakpoint types (line, statement, exception, message, BAdi, enhancement, watchpoint, method)
- Force Replay - inject production state into dev sessions
- Checkpoint system (save/get/list/inject)
### New Files
- pkg/adt/recorder.go - ExecutionRecorder with delta compression
- pkg/adt/history.go - HistoryManager for recording storage
- pkg/adt/recorder_test.go - 12 unit tests
- pkg/adt/history_test.go - 19 unit tests
- pkg/scripting/lua_test.go - 28 unit tests
### Test Program
- ZTEST_PHASE5_TAS created for live experiments
### Documentation
- reports/2025-12-21-005-phase5-testing-methodology.md
- reports/2025-12-21-006-phase5-data-extraction-examples.md
- reports/2025-12-21-007-phase5-live-experiment.md
- examples/scripts/phase5-experiment.lua (E2E test)
## Stats
- 59 new unit tests (total: 216)
- 22 Lua functions verified in E2E test
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 70fb43f commit 19405b2
11 files changed
Lines changed: 3944 additions & 28 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
| 209 | + | |
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | | - | |
| 367 | + | |
368 | 368 | | |
369 | 369 | | |
370 | 370 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 54 | + | |
59 | 55 | | |
60 | 56 | | |
61 | 57 | | |
62 | 58 | | |
63 | 59 | | |
64 | 60 | | |
65 | 61 | | |
66 | | - | |
| 62 | + | |
67 | 63 | | |
68 | 64 | | |
69 | 65 | | |
| |||
98 | 94 | | |
99 | 95 | | |
100 | 96 | | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
108 | 101 | | |
109 | 102 | | |
110 | 103 | | |
111 | 104 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 105 | + | |
116 | 106 | | |
117 | 107 | | |
118 | 108 | | |
119 | 109 | | |
120 | 110 | | |
121 | 111 | | |
122 | 112 | | |
123 | | - | |
124 | | - | |
125 | 113 | | |
126 | 114 | | |
127 | 115 | | |
128 | 116 | | |
129 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
130 | 125 | | |
131 | 126 | | |
132 | | - | |
| 127 | + | |
133 | 128 | | |
134 | 129 | | |
135 | 130 | | |
| |||
0 commit comments