Instructions file CodexOpenCode
AGENTS.md instructions for nablo-io/lerim, covering lerim, summary, current architecture, trace format and parsing and how to query existing context.
Instructions file CodexOpenCode
AGENTS.md instructions for nablo-io/lerim, covering lerim, summary, current architecture, trace format and parsing and how to query existing context.
Instructions file
Claude Code instructions for nablo-io/lerim, a project described as: Compiles AI agent traces and truns them into reusable context.
Agent
The context answerer retrieves stored context and synthesizes evidence-backed answers for agents and users.
Agent
The context brief agent compiles startup context from stored records so a new agent session can begin with compact project memory.
Agent
The context curator is the cold path. It keeps existing records compact, non-duplicative, and current.
Agent
The context graph agent runs after curated records are available. It builds a sparse graph of useful relationships between decisions, constraints, facts, preferences, references, evidence, and handoffs.
Agent
Trace ingestion is the hot path. It turns one indexed source session into a small episode record plus zero or more durable context records.
Skill Claude CodeCodex
Query Lerim's persistent project context before agent work. Use it to check prior decisions, constraints, preferences, and historical context through exact queries or synthesized answers.