chore: pin ai-workflows self-references at @main#278
Open
JacobPEvans-personal wants to merge 1 commit into
Open
chore: pin ai-workflows self-references at @main#278JacobPEvans-personal wants to merge 1 commit into
JacobPEvans-personal wants to merge 1 commit into
Conversation
Align the repo with the dryvist self-reference convention: every `dryvist/ai-workflows/...` reference rides `@main`, never a SemVer tag. - examples/*-caller.yml: @v0 -> @main (the canonical copy-paste templates). - dogfood-*.yml: @v0.16.0 -> @main (live self-references that dogfood this repo's own workflows). - suite-*.yml usage comments + transitivity note: @v0.8.0 -> @main. - README / AGENTS / GETTING_STARTED / PATTERNS caller examples: -> @main. - GETTING_STARTED: add an authoritative "Versioning" note explaining the @main convention and linking to the docs CI/CD policy scanner posture. release-please and the moving major/minor tags still run, so SemVer tags keep existing for the changelog and per-run resolved-SHA audit trail — but consumers ride @main so upstream fixes land with no per-repo Renovate PR. Assisted-by: Claude:claude-opus-4-8 Claude-Session: https://claude.ai/code/session_019mTayMHweSbSdF4ug83FhB
4 tasks
There was a problem hiding this comment.
Code Review
This pull request updates all documentation and example workflows to reference the @main branch instead of SemVer tags or SHAs, and adds a section explaining this versioning policy. The review feedback correctly points out that using the term 'pin' when referring to a mutable branch like @main is technically a contradiction and suggests using 'reference' or 'use' instead to avoid confusion.
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.
What
Aligns this repo with the org self-reference convention: every
dryvist/ai-workflows/…reference rides@main, never a SemVer tag —matching the now-fixed terraform-proxmox wrapper
(terraform-proxmox#502)
and documented in docs#89 /
dryvist/.github#52.
Changes
examples/*-caller.yml—@v0→@main(the canonical copy-pastetemplates).
dogfood-*.yml—@v0.16.0→@main(live self-references that dogfoodthis repo's own workflows).
suite-*.yml— usage comments + the transitivity note →@main.@main.@mainconvention and linking to the docs CI/CD policy scanner posture.release-pleaseand the moving major/minor tags are untouched — SemVer tagskeep existing for the changelog and per-run resolved-SHA audit trail, but
consumers ride
@mainso upstream fixes land with no per-repo Renovate PR.Verification
bun test→ 158 pass, 0 fail (no script logic changed).grepconfirms zero remainingai-workflows/…@vXreferences in the repo.🤖 Generated with Claude Code