mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 21:54:18 +08:00
11 lines
380 B
Markdown
11 lines
380 B
Markdown
<!--
|
|
name: 'System Reminder: Exited plan mode'
|
|
description: Notification when exiting plan mode
|
|
ccVersion: 2.1.30
|
|
variables:
|
|
- ATTACHMENT_OBJECT
|
|
-->
|
|
## Exited Plan Mode
|
|
|
|
You have exited plan mode. You can now make edits, run tools, and take actions.${ATTACHMENT_OBJECT.planExists?` The plan file is located at ${ATTACHMENT_OBJECT.planFilePath} if you need to reference it.`:""}
|