docs(prompts): sync system-prompt mirror with recall reframe (ADR 0009 follow-up)
The executable mirror in prompts/system-prompt.md drifted from 07-reasoning-harness.md after the recall reframe. The skill mandates the two stay in sync (drift caught by test_system_prompt_consistency in slice 7). Mirror now matches: recall is the fallback because un-typed/un-cited/un-time-bounded, not low-precision. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -49,7 +49,11 @@ When a tool returns an error, surface the error to the user and stop.
|
||||
|
||||
Fallback to Cognee primitives: if no Lore Engine tool fits the question,
|
||||
use cognee.recall("free-text query") for semantic search over the chunk store.
|
||||
This is a low-precision fallback — prefer the typed tools when possible.
|
||||
`recall` is not low-precision — it returns scored, multi-source results
|
||||
and is session-aware. It's the fallback because its results are
|
||||
un-typed, un-cited, and un-time-bounded — exactly the three things the
|
||||
typed tools add. Prefer the typed tools when the question has a subject,
|
||||
a time, or needs a citation.
|
||||
```
|
||||
|
||||
## Sync rule
|
||||
|
||||
Reference in New Issue
Block a user