mirror of
https://github.com/safishamsi/graphify.git
synced 2026-07-12 18:37:12 +00:00
4f539e729f
_read_files capped every file at 20,000 chars, so a Markdown/text/rST document longer than that lost everything past the cap with no recovery. Oversized splittable-text files are now split at heading/paragraph boundaries into units that each fit the cap and together cover the whole file; every slice reports its parent file as source_file so the graph isn't fragmented per-slice, and a slice that still overflows output is bisected and retried. Code and PDFs are never sliced. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>