Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/experiments/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ defaults:
- CODEX_BASE_URL
extra_mounts:
- ~/.uipath:/.uipath:rw
# Contract enforced by coder-eval: these paths must never be agent-visible.
# Requires coder_eval with isolated_paths support on the runner VM (coder_eval#96).
isolated_paths:
- "$SKILLS_REPO_PATH/tests"

agent:
# type omitted on purpose — the runner selects the harness via --type (codex/antigravity);
Expand Down
Loading