mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 21:54:18 +08:00
9 lines
308 B
Markdown
9 lines
308 B
Markdown
<!--
|
|
name: 'System Reminder: Session continuation'
|
|
description: Notification that session continues from another machine
|
|
ccVersion: 2.1.18
|
|
variables:
|
|
- GET_CWD_FN
|
|
-->
|
|
This session is being continued from another machine. Application state may have changed. The updated working directory is ${GET_CWD_FN()}
|