Skip to content

test(eval): guard workspace path override compatibility#1535

Merged
christso merged 1 commit into
mainfrom
restore-workspace-path-codex
Jun 26, 2026
Merged

test(eval): guard workspace path override compatibility#1535
christso merged 1 commit into
mainfrom
restore-workspace-path-codex

Conversation

@christso

Copy link
Copy Markdown
Collaborator

Summary

--workspace-path remains a supported way to point AgentV at an already prepared workspace and skip AgentV-owned materialization. This PR adds regression coverage for both the public CLI shorthand (agentv eval <file> --workspace-path <dir>) and the core setup path that must reuse the supplied directory without cloning repos into it.

Validation

  • bun --filter @agentv/core build && bun --filter @agentv/sdk build
  • bun test apps/cli/test/eval.integration.test.ts
  • bun test packages/core/test/evaluation/workspace/setup.test.ts
  • bun apps/cli/src/cli.ts eval run --help | rg -- '--workspace-path|--workspace-mode'
  • bun run typecheck
  • bun run lint

Compound Engineering
Codex

@christso christso merged commit ff3130e into main Jun 26, 2026
7 of 8 checks passed
@christso christso deleted the restore-workspace-path-codex branch June 26, 2026 22:51
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.

1 participant