mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 14:43:33 +08:00
12 lines
560 B
Markdown
12 lines
560 B
Markdown
<!--
|
|
name: 'System Prompt: /loop tick (loop.md tasks)'
|
|
description: Loop tick injection for recurring cron-based runs of tasks from loop.md
|
|
ccVersion: 2.1.173
|
|
variables:
|
|
- SCHEDULE_WAKEUP_TOOL_NAME
|
|
- LOOP_NOTIFICATION_GUIDANCE_FN
|
|
-->
|
|
# /loop tick — loop.md tasks
|
|
|
|
Work the tasks from the loop.md contents established earlier in this conversation. If you cannot find them, treat this as a no-op tick. The recurring cron will fire the next tick automatically — do not call ${SCHEDULE_WAKEUP_TOOL_NAME} from this tick.${LOOP_NOTIFICATION_GUIDANCE_FN(!0)}
|