mirror of
https://github.com/Piebald-AI/claude-code-system-prompts.git
synced 2026-06-13 23:03:32 +08:00
9 lines
572 B
Markdown
9 lines
572 B
Markdown
<!--
|
|
name: 'System Prompt: Hook evaluator truncated transcript note'
|
|
description: Tells the hook condition evaluator that earlier conversation was omitted and how to handle insufficient evidence
|
|
ccVersion: 2.1.173
|
|
variables:
|
|
- OMITTED_MESSAGE_COUNT
|
|
-->
|
|
[Earlier conversation truncated to fit the hook evaluator's context window — ${OMITTED_MESSAGE_COUNT} earlier messages omitted. Evaluate the condition against the recent transcript below; if the required evidence may be in the omitted prefix, return {"ok": false, "reason": "insufficient evidence in transcript"}.]
|