docs(repo-map): register agent-queue tool directory

This commit is contained in:
saravanakumardb1 2026-05-28 21:35:59 -07:00
parent 179108504f
commit 8f725f8587

View File

@ -64,6 +64,19 @@ Key files:
- `pre-commit.yml` - `pre-commit.yml`
- `shell-validation.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/` ### `git-work-safety-tools/`
Scripts for scanning many git repositories and performing safer bulk workflows. Scripts for scanning many git repositories and performing safer bulk workflows.