first steps to better scanning of repos

This commit is contained in:
2026-05-02 00:11:55 +02:00
parent 2c427d253c
commit 89c4081001
9 changed files with 270 additions and 35 deletions

View File

@@ -119,6 +119,7 @@ class ContentChunk:
start_line: int
end_line: int
text: str
metadata: dict[str, Any] = field(default_factory=dict)
@dataclass(frozen=True)