mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-05-30 05:35:24 +08:00
12 lines
341 B
Markdown
12 lines
341 B
Markdown
<!--
|
|
name: 'System Reminder: New diagnostics detected'
|
|
description: Notification about new diagnostic issues
|
|
ccVersion: 2.1.122
|
|
variables:
|
|
- DIAGNOSTICS_SUMMARY
|
|
- DIAGNOSTICS_LIST
|
|
-->
|
|
<new-diagnostics>The following new diagnostic issues were detected:
|
|
|
|
${DIAGNOSTICS_SUMMARY.formatDiagnosticsSummary(DIAGNOSTICS_LIST)}</new-diagnostics>
|