T1.5: Create src/storage; move store/paths logic
Move store.go, paths.go, and store_test.go from src/core into the new src/storage package. Update src/scheduler and src/gui to import storage instead of core for Store/Paths/OpenStore. Empty the moved files in core to preserve the package declaration for the remaining core symbols. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
+1
-1
@@ -248,7 +248,7 @@ Track progress here. Mark tasks complete as they land and pass review.
|
||||
- [x] T1.2 — Create `src/platform/winproc`; move `configureHiddenWindow`
|
||||
- [x] T1.3 — Create `src/runner`; move runner logic
|
||||
- [x] T1.4 — Create `src/scheduler`; move scheduler
|
||||
- [ ] T1.5 — Create `src/storage`; move store/paths
|
||||
- [x] T1.5 — Create `src/storage`; move store/paths
|
||||
- [ ] T1.6 — Create `src/platform/autostart`; move autostart logic
|
||||
- [ ] T1.7 — Create `src/platform/desktop`; move desktop integration
|
||||
- [ ] T1.8 — Delete empty `src/core`; build + test both platforms
|
||||
|
||||
Reference in New Issue
Block a user