Skip to main

loom

Where Claude Code sessions get a context engine.

Gated preview operators v0.4.2

What it is

Modern-stack web app (Bun + Hono backend + React 19 + Vite 6 + Tailwind v4 frontend) that reads PAI persistence layers and heartbeat-cron scanner output, then surfaces a coherence view across Claude Code sessions. Solves the ADHD problem of "what was I doing yesterday and what's the current state of my open work?"

Problem it removes

AI-coding sessions evaporate context between days. Open tasks, working memory, half-finished plans, and stale agents all live in different files with no canonical surface. The ADHD brain is reliably bad at reconstructing context cold, and reliably good at responding to external structure — but only if the structure exists.

How it works

Hono server reads PAI session files + a heartbeat-cron scanner's output and exposes them as a typed API. React 19 frontend renders the current session state, open tasks across projects, and stale-agent warnings. Local-first, no cloud dependency. SPEC.md documents the persistence contract.


Adjacent projects