CV

Posts tagged: "Open Source"

8 posts

Aug 1, 2026 · 8 min read

The Tracker, Day to Day

What the append-only tool feels like to use day to day: the new loop, the OpenCode plugin's three hooks, the walkable audit trail, and the sharp edges that still need attention.

AI Coding Agents
Jul 31, 2026 · 11 min read

The Tracker Becomes Append-Only

We had been working around four problems at once with the single-writer assumption. The current tool drops the assumption, the counter, the in-place mutation, and the committed graph in a single architectural shift.

AI Coding Agents
Jul 30, 2026 · 6 min read

Adopting the Tracker: Migration and Daily Life

How a project moved onto the tracker, what daily life with it looked like, and how agents picked it up on their own.

AI Coding Agents
Jul 29, 2026 · 5 min read

The Overhaul: Fixing the Cracks We Found

Dogfooding surfaced five cracks in the tracker. We went through them one at a time: search became ranking, the graph got a single home, and affected files started coming from git.

AI Coding Agents
Jul 28, 2026 · 5 min read

Dogfooding the Tracker: What Using It Revealed

We used the tracker to track its own development. The search silently missed things, rebuild rewrote every file, and the missing tests hid real bugs.

AI Coding Agents
Jul 27, 2026 · 7 min read

Making the Tracker Queryable: Relations, graph.json, and the...

How the project tracker grew from a schema into a queryable graph, a single agent-readable file, and a package with a real CLI.

AI Coding Agents
Jul 27, 2026 · 8 min read

From Script to Package: The Project Tracker Redesign

Addressing complaints and turning a simple script to a full blown python package

AI Coding Agents
Jul 27, 2026 · 10 min read

A File-Based Project Knowledge Database for AI-Assisted Deve...

Creating a new way to store project knowledge for AI agents without resorting to full blown vector databases

AI Coding Agents