Add update-patch-base skill for retargeting the patch installer#952
Closed
jasonleenaylor wants to merge 1 commit into
Closed
Add update-patch-base skill for retargeting the patch installer#952jasonleenaylor wants to merge 1 commit into
jasonleenaylor wants to merge 1 commit into
Conversation
Capture the procedure for moving the Patch Installer workflow to a new base build as a repo skill under .claude/skills. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Contributor
Author
|
Closing — opened prematurely; the skill will be PR'd when it's ready. |
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.
Quick Summary
Adds a repo skill at
.claude/skills/update-patch-base/SKILL.mdcapturing the procedure for retargeting the Patch Installer workflow to a new base build: verify thebuild-NNNNrelease containsBuildDir.zipandProcRunner.zip, update the four defaults/fallbacks in.github/workflows/patch-installer-cd.yml, sweep for stray references, and smoke-test viaworkflow_dispatchwithmake_release: false.CI-ready checklist
.github/commit-guidelines.md(subject <= 72 chars, no trailing punctuation; if body present, blank line then <= 80-char lines).git diff --check --cachedclean).Docs/workflows/ai-pr-workflow.mdand ranpr-preflightor the equivalent branch-readiness review before requesting review.Src/**folders touched, correspondingAGENTS.mdfiles are updated or explicitly confirmed still accurate (noSrc/**changes).Notes for reviewers (optional)
Companion to #951, which performs the retarget this skill documents. The skill notes that
base_releaseandbase_build_numberare separate inputs only for bootstrapping; whoever consolidates them after 9.3 is stable should update this skill in the same PR.🤖 Generated with Claude Code
This change is