forked from heavy-duty/rig
The fourth agent tenant, through the one parameterized mechanism (lib/tenant-config.sh + bootstrap-tenant.sh) — never a fifth hand-maintained copy. The official installer (code.kimi.com/install.sh) is uv-managed and lands kimi in ~/.local/bin, run as the tenant user (grok's lesson: a root-owned install under a 0700 home is a CLI that exists and cannot run); no node, uv brings its own Python. The context file lands at ~/.kimi/AGENTS.md — the <dotdir>/AGENTS.md convention — with an honest note that kimi documents only project-level AGENTS.md today. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2.7 KiB
2.7 KiB
Changelog
History before 0.1.0 lives in git — rig grew its version surface (VERSION,
rig --version, the side-by-side versions/<v> install layout; #35/#36)
on the way to cutting its first release, and this file starts there.
Unreleased
Added
kimi-boxjoins the box tenant roles — the Kimi CLI agent guest (#109)
0.3.0 — 2026-07-21
Fixed
- Deleting a shipped release heading from
CHANGELOG.mdis caught on every PR (#98, heavy-duty/box#122) - The heading-uniqueness check no longer sits behind git conditions it does not need (#98, heavy-duty/box#143)
- An unreadable check rollup no longer reads as "nothing is failing" (#90)
- CI runs
test/labels-reconcile.sh, which it had never run (#90) state:needs-humanno longer appears on PRs a human cannot merge (#87, heavy-duty/box#136)- A missing
/run/sshdno longer reads as a broken sshd config (#92) - CI's shellcheck sweep reaches
.github/scripts/(#70) - Ctrl-D at the
rig uninstallconfirm aborts out loud (#68) users applytells "revoke everyone" apart from a truncated users file (#65)
Added
- CI refuses a release PR with no drill record at
drills/<version>.md rig platform— what this machine is, computed at run time, stored nowhere (#64)/etc/rig/manifestrecords which rig converged a machine, and when (#61)
Changed
state:needs-humanis set at handoff, not by the cron (#96)- PR labels split into two axes:
state:*(whose ball) andblocker:*(what is in the way) (heavy-duty/box#137) - BREAKING:
--class human|serveris now--root-door closed|open; old markers still resolve (#77) - BREAKING: the box tenant roles carry a
-boxsuffix (#76) - BREAKING: machine roles carry a
-serversuffix, andstaging-serveris back (#76) - Changelog entries are one line each, and the whole file now follows the rule (#100)
0.2.0 — 2026-07-19
Added
users applygrants the box tier, not just its socket (#49)
Changed
- BREAKING:
rig bootstraptakes the users file, and requires it (#51)
Fixed
- A release no longer disarms the changelog under the PRs still in flight (#67)
- A
host=nobox with anincusgroup no longer hands out the bare socket (#58) - Dropping the box role revokes through
box, not behind its back (#50) rig bootstraprefuses a users file that names no users (#57)
0.1.0 — 2026-07-19
Fixed
- The release suite accepts the ceremony's own tree (#44)
- The installer survives an environment with no
$HOME(#39, #41) - Headless credential prompts refuse loudly instead of dying silently (#42)
Added
- Merging a release-labeled PR IS the release, and the release re-arms main (#47)
- Tagged releases, and an installer that installs them (#32)