fix(stardust): migrate eval criteria.json to tessl weighted_checklist… - #267
Draft
mandeep294 wants to merge 1 commit into
Draft
fix(stardust): migrate eval criteria.json to tessl weighted_checklist…#267mandeep294 wants to merge 1 commit into
mandeep294 wants to merge 1 commit into
Conversation
… schema
The Release Skills workflow's `tessl plugin publish` step began enforcing
the new criteria.json schema between 2026-07-04 and 2026-07-07, failing
the stardust plugin publish with:
Invalid criteria.json (in migrate-self-contained-bundle):
context: expected string, received undefined
type: expected "weighted_checklist"
checklist: expected array, received undefined
All 9 stardust eval criteria.json still used the legacy
{name, total, criteria:[{id, weight, description}]} shape. Convert them
to the {context, type: "weighted_checklist", checklist:[{name, max_score,
description}]} shape the other Adobe-skills plugins already use.
- id -> name (identifier preserved, lossless)
- weight -> max_score (sums to 100 per eval, unchanged)
- description kept verbatim
- context authored per eval from the README coverage table
- README Format/Running sections updated to describe the new shape
Item counts and weight sums verified unchanged for all 9 evals.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
… schema
The Release Skills workflow's
tessl plugin publishstep began enforcing the new criteria.json schema between 2026-07-04 and 2026-07-07, failing the stardust plugin publish with:Invalid criteria.json (in migrate-self-contained-bundle):
context: expected string, received undefined
type: expected "weighted_checklist"
checklist: expected array, received undefined
Failed actions:
https://github.com/adobe/skills/actions/runs/28875097726/job/85647927305
All 9 stardust eval criteria.json still used the legacy {name, total, criteria:[{id, weight, description}]} shape. Convert them to the {context, type: "weighted_checklist", checklist:[{name, max_score, description}]} shape the other Adobe-skills plugins already use.
Item counts and weight sums verified unchanged for all 9 evals.
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: