Plugin Claude Code
Engineering memory for AI coding agents — a structured cross-project log, a deliberately dumb CLI, and a Claude Code plugin that closes the read-side loop with auto-firing hooks.
Plugin Claude Code
Engineering memory for AI coding agents — a structured cross-project log, a deliberately dumb CLI, and a Claude Code plugin that closes the read-side loop with auto-firing hooks.
Plugin Claude Code
Close the engineering-memory loop: auto-inject relevant prior lessons on session start and on symptom-shaped prompts, plus a /recall command for explicit deep dive.
Instructions file
Claude Code instructions for atazifor/engineering-memlog, covering engineering-memlog plugin — agent instructions, how the log gets into your context, search the log yourself when warranted, append a lesson after you work and plugin knobs (env vars).
Command
Search the engineering memlog and inject the top matching prior lessons. Use when you suspect a recurring issue.
Hook
Runs when a session starts, executing session-start.sh via bash. From atazifor/engineering-memlog.
Hook
Runs when you submit a prompt, before the agent sees it, executing user-prompt-submit.sh via bash. From atazifor/engineering-memlog.