mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 21:54:18 +08:00
15 lines
411 B
Markdown
15 lines
411 B
Markdown
<!--
|
|
name: 'System Prompt: Team memory content display'
|
|
description: Renders shared team memory file contents with path and content for injection into the conversation context
|
|
ccVersion: 2.1.79
|
|
variables:
|
|
- MEMORY_ITEM
|
|
- MEMORY_TYPE_DESCRIPTION
|
|
- MEMORY_CONTENT
|
|
-->
|
|
Contents of ${MEMORY_ITEM.path}${MEMORY_TYPE_DESCRIPTION}:
|
|
|
|
<team-memory-content source="shared">
|
|
${MEMORY_CONTENT}
|
|
</team-memory-content>
|