mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 13:45:23 +08:00
9 lines
280 B
Markdown
9 lines
280 B
Markdown
<!--
|
|
name: 'System Reminder: File opened in IDE'
|
|
description: Notification that user opened a file in IDE
|
|
ccVersion: 2.1.18
|
|
variables:
|
|
- ATTACHMENT_OBJECT
|
|
-->
|
|
The user opened the file ${ATTACHMENT_OBJECT.filename} in the IDE. This may or may not be related to the current task.
|