ReMe/reme2/component/file_parser
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
..
__init__.py up 2026-05-11 19:35:01 +08:00
base_file_parser.py up 2026-05-11 20:31:41 +08:00
default_file_parser.py up 2026-05-11 20:31:41 +08:00
linked_file_parser.py refactor(file_parser): simplify chunk ID generation in LinkedFileParser 2026-05-13 16:30:53 +08:00