mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 05:35:24 +08:00
11 lines
239 B
Markdown
11 lines
239 B
Markdown
<!--
|
|
name: 'System Reminder: Nested memory contents'
|
|
description: Contents of a nested memory file
|
|
ccVersion: 2.1.18
|
|
variables:
|
|
- ATTACHMENT_OBJECT
|
|
-->
|
|
Contents of ${ATTACHMENT_OBJECT.content.path}:
|
|
|
|
${ATTACHMENT_OBJECT.content.content}
|