I’m experimenting with a local-first task queue for Codex CLI.
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.