current_state
Resolve the current memory/fact state for a stable state key. Returns explicit status: current, not_found, ambiguous, or unresolved_conflict, plus compact history.
Instructions
Resolve the current memory/fact state for a stable state key. Returns explicit current, not_found, ambiguous, or unresolved_conflict status plus compact history and why edges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Memory type filter, e.g. decision or preference. | |
| project | No | Project name filter. Defaults to repo-owned state plus global user state. | |
| owner_key | No | Explicit state-key owner key, e.g. a repo path or user:default. | |
| state_key | Yes | Stable state key, such as a durable topic key. | |
| as_of_epoch | No | Resolve the state that applied at this Unix epoch. | |
| owner_scope | No | Explicit state-key owner scope, e.g. repo or user. |