Conversation
✅ Deploy Preview for thriving-cassata-78ae72 canceled.
|
Every case now runs in two arms — with the skill in context, and with it replaced by a short control prompt — so a run reports what the skill contributed instead of one absolute number. The control prompt names the domain and output format but gives no modeling guidance: a bare baseline would fail every case for the wrong reason and make the delta meaningless. The programmatic asserts now tally each rule as one check and report the fraction satisfied. Binary scoring meant a five-node deployment with one bad node scored the same as unparseable junk, which hid progress while iterating on skill prose. `pass` stays strict — every check must hold — so a partial score never reads as success.
✅ Deploy Preview for thriving-cassata-78ae72 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
main moved skills from a flat `<name>.md` to `<name>/SKILL.md` and added a mirror under plugins/. The merge was textually clean but broke the harness: rename detection carried the `type:` → `node_type:` fixes into the mirror instead of the canonical copy, leaving the source with five legacy examples and the mirror out of sync with it. Apply the fixes to the canonical skill so `sync_plugin_skills.py --check` passes, and point both the prompt function and the drift test at the new layout.
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
Test Plan
make checkpassesmake testshows 100% unit test coverageDeployment Plan