agent-ecosystem/src
iliya 51df8847a9 feat: enhance EditorFileWatcher and IPC for improved file change handling
- Introduced a grace period in EditorFileWatcher to ignore rapid 'change' events during startup, preventing performance issues in large repositories.
- Added a new IPC channel for setting watched file paths, optimizing file monitoring by focusing on currently open tabs.
- Updated the editor API to include the new setWatchedFiles method, enhancing performance by avoiding unnecessary project-wide file watching.
- Enhanced tests for EditorFileWatcher to validate the new startup behavior and ensure proper event handling.
2026-03-02 00:15:00 +02:00
..
main feat: enhance EditorFileWatcher and IPC for improved file change handling 2026-03-02 00:15:00 +02:00
preload feat: enhance EditorFileWatcher and IPC for improved file change handling 2026-03-02 00:15:00 +02:00
renderer feat: enhance EditorFileWatcher and IPC for improved file change handling 2026-03-02 00:15:00 +02:00
shared feat: enhance EditorFileWatcher and IPC for improved file change handling 2026-03-02 00:15:00 +02:00
CLAUDE.md 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