mirror of
https://github.com/addyosmani/agent-skills.git
synced 2026-08-12 18:07:26 +02:00
The file-size paragraph used "1000 total lines" adjacent to the "~1000 lines changed" diff threshold, which let readers conflate "diff too large" with "file too large". Spell out the distinction inline and reframe total file length as an inspection signal rather than a hard cap. Addresses @federicobartoli's review feedback on #304.