leteo
01Plugin Claude Code
Persistent memory for AI coding agents — agent-agnostic, single binary, zero dependencies.
Plugin Claude Code
Persistent memory for AI coding agents — agent-agnostic, single binary, zero dependencies.
Instructions file CodexOpenCode
AGENTS.md instructions for asanabrial/leteo, covering working on leteo, keep openspec/ current, building and testing, rules that have cost this codebase real bugs and comments and commits.
Instructions file
Claude Code instructions for asanabrial/leteo: The house rules live in AGENTS.md, and this file imports them.
Plugin Claude Code
Persistent memory for AI coding agents. Survives across sessions and compactions.
MCP server Claude CodeCodexCursor
MCP server "leteo" as configured in asanabrial/leteo. Launched with leteo mcp --tools=agent.
Hook
Runs when a session starts on startup, clear and compact, running leteo hook session-start (2 commands). From asanabrial/leteo.
Hook
Runs when you submit a prompt, before the agent sees it, running leteo hook user-prompt-submit. From asanabrial/leteo.
Hook
Runs when a subagent finishes, running leteo hook subagent-stop. From asanabrial/leteo.
Hook
Runs when a session ends, running leteo hook session-stop. From asanabrial/leteo.
Skill Claude CodeCodex
ALWAYS ACTIVE — Persistent memory protocol. You MUST save decisions, conventions, bugs, and discoveries to Leteo proactively. Do NOT wait for the user to ask.
MCP server Claude CodeCodexCursor
MCP server "leteo" as configured in asanabrial/leteo. Launched with leteo. Needs 1 environment variable to run.