agent active

Linear-Coding-Agent-Harness

Maker: coleam00 License: MIT Stars: 227 First released: 2025-12-07 Language: Python
Autonomous

About

The harness demonstrates a specific architectural idea: put the agent's entire task state in Linear rather than local files, so any session — or a new machine — can resume work by querying the tracker. An initializer agent reads an app spec, creates the Linear project, issues, and a META issue; coding agents then pull Todo issues, implement with Claude, test through Puppeteer MCP, comment results, and close issues. Session handoff happens through Linear comments, making runs resumable and inspectable from anywhere Linear is. Colem00 published it as a minimal MIT-licensed reference (2 commits) that others fork to build Linear-integrated autonomous loops.

Other entries by coleam00