★ public notice — to all concerned ★
posse.
Deputize the crew. Keep the badge.
A posse is the crew a ranger deputizes: assembled for the job, granted real but bounded authority, while the ranger keeps the badge. posse is that, for AI agents. It’s an open-source crew harness: you deputize a crew of agents — each one a persona with a name, a job, hard guardrails, and its own memory — dispatch them over a shared, dependency-aware work queue, and watch the whole crew from one cockpit. The agents get genuine autonomy inside their bounds; the keys that matter never leave the operator’s hand.
$ go install github.com/ranger360ai/posse/cmd/posse@latest
$ posse new myproj --dir ~/code/myproj --cmd claude
$ posse prompt myproj "fix the failing test" --wait
$ posse cockpit # the whole crew at a glance, blocked-first
requires herdr & beads — see the readme
Built on shared substrates, not against them
- possethis repo the harness — personas, guardrails, dispatch, and the cockpit; the part that’s yours
- beadswork substrate dependency-aware task graph, agent mail, project memory
- herdroversight workspaces and live agent state — working, blocked, idle
- runtimesinterchangeable Claude Code, Codex, whatever rides next — the labor, not the harness
code · docs · the whole story