Conversation
Replace hardcoded solveMergeConflict() with config-driven resolver that supports file-level and line-level resolution. Rules defined in .github/conflict-resolution.yml override built-in defaults. - Add js-yaml and minimatch dependencies - Create src/conflict-resolution.js with resolver factory - Modify integration-merge.js to use resolver - Update AGENTS.md and add spec documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- runs tests on PR open/update/reopen and push to main - checks version tag doesn't already exist (fails early) - creates version tags (v4.0.4) and moves major tag (v4) on main push - writes job summary with usage examples Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Avoids race condition where delete succeeds but push fails,
leaving major tag missing. Now uses +v${MAJOR} refspec to
force-push in a single operation.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- vitest: 1.6.0 → 4.0.18 - @actions/core: 1.6.0 → 3.0.0 - @actions/github: 2.2.0 → 9.0.0 - @octokit/rest: 19.0.5 → 22.0.1 - fs-extra: 10.1.0 → 11.3.3 - js-yaml: 4.1.0 → 4.1.1 - minimatch: 9.0.0 → 10.2.3 - tmp: 0.2.1 → 0.2.5 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.
see
specs/2026-02-25 github-ci-workflow.mdfor details