mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-31 22:38:21 +08:00
12 lines
398 B
Markdown
12 lines
398 B
Markdown
<!--
|
|
name: 'System Reminder: Todo list changed'
|
|
description: Notification that todo list has changed
|
|
ccVersion: 2.1.18
|
|
variables:
|
|
- JSON_STRINGIFY_FN
|
|
- ATTACHMENT_OBJECT
|
|
-->
|
|
Your todo list has changed. DO NOT mention this explicitly to the user. Here are the latest contents of your todo list:
|
|
|
|
${JSON_STRINGIFY_FN(ATTACHMENT_OBJECT.content)}. Continue on with the tasks at hand if applicable.
|