ReMe/reme2
huangsen 48137f7f3f refactor(file_parser): simplify chunk ID generation in LinkedFileParser
Remove path and line numbers from chunk ID calculation to improve
cache stability. The chunk identity now uses only the content hash
instead of including path::start::end coordinates.

This change removes the documentation about chunk identity format
and updates the hash_text call to use only the text content.
2026-05-13 16:30:53 +08:00
..
component refactor(file_parser): simplify chunk ID generation in LinkedFileParser 2026-05-13 16:30:53 +08:00
config ``` 2026-05-11 19:45:53 +08:00
enumeration up 2026-05-12 16:39:35 +08:00
mcp up 2026-05-13 12:22:59 +08:00
memory feat(parser): implement AST-based markdown chunking with full document TOC 2026-05-13 14:32:00 +08:00
schema feat(parser): add mistletoe dependency and refactor markdown parsing 2026-05-13 16:00:36 +08:00
utils up 2026-05-13 12:22:59 +08:00
__init__.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
application.py ``` 2026-05-08 16:14:42 +08:00
constants.py feat(components): add token counter and file-based utility components 2026-04-16 20:21:04 +08:00
reme.py refactor(component): refactor base components and file store implementations 2026-04-23 17:44:25 +08:00
reme_backup.py ``` 2026-05-08 16:14:42 +08:00