This commit is contained in:
Samuel Aubertin
2025-11-08 03:59:16 +01:00
commit 636098a15b
20 changed files with 1807 additions and 0 deletions

15
.sloptrap Normal file
View File

@@ -0,0 +1,15 @@
# 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