recall_user_context
Retrieve task-aware user context by merging profile, repo memories, workstreams, and recent sessions into a compact, source-attributed summary with reason codes.
Instructions
Recall task-aware user context on demand. Combines safe user claims, profile summary, repo memories, current-state keys, workstreams, and recent sessions into compact source-attributed context with include/drop reason codes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Current working directory used to derive the project key. | |
| host | No | Host profile, e.g. codex-cli or claude-code. | |
| limit | No | Maximum included recall items. | |
| query | Yes | Task or topic query for user-context recall. | |
| project | No | Project key/path filter. If omitted, cwd is normalized. | |
| owner_key | No | Explicit user-context owner key. | |
| state_keys | No | Stable current-state keys to resolve exactly. | |
| owner_scope | No | Explicit user-context owner scope. | |
| task_intent | No | Optional task intent, e.g. review, implement, debug, plan. | |
| budget_chars | No | Maximum compact context characters. | |
| current_files | No | Current file paths relevant to the task. | |
| include_sensitive | No | Include personal/sensitive/restricted claims for explicit audit. | |
| include_suppressed | No | Include policy-suppressed claims and memories for explicit audit. |