Tianyi Cui 0239ac3752 Merge remote-tracking branch 'origin/master' into codex/simp-drop-assembled-section-order 1 месяц назад
..
bash fe2d61198f Merge remote-tracking branch 'origin/master' into codex/simp-prune-bash-surface 1 месяц назад
bash-local fe2d61198f Merge remote-tracking branch 'origin/master' into codex/simp-prune-bash-surface 1 месяц назад
bash-sandbox 31f4441fd4 pkg: update vendor dep 1 месяц назад
tool-bash 0239ac3752 Merge remote-tracking branch 'origin/master' into codex/simp-drop-assembled-section-order 1 месяц назад
README.md e3d7bb62d8 fix(permission): address human review feedback 1 месяц назад

README.md

bash/ — bash capability family

The canonical three-package capability seam (see capability seams): an abstract executor interface, concrete implementations, and the model-facing tool that consumes it. All product packages.

Package Role ctx key
bash/ Abstract bash executor seam (interface + vocabulary; sandbox result facts carry the sandbox/ seam's mode/enforcement vocabulary) ctx.bash
bash-local/ Local-subprocess BashExecutor implementation (registers ctx.bash)
bash-sandbox/ Sandbox-consuming BashExecutor (wraps every command argv via ctx.sandbox, stamps denial/enforcement facts; extends bash-local's mechanics) (registers ctx.bash)
tool-bash/ Model-facing bash/bash_output/bash_kill tool schemas (registers on ctx.tools)

The interface lives at bash/bash/. bash-sandbox replacing bash-local without touching the interface or the tool is the split doing exactly what it exists for — a leaf cordis.yml picks one executor entry, plus a ctx.sandbox provider entry for the confined one (see the acp-agent example's default composition).