Conversation
Rewrites the result artifact contract doc and ADRs 0011/0012/0017 to match the shipped av-cpl5.2 (cases[] -> tests[], counts rename, metadata.run_id dedup) and av-cpl5.3 (target_execution/transcript_summary moved off index rows behind a compact target_error_kind) shapes, fixes a stale metadata.run_id reference in wip-checkpoints.mdx, and records why projection_identity stays inline as a permanent design decision. Adds a fixture-based regression test that fails if the retired cases/instances/ target_execution/transcript_summary/verdict fields reappear as public canonical fields. av-cpl5.4 Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Deploying agentv with
|
| Latest commit: |
230a8a4
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a652146b.agentv.pages.dev |
| Branch Preview URL: | https://cpl5-docs.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
apps/web/src/content/docs/docs/next/reference/result-artifacts.mdxto match the shipped av-cpl5.2/#1697(cases[]->tests[], counts rename,metadata.run_iddedup) and av-cpl5.3/#1699(target_execution/transcript_summarymoved off.internal/index.jsonlrows behind a compacttarget_error_kind) shapes: new "Summary Contract" section with a workedsummary.jsonexample, slimmed row example, and explicitsummary= run aggregate /index.jsonl= dashboard-ready row manifest / sidecars = detailed evidence framing.metadata.run_idreference inwip-checkpoints.mdx(the field moved to the summary root).projection_identitystaying inline as a permanent design decision (not a follow-up TODO), with the duplicate-policy read-back rationale.packages/core/test/evaluation/run-artifacts-contract.test.ts, a fixture-based regression test that fails ifcases/total_cases/passed_cases/failed_cases/total_instances/errored_instances/metadata.run_id/target_execution/transcript_summary/verdictreappear as public canonical fields onsummary.jsonor.internal/index.jsonlrows.Implements
av-cpl5.4(docs + regression fixtures only, no code changes). Parent tracker:av-cpl5.Test plan
bun test packages/core/test/evaluation/run-artifacts-contract.test.ts— 3 passbun test packages/core/test/evaluation/— 2256 pass (full focused suite, no regressions)bun --filter @agentv/core typecheck— passbunx biome check packages/core/test/evaluation/run-artifacts-contract.test.ts— cleandocs/adr/0017-*.mdresolve on disk (repo's CICheck Linksjob runslycheeon**/*.md, offline;lycheeisn't installed locally to run directly)🤖 Generated with Claude Code