docs(run): document generated task bundles#1350
Merged
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
f1e43a1
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://37d2243a.agentv.pages.dev |
| Branch Preview URL: | https://docs-av-l52-run-bundle.agentv.pages.dev |
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 docs now point authors at the generated run folder/task bundle as the portable audit and rerun surface, instead of implying they should maintain a parallel source-side bundle convention. This keeps the public guidance aligned with the recently merged task bundle artifacts and preserves source-side case directories as optional organization for bulky eval inputs.
What changed
--output <run-dir>workflow and the generated per-result task bundle layout (task/EVAL.yaml,task/targets.yaml, copiedtask/files, copiedtask/graders).index.jsonllinks to generated bundle paths such astask_dir,eval_path,targets_path,files_path, andgraders_path.No runtime schema, command, or artifact format changes are included.
UAT evidence
running-evalsdocumented--outputonly as anindex.jsonlrun directory and did not describe generated task bundle paths;benchmark-provenanceframed source-side case directories as task artifacts and included peer-harness-specific examples.index.jsonllink fields, and keeps source-side case directories optional.Verification
bun --filter @agentv/web buildbun run validate:examplesbun run lintPost-Deploy Monitoring & Validation
No additional operational monitoring required. This is a docs-only change with no runtime behavior, schema, command, or artifact format impact.