credence_memory_snapshot
Persist unverified constraints from a session as project memory, so the next session inherits knowledge of what remains uncertain.
Instructions
Persist all unverified constraints from a session as project memory.
Call at the END of a session. Next session on the same project calls credence_memory_recall to inherit what was still uncertain — the new session starts knowing what it doesn't know.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Stable project identifier (e.g. "my-api-project"). | |
| session_id | Yes | Current session ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||