eidetic_engine_cli
Durable local memory, search, and context packs for coding sessions
All Skills in This Repository (10)
Pure Emerald Level Indicatorssession-review-memory-distillation
Distill CASS/ee session evidence into audit-ready memory-candidate artifacts.
situation-framing
Transform coding-agent requests into evidence-backed task frames and command plans.
rehearsal-promotion-review
Review rehearsal dry-run JSON evidence to determine safe promotion decisions.
causal-credit-review
Review causal ledger evidence and issue promote, demote, or reroute recommendations.
claim-certificate-review
Review ee claim verification JSON with evidence-bounded stop/go gates.
active-learning-experiment-planner
Plan active-learning experiments from ee observation ledgers and uncertainty reports.
procedure-distillation
Distill evidence-bound recorder outputs into reviewable procedure drafts with verification gating.
ee-skill-standards
Enforce evidence-bound standards for project-local skills consuming ee CLI JSON.
preflight-risk-review
Convert ee preflight and tripwire outputs into evidence-backed risk review briefs.
counterfactual-failure-analysis
Analyze ee lab JSON evidence to produce counterfactual failure-analysis memos.
Frequently Asked Questions
FAQPage SchemaHow to install Eidetic Engine?▼
Run `npx skills add Dicklesworthstone/eidetic_engine_cli --all -g -y` in your terminal to install all skills in this suite globally.
What problem does Eidetic Engine solve?▼
Coding agents forget prior decisions, failures, and project rules between sessions. Eidetic Engine stores them in a durable local memory layer and returns compact, provenance-linked context packs on demand.
Does Eidetic Engine need a cloud service or paid API?▼
No. It runs fully local-first with on-device embeddings and a local database, so no cloud account or paid model API is required.
How do agents use ee during a coding session?▼
Agents run simple commands like ee resume, ee pack, ee remember, and ee outcome to recall prior lessons, fetch context, and record new durable rules as they work.
Can ee warn me before risky commands?▼
Yes. The preflight check command surfaces matching risk, anti-pattern, and failure memories before a destructive command runs, but it stays advisory and never blocks execution.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core