Move jq into the agent-jail section so the package list mirrors Colibri's agent-jail-bootstrap baseline, and apply Prettier to pulled markdown drift.\n\nValidation: ./scripts/check-format.sh; sh -n build.sh scripts/stage-colibri-iso.sh live/operator-session/clawdie-join-hive.sh live/operator-session/clawdie-enable-mother.sh live/operator-session/colibri-live-rebuild; ./scripts/test-release-gate.sh; git diff --check.
48 lines
1.1 KiB
Text
48 lines
1.1 KiB
Text
# Combined jail package list — union of all jail package lists from clawdie-ai
|
|
# Mirrors infra/packages/*-jail.txt (deduplicated), with browser package choices
|
|
# adjusted for the operator USB's Firefox-first package closure.
|
|
# Keep in sync when jail package lists change. The agent-jail section also
|
|
# mirrors Colibri packaging/freebsd/agent-jail-bootstrap.sh.
|
|
|
|
# Shared across jails
|
|
bash
|
|
git
|
|
rsync
|
|
curl
|
|
|
|
# agent-jail (Colibri agent-jail-bootstrap.sh baseline)
|
|
# python312 is our application Python. System deps (npm-node24 etc.) pull
|
|
# python311 as a transitive dependency from FreeBSD's default PYTHON=3.11.
|
|
# jq is used by the MCP tool path and mirrors Colibri
|
|
# packaging/freebsd/agent-jail-bootstrap.sh.
|
|
python312
|
|
node24
|
|
npm-node24
|
|
bash
|
|
curl
|
|
jq
|
|
|
|
# cms-jail
|
|
nginx
|
|
node24
|
|
npm-node24
|
|
postgresql18-client
|
|
|
|
# db-jail
|
|
postgresql18-server
|
|
postgresql18-contrib
|
|
postgresql18-pgvector
|
|
|
|
# worker-jail
|
|
cage
|
|
firefox
|
|
|
|
# management-jail (observability)
|
|
victoria-metrics
|
|
grafana
|
|
|
|
# ollama-jail (optional local inference)
|
|
ollama
|
|
|
|
# forgejo-jail (optional code hosting UI, extends git-jail baseline)
|
|
forgejo
|