Dominoes Agent Tracker
Domino's Pizza Tracker for your gauntlette / gstack pipeline.
I use my own fork of Garry's gstack (https://github.com/garrytan/gstack) that doesn't include the ads, tracking, autoupdate, and lake boiling.
Watch your AI agent pipelines advance through review stages in real time.
Prerequisites
- Node.js 18+
- gauntlette or gstack/rkstack (https://github.com/garrytan/gstack) installed and actively running pipelines
Install & run
git clone https://github.com/robertkarl/DominoesAgentTracker
cd DominoesAgentTracker
node server.jsOpens http://localhost:3000 automatically. Override port with PORT=3001 node server.js.
Tracking work
Use gstack, gstack-sanitized (https://github.com/robertkarl/rkstack) or gauntlette (https://github.com/robertkarl/gauntlette) to implement a feature or create a project.
You'll see the stages proceed in your DOMINOES AGENT TRACKER local website. Wow!
How it works
The server reads plan files from ~/.gauntlette/ and ~/.gstack/ . An SSE (/events) stream pushes updates to the browser whenever any plan file changes on disk. Each plan's Gauntlette Review Report table becomes a row of stage tiles.
Agents
No AI agents were harmed during the creation of Dominoes Agent Tracker.