16 lines
491 B
Plaintext
16 lines
491 B
Plaintext
# Example Sloptrap manifest.
|
|
# Project identifier used for container/image naming.
|
|
name=sloptrap
|
|
|
|
# Default targets invoked when ./sloptrap is run without explicit args.
|
|
# default_targets=run
|
|
|
|
# Extra Debian packages installed into the helper image (space-delimited list).
|
|
packages_extra=make shellcheck jq
|
|
|
|
# Additional Codex CLI switches appended when launching Codex.
|
|
codex_args=--sandbox workspace-write
|
|
|
|
# Allow the container host to be reachable from within
|
|
# allow_host_network=false
|