Files
Magnus HedemarkGitHubfactory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
c312b36166 fix(skill): split oversized dsm5 references into index + parts (#278)
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>
2026-08-04 22:10:15 -04:00
..