Built a local SQLite task queue for Codex CLI workflows
OpenAI Developer Community
May 2, 2026
I’m experimenting with a local-first task queue for Codex CLI.
github.com
GitHub - daniel-aranda/Agents-todo: A tiny repo-local SQLite task queue for Codex CLI...
A tiny repo-local SQLite task queue for Codex CLI agents.
The core question: should coding agents use human PM tools like Linear/Jira, or should they have small local queues with claim/lease/review semantics?
I built cxq as one answer: repo-local SQLite, Bash CLI, no server.
Curious if others are solving this with TODO.md, GitHub issues, AGENTS.md conventions, or custom scripts.
Discussion in the ATmosphere