iranti_remember_response
Persist structured summaries from assistant responses to maintain project memory across AI coding sessions. Extracts key decisions, blockers, next steps, and ownership details for shared reference.
Instructions
Persist a strict durable summary from your own response. Use this after you decide to say something like "the next step is ...", "the blocker is ...", "we decided ...", or "the current owner is ...". This uses the same narrow summary extractor as the Claude Stop hook, but it is explicit and works for Codex or any MCP client. Do not use this for arbitrary prose or every turn.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response | Yes | The assistant response text to scan for strict durable summary patterns. | |
| projectEntity | No | Optional explicit project entity target for project-scoped summaries. | |
| personalEntity | No | Optional explicit personal entity target for personal summaries. | |
| source | No | Optional provenance label override. | |
| confidence | No | Raw confidence score for remembered summaries. | |
| agent | No | Override the default agent id. | |
| agentId | No | Alias for agent. Override the default agent id. |