Cleans a web article locally, then hands it to Instapaper pre-chewed: defuddle extraction, image and code-block repair, a short-lived cloudflared tunnel for the handoff, and a Kobo-ready KEPUB as a side effect. The public URL dies when the process exits.
Projects
A running list of things I’m building.
TypeScriptCLInpme-ink
Persistent, searchable, cross-session memory for Claude Code. Indexes isolated JSONL transcripts into SQLite with FTS5, extracts TODOs and decisions from each session, and surfaces decision conflicts across sibling sessions. TUI browser, CLI, and Claude Code plugin on one store.
SQLiteFTS5TUIClaude Code
Agent-shaped task tracker with a TDD execution harness, for solo and small-team coding work. Per-repo SQLite task store plus curated prompts that turn task pickup into a disciplined test-driven loop: acceptance criteria and deps first-class, a ready queue, groups that map to one branch and one PR. Single static Rust binary.
RustCLITDDagents