mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
c312b36166
Agent harnesses truncate file reads around ~60k characters, so the largest dsm5 reference files (up to 132k chars) were being cut off mid-file (reported: "The neurodevelopmental file was truncated"). - Split 15 reference files over 50k chars into a small index (original filename preserved, so all existing links keep resolving) plus part files of <= ~40k chars each, organized by disorder group - Updated SKILL.md routing rows to point at indexes and read the part for the condition; added large-file handling guidance - Updated dsm5/README.md What You Get table; documented the size convention in 00-overview-and-method.md (Maintaining this library) - Verified: no reference file exceeds 50k chars (66 files), all 466 relative links resolve, validators pass, lookup.py lists all parts Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>