Goal
Register codeherd in the mise official registry so users can install it with mise use codeherd@<version> instead of mise use github:xico42/codeherd@<version>.
Prerequisites
Blocked on #13 (release pipeline). Cannot submit until:
Submission steps
- Verify name availability in
jdx/mise:registry/ — confirmed free as of 2026-05-28 for both codeherd.toml and ch.toml. Going with codeherd (descriptive, no squat risk).
- Fork
jdx/mise.
- Add
registry/codeherd.toml:
backends = ["github:xico42/codeherd"]
description = "CLI for parallel agentic coding sessions"
os = ["linux", "macos"]
test = { cmd = "ch --version", expected = "{{version}}" }
- Open PR against
jdx/mise:main. Reference the codeherd repo, link to a successful release, and mention the tier-1 backend (github).
- Address review feedback. Common asks: bin name override if
ch collides with another tool's binary on PATH, asset pattern override if autodetection picks the wrong archive.
- Merge → users can
mise use codeherd@<version>.
Tier
Tier 1 (github backend). Per mise registry policy, tier-1 submissions are routinely accepted when the release format is mise-friendly.
Acceptance criteria
Goal
Register
codeherdin the mise official registry so users can install it withmise use codeherd@<version>instead ofmise use github:xico42/codeherd@<version>.Prerequisites
Blocked on #13 (release pipeline). Cannot submit until:
vX.Y.Z.ch-<version>-linux-amd64.tar.gz,ch-<version>-darwin-arm64.tar.gz).chbinary at a predictable path.mise use github:xico42/codeherd@<version>resolves, downloads, and runs.Submission steps
jdx/mise:registry/— confirmed free as of 2026-05-28 for bothcodeherd.tomlandch.toml. Going withcodeherd(descriptive, no squat risk).jdx/mise.registry/codeherd.toml:jdx/mise:main. Reference the codeherd repo, link to a successful release, and mention the tier-1 backend (github).chcollides with another tool's binary on PATH, asset pattern override if autodetection picks the wrong archive.mise use codeherd@<version>.Tier
Tier 1 (github backend). Per mise registry policy, tier-1 submissions are routinely accepted when the release format is mise-friendly.
Acceptance criteria
registry/codeherd.tomlmerged intojdx/mise:main.mise use codeherd@<latest>installs andch --versionreports the correct version on linux-amd64, linux-arm64, darwin-amd64, darwin-arm64.mise use codeherd@latest(drop the rawgithub:form once registry is live).