merge final reviewed results stack#1462
Merged
Merged
Conversation
Rename the planned artifact and oplog sidecar refs to sibling namespaces so they can coexist with agentv/results/v1.
# Conflicts: # apps/cli/test/commands/eval/artifact-writer.test.ts # packages/core/src/evaluation/run-artifacts.ts
# Conflicts: # apps/cli/src/commands/results/manifest.ts
Canonicalize dashboard artifact targets before reading so in-run symlinks cannot expose files outside the run workspace. Cover transcript, answer, and raw file artifact reads with focused regressions.
Deploying agentv with
|
| Latest commit: |
2226913
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://c27d7702.agentv.pages.dev |
| Branch Preview URL: | https://merge-final-reviewed-results.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
Merges the reviewed/dogfooded results artifacts stack into AgentV. This brings the canonical
agentv/results/v1,agentv/artifacts/v1, andagentv/oplog/v1work together with transcript/dashboard/export support and the review/dogfood fixes.Changes
Verification
Review branch and final integration verification completed locally before this PR branch was pushed:
bun --filter @agentv/core typecheckbun --filter @agentv/core buildbun --filter agentv typecheckbun test apps/cli/test/commands/results/combine.test.tsbun test apps/cli/test/commands/eval/artifact-writer.test.tsbun test packages/core/test/evaluation/orchestrator.test.tsbun test apps/cli/test/commands/results/run-tags.test.ts apps/cli/test/commands/results/remote-metadata.test.tsbun test apps/cli/test/commands/results/serve.test.tsbun test apps/cli/test/commands/results/export.test.tsbun test apps/cli/test/commands/results/export-e2e-providers.test.tsbun --filter @agentv/dashboard testbun --filter @agentv/dashboard buildgit diff --checkStale-ref grep only found the deliberate docs warning explaining why child refs under
agentv/results/v1are invalid.Dogfood report:
docs/dogfood-reports/2026-06-21-dogfood-integration-av-vwa-16-10-dogfood.md.Notes
This branch is already merged locally into
mainat93ba064e, but was not pushed directly tomainper repo rules.