Categories

Jacar categories — explore the topics A rocket whose eyes follow your cursor.
AI Agents

Engram: persistent memory for coding agents

Engram is a Go binary backed by SQLite and FTS5 that gives coding agents persistent memory over MCP. It stores decisions and conventions between sessions, syncs through git and needs no Node, Python or Docker. Its search is lexical rather than semantic, and that shapes what you should save.

AI Agents

Herdr: a terminal multiplexer for coding agents

Herdr is a Rust terminal multiplexer that runs your coding agents inside a background server. It marks every pane as working, blocked or idle, and that status rolls up to the workspace, so you can see at a glance which agent is waiting on you.