claude-code-system-prompts/system-prompts/system-reminder-read-truncation-retry-guidance.md
2026-06-12 10:12:09 -06:00

9 lines
527 B
Markdown

<!--
name: 'System Reminder: Read truncation retry guidance'
description: Instructs Claude to reduce chunk size after file-read truncation warnings and notes the Bash output character limit
ccVersion: 2.1.173
variables:
- MAX_OUTPUT_CHARS
-->
- If you receive truncation warnings when reading the file ("[N lines truncated]"), reduce the chunk size until you have read 100% of the content without truncation ***DO NOT PROCEED UNTIL YOU HAVE DONE THIS***. Bash output is limited to ${MAX_OUTPUT_CHARS.toLocaleString()} chars.