refactor(results): remove public trace artifact surface#1526
Merged
Conversation
104e348 to
d88926b
Compare
Deploying agentv with
|
| Latest commit: |
8b15647
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://86d84167.agentv.pages.dev |
| Branch Preview URL: | https://refactor-av-9ly-remove-publi.agentv.pages.dev |
d88926b to
8b15647
Compare
Collaborator
Author
|
Review passed on head What I verified:
Validation run:
Residual risk: legacy trace-session reader support intentionally remains isolated for old artifacts, so any future cleanup should avoid re-promoting that path into the public result artifact contract. |
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
Bead:
av-9lyAgentV result bundles no longer advertise or persist
trace.jsonas a public result artifact. New eval, export, combine, validation, metrics, and docs paths now use the transcript, metrics, result, answer, grading, timing, andexternal_tracesurfaces as the supported inspection contract, while the dashboard still resolves transcripts fromtranscript_pathand renders per-case results normally.The remaining trace-envelope code is kept where it still projects transcript/result read models or handles legacy read-only inputs. Old
trace_pathdata is rejected from new/public indexes and stripped during combine so copied legacy bundles do not re-publish the removed surface.Verification
Dashboard UAT used:
bun apps/cli/src/cli.ts dashboard --dir . --single --port 3127Inspected with
agent-browserathttp://localhost:3127: run list, run detail, checks view, transcript tab, and file tree. The API returnedmetrics_path,transcript_path, andtranscript_raw_path, with no trace fields; transcript rendering loaded fromtranscript.jsonl.Dogfood
502withProvided authentication token is expired. Please try signing in again.pi-clivia the local endpoint completed at.agentv/results/av-9ly-dogfood/pi-cli-local-2026-06-26T08-46-50-011Zbut scored0%; the bundle had transcript/metrics surfaces and notrace.json.codex-sdkvia the local endpoint failed on/v1/responseswith401 Unauthorized,token_expired.copilot-sdkvia the local endpoint failed with provider authenticationHTTP 401.100%at.agentv/results/av-9ly-dogfood/2026-06-26T08-49-03-415Z;results validatepassed and file/grep checks found notrace.json,trace_path, orartifact_pointers.trace.Evidence
Private evidence is on
EntityProcess/agentv-privatebranchevidence/av-9ly-remove-public-trace-artifact, commit01dca48, pathav-9ly/remove-public-trace-artifact/.Key artifact:
screenshots/dashboard-transcript-tab.pngshows the dashboard transcript view populated from the new supported transcript surface.Risks
trace_pathorartifact_pointers.trace.prepared_attempt.trace_pathremains intentionally because it describes prepared trace input metadata, not public result artifact discovery.