agent-ecosystem/src/main/services/editor
iliya 075523dc42 fix: resolve 245 eslint errors across 12 files
- rendererLogs: inline IPC channel constants to fix boundary violation
- EditorFileWatcher/TaskBoundaryParser: rename UPPER_CASE class props to camelCase
- TeamConfigReader: remove unused readFileHead/extractQuotedString functions
- TeamFsWorkerClient: use crypto.randomUUID(), remove duplicated branches
- team-fs-worker: full type safety rewrite — 10 interfaces replacing ~150 any casts,
  extract readTasksDirForTeam diagnostics to avoid param reassign
- useDiffNavigation/editorSlice/buildSelectionAction: add missing return types
- useFileSuggestions: suppress intentional setState-in-effect
- store/index: suppress intentional deprecated navigator.platform fallback
- platformPath: replace vulnerable regexes with manual loops
2026-03-04 01:03:45 +02:00
..
conflictDetection.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
EditorFileWatcher.ts fix: resolve 245 eslint errors across 12 files 2026-03-04 01:03:45 +02:00
FileSearchService.ts feat: implement team member replacement functionality and enhance file search caching 2026-03-03 00:56:58 +02:00
GitStatusService.ts feat: add project file listing functionality and enhance mention support 2026-03-02 21:14:49 +02:00
index.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
ProjectFileService.ts feat: add binary file preview functionality and improve editor performance 2026-03-01 23:51:51 +02:00