Skip to content

Normalize code exec harness output root#161

Merged
cbusillo merged 1 commit into
mainfrom
fix/harness-absolute-output-root
May 27, 2026
Merged

Normalize code exec harness output root#161
cbusillo merged 1 commit into
mainfrom
fix/harness-absolute-output-root

Conversation

@cbusillo
Copy link
Copy Markdown
Owner

Summary

  • resolve --output-root to an absolute path before creating harness run directories
  • keeps generated code exec -C workspace paths stable even when callers pass a relative output root

Validation

  • python3 tools/code-exec-harness/harness.py tools/code-exec-harness/scenarios/manual-skill-not-implicit.json --output-root .tmp/harness-relative-root-check --dry-run
  • python3 tools/code-exec-harness/harness.py tools/code-exec-harness/scenarios/manual-skill-not-implicit.json --output-root .tmp/harness-relative-root-check

Closes #158

@cbusillo cbusillo merged commit 444d7a3 into main May 27, 2026
1 check passed
@cbusillo cbusillo deleted the fix/harness-absolute-output-root branch May 27, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

code-exec-harness should normalize relative output roots before invoking code exec

1 participant