Skip to main content

corral

Round up your projects into herdr workspaces.

corral sets up a herdr workspace for any project under a root directory (~/Code by default). Each workspace gets a utility tab (file manager, shell and git UI by default) and one or more agent tabs, each named for the model and effort it runs: Sonnet•medium, Opus•high, Codex•xhigh. Use the TUI to browse projects and act with single keys, or the CLI (with --json) for scripts and coding agents.

┌ corral 0.1.0 ─────────────────────────── ~/Code ┐
│ ● cEntities        wY  ● Opus xhi  ● Opus hi   develop  │ cruzainet
│ ○ ▸ Archive/ · 5 repos                                   │ ~/Code/cruzainet
│ ○ ▾ cruzainet                             master        │
│ ○   ├─ api                                develop       │ kind     git repo
│ ○   ├─ web-app                            style/visual… │ nested   8 repos below
│ ○   └─ specs                              master        │ branch   master
└ o Open  a Add agent  f Fill  s Stop  x Close WS  / Filter ┘

Install

Requires Python 3.11+ and herdr 0.8+.

uv tool install corral-herdr    # or: pipx install corral-herdr
brew install johnfoland/tap/corral-herdr

The package is corral-herdr on PyPI and in Homebrew; the command it installs is corral. (homebrew/core's corral is the Pony package manager, which also installs a corral command, so the two can't be installed together.)

Use

corral                                  # the TUI
corral up ~/Code/api                    # build the workspace, or focus it if it exists
corral up ~/Code/api --agent opus/high --agent codex/xhigh
corral up --fill                        # add whatever tabs the current project's workspace lacks
corral tab opus/high                    # an agent tab in the workspace you're in
corral tab sonnet --new                 # another one: Sonnet•medium-2
corral stop "Opus•high"                 # by tab label, agent name or pane id
corral close courses --dry-run          # what closing would take with it
corral ls                               # projects, workspaces, agents
corral models                           # the model matrix

Every command takes --json: the result goes to stdout as JSON, progress to stderr. Exit codes: 0 ok, 1 a target failed, 2 usage/config error, 3 herdr not running. --json, --root and --config go before or after the command (corral --root ~/Work ls).

Projects and labels

Every directory in the root is a project. So is every git repo nested up to scan_depth levels inside one (cruzainet/api), along with the plain folders that lead to one (Archive/AyeAI/). A project's workspace is labelled with its path relative to the root, so two nested repos that share a name don't collide. Hidden directories and dependency/build folders (node_modules, vendor, dist, …) are skipped.

TUI keys

Key Action
o / enter open: build the workspace, or switch to it
a add an agent tab: pick a model, then an effort (always a new tab)
f / u add any missing tabs / only the utility tab
s stop running agents (pick them)
F force-fill: shows the plan, runs on y
x close the workspace: shows what goes with it, runs on y
→ ← space unfold / fold / toggle the tree
/ g q filter, refresh, quit

Configure

corral config init      # writes a commented ~/.config/corral/config.toml
corral config show      # the settings in effect

The file lives at $CORRAL_CONFIG, else $XDG_CONFIG_HOME/corral/config.toml, else ~/.config/corral/config.toml (on macOS too). Every key is optional.

root = "~/Code"                     # also --root / $CORRAL_ROOT
scan_depth = 3
default_agents = ["sonnet/medium"]

[utility]                           # "" = plain shell
top = "yazi"
bottom_left = ""
bottom_right = "lazygit"

[efforts]
claude = ["low", "medium", "high", "xhigh", "max"]

[[models]]                          # any herdr agent kind: claude, codex, gemini, opencode, ...
key = "opus"
tool = "claude"
display = "Opus"
args = ["--model", "opus", "--effort", "{effort}"]

Agent skill

skills/corral/SKILL.md teaches coding agents to drive corral through its --json CLI. The repo is also a Claude Code plugin marketplace:

/plugin marketplace add johnfoland/corral
/plugin install corral@corral

Or copy skills/corral into your agent's skills directory.

Develop

uv sync
uv run pytest
uv run ruff check . && uv run ruff format --check .

Tests run against an in-memory fake herdr (tests/fake_herdr.py); nothing touches a real herdr session. See CONTRIBUTING.md for commit conventions and the release process.

License

MIT

Release files for corral-herdr 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for corral-herdr 0.1.1
File Size Uploaded
corral_herdr-0.1.1.tar.gz 39.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for corral-herdr 0.1.1
File Interpreter ABI Platform
corral_herdr-0.1.1-py3-none-any.whl Python 3 none any Details

Total release size: 71.0 kB

Release files / corral_herdr-0.1.1.tar.gz

Download URL corral_herdr-0.1.1.tar.gz
Size 39.0 kB
Tags Source
SHA-256 checksum
How to use checksums
537f5d9bf58bd16ce80e746b1535f721abcbcf6353e9a7513025d84ff9fdafc9
BLAKE2b-256 checksum
How to use checksums
91a155bf3a971adf7c1c09bf4b813acf3a082d0c9d5983ad3ef1bb0a9ef6c790
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release files / corral_herdr-0.1.1-py3-none-any.whl

Download URL corral_herdr-0.1.1-py3-none-any.whl
Size 32.0 kB
Tags Python 3
SHA-256 checksum
How to use checksums
49d2c0d9b87a9c2c540d47b6f65b7407e92271031173591f10d8842857662786
BLAKE2b-256 checksum
How to use checksums
e5fcf98f048da8e68077ca3c8e26f6c68bb7b5c88dbdac027a62a4cb683f353b
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/7.0.0 CPython/3.13.14

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Sep 25, 2026.

Transparency log

Release history Release notifications | RSS feed

0.2.0

2 release files

This release

0.1.1 This release

2 release files

0.1.0

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page