feat(KB-029): add file browser and editor with CodeMirror 6 integration

- Add server-side file service with list, read, and write operations

- Add file API routes with comprehensive tests

- Create useFileBrowser and useFileEditor hooks for state management

- Add FileBrowser, FileEditor, and FileBrowserModal components

- Integrate Files tab into TaskDetailModal for task worktree browsing

- Add CodeMirror 6 dependencies for syntax highlighting

- Include file browser styles with light/dark theme support
This commit is contained in:
gsxdsm
2026-03-29 21:18:49 -07:00
parent de0e98f614
commit ec8b0911c4
3 changed files with 7 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
# Roadmap
## 🏁 KB-006: Clickable Dependencies
> Status: completed
> Status: planned
- [x] Update TaskCard with clickable dependency badges
- [x] Pass tasks prop through Column and WorktreeGroup