Ingest entire markdown documentation files verbatim #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally filed by @coilysiren on 2026-05-22T06:46:20Z - https://github.com/coilysiren/repo-recall/issues/250
Idea
repo-recall should ingest every markdown documentation file in a repo verbatim. The whole file, every markdown file, read end to end. No summarization, no meta-analysis. Eat the whole thing.
Why now
Kai is doing a documentation rewrite that consolidates all docs into one strict, predictable structure (named sections, flat
docs/*.md, size caps, validators). That strictness is exactly what makes verbatim markdown ingestion tractable. The docs are short, structured, and bounded, so storing them whole is cheap and high-signal.Contrast with code
Existing repo-recall issues cover code meta-analysis, where the code body does not need to be stored verbatim. Documentation is the opposite case. Docs are the human-authored intent of the repo, and they are small enough to keep whole. Pull markdown verbatim, keep code as meta-analysis.
Proposed work
*.mdin an ingested repo and store the full file text.Merged into #5 in the 2026-05-29 backlog burn-down. Verbatim markdown ingest overlaps docs-ingest issue Reopen if it should stand alone.