feat(cli): rerun captured task bundles#1335
Merged
Merged
Conversation
9acfa46 to
6dfe495
Compare
Deploying agentv with
|
| Latest commit: |
fa83b2c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://28e27d30.agentv.pages.dev |
| Branch Preview URL: | https://feat-av-wy0-4-rerun-bundles.agentv.pages.dev |
6dfe495 to
fa83b2c
Compare
christso
added a commit
that referenced
this pull request
Jun 9, 2026
Simplify agentv eval output to canonical --output directories plus --export files. Remove legacy --out/--artifacts/--output-format and config output.format with migration guidance. Preserve rerun captured task bundle metadata after rebasing on #1335.
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.
Summary
agentv runs rerun <run-dir>to execute captured task bundles from a runindex.jsonlusing native bundle files (task/EVAL.yaml,task/targets.yaml,task/files/,task/graders/).--test-idand--source-target, target replacement via--targets/--target, dotenv loading with--env-file, explicit--output, and safe default output placement outside the captured source bundle.Bead
av-wy0.4Base / Dependencies
origin/mainat35263cd707a9a89c95728ae86beb7271b76f2358.8e6dd1e96f0ac23c5a413768c82403c0535bf905083e08c39492b030879a311801d17f6631e909f135263cd707a9a89c95728ae86beb7271b76f2358feat/av-wy0.3-task-bundles) is also merged into main and remains the native bundle foundation for this PR.feat(cli): simplify eval output surface) changes eval output flag validation, butruns rerunpassesrawOptions.outputas a run directory and does not use removed eval flags (--out,--artifacts,--output-format). feat(cli): rerun captured task bundles #1335 can proceed independently; if feat(cli): simplify eval output surface #1336 merges first, rerun behavior remains aligned with--output <run-dir>.Verification
Post-final-rebase local checks:
bun run --filter @agentv/core buildbun test apps/cli/test/commands/runs/rerun.test.ts apps/cli/test/eval.integration.test.ts(17 pass, 0 fail)bun --filter agentv typecheckbunx biome check apps/cli/src/index.ts apps/cli/src/commands/runs/index.ts apps/cli/src/commands/runs/rerun.ts apps/cli/src/commands/eval/run-eval.ts apps/cli/src/commands/results/manifest.ts apps/cli/test/commands/runs/rerun.test.ts apps/cli/test/fixtures/mock-run-evaluation.tsfa83b2cc16f2af686fb8fd18be2d3e9338ca7d43: Build, Typecheck, Lint, Test, Check Links, Validate Marketplace, Validate Evals, and Cloudflare Pages all succeeded.Earlier full-branch verification before the unblock rebase:
bun run verifybun run validate:examples(58 valid, 0 invalid)Manual Red/Green UAT
bun --no-env-file /tmp/agentv-av-wy0-4-red/apps/cli/src/cli.ts runs rerun /tmp/nonexistentexited withNot a valid subcommand nameforruns.agentv runs rerunagainst a temp captured bundle wrote a separate output run, preservedtest_id: case-alpha, emittedmetadata.rerun_source, and regeneratedAlpha answerinstead of replaying the capturedCaptured old answer.Coordination Notes