agent-ecosystem/test/renderer/store
iliya 5b0c7d13fc feat: add project editor with drag & drop file management
- Backend: ProjectFileService with file CRUD, search, git status, file watcher
- IPC: 12 editor channels with security validation and path containment
- Store: editorSlice with multi-tab management, draft persistence, conflict detection
- UI: CodeMirror 6 editor, file tree with DnD, search-in-files, context menus
- Move: fs.rename with EXDEV fallback, full path remapping across all caches
- Tests: comprehensive coverage for services, IPC handlers, store, and utilities
2026-02-28 23:40:41 +02:00
..
cliInstallerSlice.test.ts feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00
editorSlice.test.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
notificationSlice.test.ts feat: enhance notification handling with scoped actions 2026-02-20 12:46:40 +09:00
paneSlice.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
pathResolution.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
sessionSlice.test.ts feat(visualization): enhance team and subagent visualization in README 2026-02-12 23:43:28 +09:00
storeTestUtils.ts feat: add project editor with drag & drop file management 2026-02-28 23:40:41 +02:00
tabSlice.test.ts feat: integrate CLI installer service and UI components 2026-02-26 17:58:51 +02:00
tabUISlice.test.ts Initialize project structure with essential configuration files including .editorconfig, .gitattributes, .gitignore, and TypeScript settings. Add build and linting configurations, along with README, LICENSE, and contribution guidelines. Set up Tailwind CSS and ESLint for styling and code quality. Include initial package.json and pnpm workspace configuration for dependency management. 2026-02-11 15:52:00 +09:00
teamChangeThrottle.test.ts feat: use agent teams 2026-02-22 23:36:11 +02:00
teamSlice.test.ts feat(team-managment): stable MVP 2026-02-21 09:47:24 +02:00