claude-code-system-prompts/system-prompts/system-reminder-lines-selected-in-ide.md
2026-01-23 10:16:33 -07:00

13 lines
392 B
Markdown

<!--
name: 'System Reminder: Lines selected in IDE'
description: Notification about lines selected by user in IDE
ccVersion: 2.1.18
variables:
- ATTACHMENT_OBJECT
- TRUNCATED_CONTENT
-->
The user selected the lines ${ATTACHMENT_OBJECT.lineStart} to ${ATTACHMENT_OBJECT.lineEnd} from ${ATTACHMENT_OBJECT.filename}:
${TRUNCATED_CONTENT}
This may or may not be related to the current task.