Conversation
joshnroy
force-pushed
the
codex/genplan-code-submissions
branch
from
September 2, 2026 14:12
5323bd1 to
ff85c29
Compare
Collaborator
Author
|
Folded into #177 so Claude session reuse and the container wall-clock limit can be reviewed together as one runtime reliability change. |
joshnroy
force-pushed
the
codex/genplan-container-timeout
branch
from
September 8, 2026 14:21
98e26d2 to
e0489f6
Compare
joshnroy
force-pushed
the
codex/genplan-code-submissions
branch
from
September 8, 2026 14:21
414547e to
744d134
Compare
joshnroy
force-pushed
the
codex/genplan-container-timeout
branch
from
September 8, 2026 14:23
e0489f6 to
ed64ffd
Compare
An error occurred while trying to automatically change base from
codex/genplan-code-submissions
to
codex/claude-cli-resume
September 8, 2026 16:17
joshnroy
force-pushed
the
codex/genplan-container-timeout
branch
from
September 8, 2026 16:52
ed64ffd to
1437e9b
Compare
joshnroy
changed the base branch from
codex/genplan-code-submissions
to
main
September 8, 2026 16:53
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hardens the GenPlan sandbox staging path for 3D Kindergarden environments.
Changes:
Why:
/tmpor quota during multi-seed 3D GenPlan runs.Verification:
uv run black --check src/robocode/utils/docker_sandbox.py src/robocode/utils/apptainer_sandbox.py tests/utils/test_docker_sandbox.py tests/utils/test_apptainer_sandbox.pyuv run isort --check-only src/robocode/utils/docker_sandbox.py src/robocode/utils/apptainer_sandbox.py tests/utils/test_docker_sandbox.py tests/utils/test_apptainer_sandbox.pyuv run pytest tests/utils/test_docker_sandbox.py::test_kindergarden_copy_excludes_large_assets tests/utils/test_docker_sandbox.py::test_docker_run_prefix_mounts_kindergarden_assets_read_only tests/utils/test_apptainer_sandbox.py::test_build_cmd_mounts_kindergarden_assets_read_only -q