Instructions file CodexOpenCode
AGENTS.md instructions for GonzaloTorreras/ai-dememory, covering ai dememory repo instructions, development continuity, github access, pr and merge approval and agent and process hygiene.
Instructions file CodexOpenCode
AGENTS.md instructions for GonzaloTorreras/ai-dememory, covering ai dememory repo instructions, development continuity, github access, pr and merge approval and agent and process hygiene.
Instructions file
Claude Code instructions for GonzaloTorreras/ai-dememory, covering claude instructions and claude code memory hooks.
MCP server Claude CodeCodexCursor +2
MCP server "ai-dememory" as configured in GonzaloTorreras/ai-dememory. Launched with ai-dememory mcp --stdio --idle-timeout-seconds 600 --profile public --require-bo.
Hook
Runs when you submit a prompt, before the agent sees it, running ai-dememory hook-event dispatch --client codex --event UserP. From GonzaloTorreras/ai-dememory.
Hook
Runs before the context is compacted for manual and auto tool calls, running ai-dememory hook-event dispatch --client codex --event PreCo. From GonzaloTorreras/ai-dememory.
Hook
Runs after the context is compacted for manual and auto tool calls, running ai-dememory hook-event dispatch --client codex --event PostC. From GonzaloTorreras/ai-dememory.
Hook
Runs when the agent finishes a response, running ai-dememory hook-event dispatch --client codex --event Stop . From GonzaloTorreras/ai-dememory.
Skill Claude CodeCodex
Inspect or run bounded ai-dememory daily and weekly upkeep, provider imports, generated indexes, recall quality, review queues, and scheduler health. Use when the user asks for maintenance, autonomous upkeep, resource consumption, cleanup, or schedule status.
Skill Claude CodeCodex
Recall focused, reviewed context from ai-dememory with bounded MCP calls. Use before non-trivial work when prior decisions, project context, preferences, values, or recommendations may materially change the result, or when the user asks to remember or search memory.
Skill Claude CodeCodex
Review ai-dememory inbox proposals, provider imports, explicit captures, hook captures, recall misses, false positives, and conflict candidates. Use when the user wants to promote, reject, clean, consolidate, dismiss, or write conflict merge proposals.
Skill Claude CodeCodex
Set up ai-dememory for a local vault, MCP, bounded hooks, provider imports, or reviewed maintenance schedules. Use when the user asks to install, configure, run the initial wizard, choose resource intensity, or enable autonomous local upkeep.
Skill Claude CodeCodex
Maintain generated working state and handoffs from ai-dememory through MCP or CLI tools. Use when the user asks to remember current task state, prepare a handoff, resume recent work, summarize a session, or update local working memory without promoting durable facts.
Skill Claude CodeCodex
Use when Codex needs to operate the installed ai-dememory tool against an explicitly bound private vault: recall reviewed Markdown memory, validate or index that vault, run safe secret checks, export bounded context, write proposal captures, review inbox entries, or operate the local MCP server. Also use separately…