feat(inkless:release): add prep/upstream-sync skills and cherry-pick tooling#718
Draft
jeqo wants to merge 1 commit into
Draft
feat(inkless:release): add prep/upstream-sync skills and cherry-pick tooling#718jeqo wants to merge 1 commit into
jeqo wants to merge 1 commit into
Conversation
…tooling Add the inkless-release-prep and inkless-upstream-sync agent skills and refresh the inkless-sync docs/prompts. Enhance the cherry-pick flow: - branch-consistency.sh --check: exit non-zero only on actionable-missing commits (matched by PR number; old below-window commits do not count), for CI gates. - cherry-pick-to-release.sh: stop on first conflict (never auto-abort-and-continue, which reordered picks); restore version-owned files (gradle.properties/Makefile/ .env) to the branch value after every pick so version bumps land without changing the branch version; --dry-run reports version-owned handling and no longer requires a clean worktree. Branch-specific divergences are handled in history (cherry-pick + sync(revert):/ sync(align):), documented in the skill and README -- no skip-list side file.
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.
Add the inkless-release-prep and inkless-upstream-sync agent skills and refresh the inkless-sync docs/prompts. Enhance the cherry-pick flow:
Branch-specific divergences are handled in history (cherry-pick + sync(revert):/ sync(align):), documented in the skill and README -- no skip-list side file.