docs(eval): document v4.42.4 eval migrations#1616
Merged
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
7c4d534
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://7a10a103.agentv.pages.dev |
| Branch Preview URL: | https://fix-migration-skill-v4424-au.agentv.pages.dev |
1bafa48 to
486ac93
Compare
486ac93 to
7c4d534
Compare
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
Workers migrating old eval YAML now have a version-specific map from AgentV v4.42.4 to the current authoring contract. The migration skill distinguishes actual breaking parser/schema changes from newer conventions, so stale evals are less likely to be rewritten into another invalid intermediate shape.
This PR also removes the
workspace.repos[].base_commitauthoring alias from current eval YAML: core schema/parser/validator, prepared workspace pins, CLI prepare output, the SDK authoring helper, generated eval schema, examples, importer output, and current docs now useworkspace.repos[].commitonly. Stale repo keys fall through generic unsupported-field handling rather than a named compatibility path.The reference covers the audited v4.42.4 shapes for
execution,assertions,criteria, repeat/trials, workspace mode/isolation, target labels, hook commands, imports, prompt file references, and repo provenance, with current equivalents and verification commands for each.Related: Bead av-cdcv
Validation
bun test packages/core/test/evaluation/workspace/deps-scanner.test.ts packages/core/test/evaluation/validation/eval-validator.test.ts packages/core/test/evaluation/workspace-config-parsing.test.ts packages/core/test/evaluation/workspace/script-executor.test.tsbun test packages/core/test/evaluation/repo-schema-validation.test.ts packages/core/test/evaluation/workspace-config-parsing.test.ts packages/core/test/evaluation/validation/eval-validator.test.ts packages/core/test/evaluation/workspace/deps-scanner.test.ts packages/core/test/evaluation/workspace/repo-manager.test.ts packages/core/test/evaluation/workspace/script-executor.test.ts packages/core/test/evaluation/validation/eval-schema-sync.test.tsbun test packages/sdkbun --filter agentv testbun --filter @agentv/core build && bun --filter agentv buildbun run buildbun run typecheckbun run validate:examplesbun --filter agentv buildbun apps/cli/src/cli.ts skills get agentv-eval-migrations --ref breaking-changesgit diff --check