Commit Graph

319 Commits

Author SHA1 Message Date
Bill
1d2828f5de Step 114: go-to-line 2026-02-09 12:33:15 -07:00
Bill
ea51a2c135 Step 113: project-wide search 2026-02-09 12:30:31 -07:00
Bill
8b33cd05d5 Step 112: breadcrumb navigation 2026-02-09 12:26:13 -07:00
Bill
b474ad2752 Step 111: symbol outline panel 2026-02-09 12:23:45 -07:00
Bill
e541aaab29 Step 110: go-to-definition 2026-02-09 12:18:54 -07:00
Bill
e67358740b Step 109: command palette with fuzzy search 2026-02-09 12:12:08 -07:00
Bill
9dc4ed3773 Step 108: add refactor batch UI 2026-02-09 12:05:39 -07:00
Bill
de70ac74c0 Step 107c: persist editor mode in recent files 2026-02-09 11:57:18 -07:00
Bill
a411d23247 Step 107b: gate UI by editor mode 2026-02-09 11:54:25 -07:00
Bill
a8c7b2adfc Step 107a: add text mode toggle 2026-02-09 11:46:57 -07:00
Bill
bd05b8a68f Step 107: add diff preview view 2026-02-09 11:44:37 -07:00
Bill
b122d320e4 Log planned text-editor mode work 2026-02-09 11:40:29 -07:00
Bill
baaf25e312 Plan text-editor mode steps 2026-02-09 11:40:06 -07:00
Bill
26cab0dee0 Step 106: add transform history panel 2026-02-09 11:08:57 -07:00
Bill
f7da8eee8d Step 105: add optimization controls panel 2026-02-09 11:02:25 -07:00
Bill
8a85ba298d Step 104: add cross-language projection action 2026-02-09 10:57:25 -07:00
Bill
a50bf616b8 Update progress for step 103 2026-02-09 10:52:39 -07:00
Bill
d627a7a588 Step 103: add side-by-side generated view 2026-02-09 10:52:23 -07:00
Bill
60ae9e2d70 Step 102: memory strategy dashboard 2026-02-09 10:41:54 -07:00
Bill
7738c3d6b4 Step 101: annotation conflict highlighting 2026-02-09 10:39:48 -07:00
Bill
865cb3efa6 Step 100: memory strategy suggestions 2026-02-09 10:36:06 -07:00
Bill
b987d45939 Step 99: annotation context menu 2026-02-09 10:32:19 -07:00
Bill
ad922fca7e Step 98: inline annotation decorations 2026-02-09 10:28:59 -07:00
Bill
5cf7bf575f Step 97: annotation gutter markers 2026-02-09 10:25:58 -07:00
Bill
5fdb21d74d Step 94a: AST source spans 2026-02-09 10:22:13 -07:00
Bill
f84258bffc Step 96: LSP server configuration 2026-02-09 10:14:40 -07:00
Bill
5f30fd5044 Step 95: diagnostic squiggles 2026-02-09 10:10:25 -07:00
Bill
360a9fa26a Step 94: Whetstone diagnostics layer 2026-02-09 10:05:58 -07:00
Bill
ede4166af3 Step 93: LSP hover and signature help 2026-02-09 10:02:03 -07:00
Bill
0916026448 Step 92: LSP auto-completion 2026-02-09 09:59:25 -07:00
Bill
e3439b2a3d Step 91: LSP diagnostics integration 2026-02-09 09:55:48 -07:00
Bill
9083e05471 Step 90: LSP client core 2026-02-09 09:49:29 -07:00
Bill
94a77b6890 Step 89: file watching and auto-reload 2026-02-09 09:40:47 -07:00
Bill
23e3758cca Step 88: drag-and-drop open 2026-02-09 09:38:57 -07:00
Bill
a1efe93ba3 Step 87: welcome screen 2026-02-09 09:37:12 -07:00
Bill
9f8ee09b4c Step 86: multi-tab editing 2026-02-09 09:35:00 -07:00
Bill
6da8b36347 Step 85: filesystem tree explorer 2026-02-09 09:29:01 -07:00
Bill
c195128034 Step 84: native file dialogs 2026-02-09 09:26:54 -07:00
Bill
c9553590e7 Step 83: add new tree-sitter grammars 2026-02-09 09:22:03 -07:00
Bill
c040f6f936 Step 82: minimap 2026-02-09 09:14:47 -07:00
Bill
8bad31e94c Step 81: code folding 2026-02-09 09:12:34 -07:00
Bill
225e0f50a0 Step 80: selection and clipboard 2026-02-09 09:10:01 -07:00
Bill
c66d80c0e8 Step 79: auto-indent and smart editing 2026-02-09 09:07:53 -07:00
Bill
b18e41c6d0 Step 78: line numbers and gutter 2026-02-09 09:06:07 -07:00
Bill
65b714547f Step 77: custom code editor renderer 2026-02-09 09:04:12 -07:00
Bill
a65e0b13ee Step 76: LayoutManager with docking layout presets (Sprint 4 start)
Three preset layouts (VSCode/Emacs/JetBrains) with panel visibility,
size ratios, dirty flag for rebuild, and file-based persistence.
Also includes revised sprint4_plan.md and new sprint5_plan.md.
10/10 tests pass.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 08:22:02 -07:00
Bill
dc94ad7274 Sprint 3 complete: Phases 3g+3h (Steps 68-75), all 75 steps done
Phase 3g — Optimization Pipeline (17/17 tests):
  Step 68: TransformEngine — constant folding, dead code elimination, OptimizationLock warning
  Step 69: StrategyAwareOptimizer — annotation-constrained (@Reclaim allows, @Owner blocks duplication, @Deallocate blocks reorder, @Allocate blocks dynamic)
  Step 70: StrategyValidator — post-optimization invariants (use-after-free, leak, aliasing)
  Step 71: IncrementalOptimizer — transform journal, undo by ID, provenance tracking

Phase 3h — Integration & Validation (26/26 tests):
  Step 72: Pipeline — end-to-end parse→infer→validate→optimize→generate for Python/C++
  Step 73: Error handling — empty ASTs, null roots, nonexistent IDs, unannotated code
  Step 74: Performance benchmarks — 1000-fn AST 1ms, JSON round-trip 4ms, 50 transforms+undo 1ms
  Step 75: APIDocGenerator — structured docs for 23 components across 6 categories

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-09 07:35:37 -07:00
Bill
650e8557ae Phase 3f complete: Advanced Memory Management (Steps 64-67)
Step 64: AnnotationValidator — @Deallocate missing-intent, @Owner(Single) alias detection, parent/child conflict (5/5 tests)
Step 65: MemoryStrategyInference — language defaults, per-function pattern analysis, confidence scores (5/5 tests)
Step 66: CrossLanguageProjector — deep-copy AST projection, annotation-aware CppGenerator (shared_ptr/unique_ptr) (5/5 tests)
Step 67: Optimization annotations — HotCold, Inline, Pure, ConstExpr with C++ attribute generation (9/9 tests)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 20:57:58 -07:00
Bill
7fb9e89e25 Phase 3e complete: Agent API Extend (Steps 59, 61-63)
Step 59: WebSocketAgentServer with session management, JSON-RPC routing, MockWebSocketTransport (10/10 tests)
Step 61: ASTMutationAPI with setProperty, updateNode, deleteNode, insertNode, journal, OptimizationLock warning (6/6 tests)
Step 62: ContextAPI with getInScopeSymbols, getCallHierarchy, getDependencyGraph (6/6 tests)
Step 63: BatchMutationAPI with atomic applySequence and reverse-order rollback (5/5 tests)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 20:57:39 -07:00
Bill
e92e904a6d 3d finished 2026-02-08 16:31:20 -07:00