chore(backmerge): sync develop with master after v1.1.0 release - #42
Merged
Conversation
…elease Cut release v1.1.0 from develop. The 31 commits accumulated since v1.0.1 include six feat: commits (Cline CLI adapter, GitHub label taxonomy / labeler / dependabot / Issue Forms / auto-triage), so SemVer requires a MINOR bump; no breaking changes were identified. sync_version.py propagated the bump across: - skills/adr-toolkit/VERSION - skills/adr-toolkit/SKILL.md (frontmatter version line) - .claude-plugin/plugin.json - adapters/gemini-cli/gemini-extension.json - adapters/antigravity/plugin.json (adapters/codex/.codex-plugin/plugin.json carries description only; no version field to sync.) changelog.md moves the Unreleased block under a new ## v1.1.0 (2026-09-06) heading summarizing the 31 commits. handoff.md describes the release flow per AGENTS.md: release/v1.1.0 merges into master, then back-merges into develop, then v1.1.0 is tagged from master. Verification: scripts/sync_version.py --check passes (no drift, no untracked manifests).
chore(release): bump VERSION to 1.1.0 and sync manifests for v1.1.0 release
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.
Summary\n\nBack-merge from
mastertodevelopafter the v1.1.0 release (PR #39 + tagv1.1.0), per AGENTS.md Git Flow ("Release branches merge intomasterand back intodevelop"). Brings develop up to master HEAD71afafc(Merge PR #39).\n\n## What is in this back-merge\n\nThis is a no-ff merge oforigin/masterinto a branch offdevelop:\n\n-71afafcMerge pull request #39 from SHcommit/release/v1.1.0\n-55650d7chore(release): bump VERSION to 1.1.0 and sync manifests for v1.1.0 release\n\nFile diff vs develop (7 files, +91/-50):\n\n-skills/adr-toolkit/VERSION→ 1.1.0\n-skills/adr-toolkit/SKILL.mdfrontmatter version → 1.1.0\n-.claude-plugin/plugin.jsonversion → 1.1.0\n-adapters/gemini-cli/gemini-extension.jsonversion → 1.1.0\n-adapters/antigravity/plugin.jsonversion → 1.1.0\n-changelog.mdnew## v1.1.0 (2026-09-06)section\n-handoff.mdupdated for the release flow\n\n## Release state\n\n- Tagv1.1.0is onmasterat71afafc(https://github.com/SHcommit/ADR-toolkit/releases/tag/v1.1.0).\n- Therelease.ymlworkflow ran successfully and published a GitHub Release with the skill tarballadr-toolkit-skill-v1.1.0.tar.gz+ sha256 and Python wheel/sdist.\n- Known issue (follow-up): the Python wheel/sdist are namedadr_toolkit-1.0.1-*becausepyproject.tomlversionfield is not inscripts/sync_version.pyMANIFEST_SPECSscope. The skill tarball version is correct (1.1.0). A follow-up release (v1.1.1 hotfix) should addpyproject.tomlto the sync scope and correct the wheel/sdist version.\n- Known issue (follow-up):claude plugin marketplace add /path/to/ADR-toolkitfails on Claude Code v2.1.263 because.claude-plugin/marketplace.jsonis missing the requiredownerfield (and likely$schema+ top-leveldescription) that Anthropic-Code marketplace schema requires (compareAgent-toolkit/.claude-plugin/marketplace.json). This blocks installing the Claude Code plugin locally until fixed.\n\n## Why a PR (not direct push)\n\ndevelopandmasterare protected by repository rulesets — direct pushes are declined (already encountered when trying to push the release branch). A short-livedchore/*branch is the allowed path. Delete after merge per AGENTS.md.\n\n## Verification\n\n-git statusclean before tagging.\n-git merge --no-ff origin/masterproduced commit447ffd8d8d57f0b1d77dfced97f1320e23bd2b77onchore/backmerge-v1.1.0.\n- No code changes beyond the version metadata already onmaster.\n\n## Examples Impact\n\n- [x] N/A — back-merge PR (chore(backmerge):), noexamples/change.\n\n## ADR Impact\n\n- [x] N/A — back-merge of an already-released release, no new architectural decision.\n