mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 21:54:18 +08:00
9 lines
357 B
Markdown
9 lines
357 B
Markdown
<!--
|
|
name: 'System Reminder: File shorter than offset'
|
|
description: Warning when file read offset exceeds file length
|
|
ccVersion: 2.1.18
|
|
variables:
|
|
- RESULT_OBJECT
|
|
-->
|
|
<system-reminder>Warning: the file exists but is shorter than the provided offset (${RESULT_OBJECT.file.startLine}). The file has ${RESULT_OBJECT.file.totalLines} lines.</system-reminder>
|