From 8f725f858726befeab6cdee58773989d432d6871 Mon Sep 17 00:00:00 2001 From: saravanakumardb1 Date: Thu, 28 May 2026 21:35:59 -0700 Subject: [PATCH] docs(repo-map): register agent-queue tool directory --- docs/repo-map.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/repo-map.md b/docs/repo-map.md index f991ea6..da2934e 100644 --- a/docs/repo-map.md +++ b/docs/repo-map.md @@ -64,6 +64,19 @@ Key files: - `pre-commit.yml` - `shell-validation.yml` + +### `agent-queue/` + +Folder-based "kanban" runner for headless coding-agent CLIs (`devin` · `claude` · `codex`). +Drop prompt `.md` files into `queue/inbox/` and they execute in auto-approve mode, moving +`inbox → doing → done/failed` with live status. Zero deps, bash 3.2-compatible. + +Key files: + +- `agent-queue.sh` — main script (`init` · `add` · `run` · `status` · `watch` · `stop` · `logs`) +- `README.md` — usage, engine flag mapping, safety notes +- `queue/` — runtime kanban state (gitignored) + ### `git-work-safety-tools/` Scripts for scanning many git repositories and performing safer bulk workflows.