ReMe/reme4
jinliyl 71e42dbad0
refactor(reme4): replace file_watcher component with background steps pipeline (#251)
* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* up

* feat(config): add daily_dir configuration and background job logging

- Added daily_dir setting with default value 'memory' to config
- Implemented logging for background job startup events
- Enhanced component start logic to handle background backend type
- Updated default YAML configuration structure

* refactor(file_parser): replace _get_relative_path with to_vault_relative method

- Remove redundant working_dir property from base file parser
- Add to_vault_relative method to base component for path resolution
- Update bare_file_parser to use new to_vault_relative method
- Update default_file_parser to use new to_vault_relative method
- Update linked_file_parser to use new to_vault_relative method
- Make working_path absolute in base_component and steps
- Simplify index_changes step by removing redundant base variable
- Consolidate path relative logic in single shared method

* docs(reme4): update report with detailed architecture sections

- Add comprehensive Markdown kernel section covering Obsidian compatibility
- Include detailed explanation of YAML front matter and wikilink formats
- Document smart slicing mechanism using Markdown AST instead of fixed tokens
- Explain graph indexing with bidirectional links and multiple backends
- Restructure sections with proper numbering from 4 to 7
- Move Markdown kernel section to appear before self-evolution features
- Add detailed explanations of auto-memory, auto-dream, and auto-link processes
- Document three-way hybrid search with RRF fusion and progressive expansion
- Include engineering value explanations for keyword indexing in Chinese context
2026-05-22 10:26:36 +08:00
..
components refactor(reme4): replace file_watcher component with background steps pipeline (#251) 2026-05-22 10:26:36 +08:00
config refactor(reme4): replace file_watcher component with background steps pipeline (#251) 2026-05-22 10:26:36 +08:00
enumeration refactor(reme4): replace file_watcher component with background steps pipeline (#251) 2026-05-22 10:26:36 +08:00
schema refactor(reme4): replace file_watcher component with background steps pipeline (#251) 2026-05-22 10:26:36 +08:00
steps refactor(reme4): replace file_watcher component with background steps pipeline (#251) 2026-05-22 10:26:36 +08:00
utils refactor(mcp-client): update MCPClient to support runtime action (#250) 2026-05-21 11:09:35 +08:00
__init__.py dev/reme4 init merge (#236) 2026-05-17 14:14:43 +08:00
application.py refactor(reme4): replace file_watcher component with background steps pipeline (#251) 2026-05-22 10:26:36 +08:00
constants.py feat: implementation of the read step for reme (markdown) (#245) 2026-05-19 16:19:13 +08:00
reme.py refactor(mcp-client): update MCPClient to support runtime action (#250) 2026-05-21 11:09:35 +08:00