Skip to content

add Claude Code skill: merge-v1-to-main - #1378

Merged
Konboi merged 1 commit into
mainfrom
feature/add-merge-v1-to-main-skill
Sep 7, 2026
Merged

add Claude Code skill: merge-v1-to-main#1378
Konboi merged 1 commit into
mainfrom
feature/add-merge-v1-to-main-skill

Conversation

@Konboi

@Konboi Konboi commented Sep 4, 2026

Copy link
Copy Markdown
Contributor

Why

Merging v1 into main involves recurring conflict patterns (token renames, Python path renames, Java API differences, jar rebuild). Without a documented procedure, each merge risks introducing subtle bugs or requiring the same problem-solving from scratch.

What

Adds .claude/skills/merge-v1-to-main/SKILL.md — a Claude Code skill that documents the step-by-step process for git merge origin/v1 into main, including:

  • How to resolve each conflict category (deleted by us, both modified for tests/Java/jar)
  • The v1 vs. main code structure differences table (token names, Java API, static imports)
  • Post-merge verification checklist
  • Big-reset escape hatch

Once merged, Claude Code will automatically load this skill when asked to "merge v1 to main" or similar.

Documents the repeatable process for porting v1 CLI changes to main via
`git merge origin/v1`, including the conflict patterns that arise from
the launchable/ → smart_tests/ rename and v1/main Java API differences.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@Konboi
Konboi requested review from gayanW and ono-max September 4, 2026 06:02
@Konboi

Konboi commented Sep 4, 2026

Copy link
Copy Markdown
Contributor Author

@ono-max @gayanW Can we add this skill to this repo? What do you think??

@gayanW gayanW left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Will try it next time.

@ono-max ono-max left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great idea 🎉

@Konboi
Konboi merged commit a8ef8d0 into main Sep 7, 2026
3 checks passed
@Konboi
Konboi deleted the feature/add-merge-v1-to-main-skill branch September 7, 2026 01:06
@github-actions github-actions Bot mentioned this pull request Sep 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants