cxq: a repo-local SQLite task queue for Codex CLI #20731
daniel-aranda
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I built cxq, a tiny repo-local SQLite task queue for Codex CLI.
The idea: Linear/Jira are built for humans, but coding agents need a local queue with explicit claim/review semantics.
cxq gives each repo a
.codex/tasks.dband a small CLI:cxq addcxq claim-next --format promptcxq notecxq showcxq reviewcxq doneIt is intentionally boring:
The goal is to let Codex pick up one well-scoped task, preserve notes/events, respect allowed paths, run verification commands, and stop in review instead of pretending everything is done.
Repo:
https://github.com/daniel-aranda/Agents-todo
Would love feedback from people running Codex CLI or other local coding-agent workflows.
Beta Was this translation helpful? Give feedback.
All reactions