ReMe/reme2
Sen Huang 2396e4a854
feat(file-watcher): enhance base file watcher with file graph persistence (#217)
- replace watch_paths parameter with single watch_path string
- add FileGraph integration for tracking file relationships
- implement persistent graph storage in .reme directory
- add load/build graph functionality on start
- refactor file change handling with separate methods for add/modify/delete
- update scan_existing_files to work with single path
- add file filter to exclude meta directory from watching
- remove abstract method requirement and implement concrete change handlers

BREAKING CHANGE: watch_paths parameter changed to watch_path (single path)
2026-04-27 18:03:47 +08:00
..
component feat(file-watcher): enhance base file watcher with file graph persistence (#217) 2026-04-27 18:03:47 +08:00
config feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
enumeration feat(parser): add base file parser and concrete implementations 2026-04-24 21:00:31 +08:00
file_based refactor(file_store): simplify file metadata schema and remove unused fields 2026-04-23 19:25:55 +08:00
schema refactor(file_store): simplify file metadata schema and remove unused fields 2026-04-23 19:25:55 +08:00
utils feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
vector_based feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
__init__.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
application.py feat(core): add core components and application framework 2026-04-23 16:25:31 +08:00
constants.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
file_graph.py feat(file-watcher): enhance base file watcher with file graph persistence (#217) 2026-04-27 18:03:47 +08:00
reme.py refactor(component): refactor base components and file store implementations 2026-04-23 17:44:25 +08:00
reme_backup.py refactor(component): refactor base components and file store implementations 2026-04-23 17:44:25 +08:00