pkg-list-jails.txt: add agent-jail package section (single source of truth) #70
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
agent-jail-bootstrap.sh(colibri) installspython312 node24 npm-node24 bash curlinto agent jails, butpackages/pkg-list-jails.txthas no agent-jail section — andpython312appears nowhere in it. The agent-jail runtime set has no single source of truth, so the two can drift.Fix
Add an
# agent-jailsection topkg-list-jails.txtlisting the agent runtime packages (python312,node24, the agreed npm package,bash,curl), keeping it the canonical set the bootstrap mirrors. Note in the file header (already says "keep in sync") that the colibri bootstrap script consumes this set.Acceptance
pkg-list-jails.txtcontains an agent-jail section matching whatagent-jail-bootstrap.shinstalls; the two stay in sync.Context: colibri #96/#97; pairs with the npm-name reconciliation (colibri issue filed alongside).
🤖 Generated with Claude Code
Resolved by #81 —
pkg-list-jails.txtnow has an# agent-jailsection mirroring Colibri'sagent-jail-bootstrap.sh(python312 node24 npm-node24 bash curl), andpython312is no longer missing.The npm package-name drift is resolved in favour of
npm-node24(the node24-tied package), which also settles clawdie/colibri#98.Verified on
main: the agent-jail set matches the bootstrap exactly. Closing.