Make the uses: pin the harness version - #10
Merged
Merged
Conversation
PR #10 derives the harness from the ref a caller pinned, but its version output fell back to the action directory name -- '.skillscope-action' through the reusable path, where GITHUB_ACTION_REF is empty. The launcher now reads __version__ out of the checkout it installs from, so the log and the step output name the build that graded the run. A selftest asserts the reported version is the checkout's, and a unit test keeps __version__ and pyproject.toml from disagreeing. Ships as v0.1.1: the v0.1.0 tag already exists with 'uses: amd/skillscope@main' inside it. Co-authored-by: Cursor <cursoragent@cursor.com>
This was referenced Sep 8, 2026
Report the version, and ship as v0.1.1
danielholanda
marked this pull request as ready for review
September 8, 2026 19:07
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
@bootstraplauncher story andskillscope_versioninevals.json. A caller who pinsreusable.yml@v0.1.0(or@v0.1.1) now runs that commit’s harness, notmainand not a second resolved ref.job.workflow_shaand run the composite action from that tree, because GitHub cannot interpolate the workflow pin intouses: amd/skillscope@.... The actionuvxs that checkout.versionworkflow/action input and the per-skill version field from CI plans.