docs(migration): align skill and trajectory assertion docs#1687
Merged
Conversation
Deploying agentv with
|
| Latest commit: |
17e247e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d6657081.agentv.pages.dev |
| Branch Preview URL: | https://promptfoo-stale-grader-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
Current AgentV docs and AI-facing authoring references now teach the Promptfoo-compatible skill and trajectory assertion names directly. The old current-docs trajectory page has been replaced with a
trajectory:*assertion page, Promptfoo parity now marksskill-used/not-skill-usedand supportedtrajectory:*assertions as aligned, and remaining public examples avoid stale score type names.Related: av-kfik.45.4
Search Policy
Final stale-name search over current docs, skills-data, examples, and non-versioned docs leaves only intentional categories:
skills-data/agentv-eval-migrations/references/breaking-changes.mdandskills-data/agentv-eval-writer/SKILL.md.docs/, which are not current canonical docs.examples/features/latency-assertions/README.md, which explicitly documents unsupported legacy per-tool latency fields and points users totrajectory:*plusscriptassertions.apps/web/src/content/docs/docs/v4.42.4/**were intentionally not edited.Validation
bun run validate:examplesbun run lintbun --filter @agentv/web buildbun --filter @agentv/web check:routesgit diff --checkCode review: dedicated
ce-code-reviewsubagent dispatch was unavailable in this session, so I performed a manual diff scan focused on docs route consistency, YAML snippet shape, and stale-name policy.Post-Deploy Monitoring & Validation
No additional operational monitoring required. This is documentation, skills-data, and example fixture cleanup only; it does not change runtime assertion behavior.