ReMe/reme2/component/file_watcher
huangsen c2e43c398b
Some checks failed
Pre-commit / run (ubuntu-latest) (push) Has been cancelled
```
refactor(component): rename file_store to chunk_store and update interfaces

- Rename BaseFileStore to BaseChunkStore and update component type
- Replace file_store property with chunk_store in BaseStep
- Add file_graph property to access file metadata from FileWatcher
- Update all storage backends (Chroma, Local, SQLite) to use chunk-focused APIs
- Remove file metadata handling from chunk stores (moved to FileGraph)
- Update search methods to use ChunkFilter instead of SearchFilter
- Remove file_store imports and add chunk_store imports
```
2026-04-28 11:37:20 +08:00
..
__init__.py feat: add file parser support and search filtering (#214) 2026-04-21 16:44:46 +08:00
base_file_watcher.py ``` 2026-04-28 11:37:20 +08:00
full_file_watcher.py feat(file-watcher): enhance base file watcher with file graph persistence (#217) 2026-04-27 18:03:47 +08:00
light_file_watcher.py feat(file-watcher): enhance base file watcher with file graph persistence (#217) 2026-04-27 18:03:47 +08:00