chore(catalog): bump reconcile extension to v1.1.0 - #4025
Open
chelsealong wants to merge 1 commit into
Open
Conversation
Updates the reconcile entry in extensions/catalog.community.json to point at the v1.1.0 release. Only version, download_url and updated_at change; the entry's provides/tags/etc. are unchanged since 1.1.0 does not add new commands or hooks.
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.
Closes #4024.
Updates the
reconcileentry inextensions/catalog.community.jsonto point at the new v1.1.0 release, per the update request in #4024. This is a catalog data update only, not a new submission — the extension is already listed at version 1.0.0.Catalog changes
versiondownload_urlupdated_atEverything else (
provides.commands,provides.hooks,tags,license, etc.) is unchanged, since 1.1.0 does not add new commands or hooks — it reworks how the existing single command behaves (drops the[P]marker, targets the real template headings/sections, honors scope modifiers, and makes re-runs idempotent), per the issue body and the extension's own CHANGELOG.Top-level catalog
updated_atbumped2026-08-04 → 2026-08-09to match, following the same convention as prior catalog bump PRs (e.g. #2613).Verification
python3 -c "import json; json.load(open('extensions/catalog.community.json'))"→ valid JSON.curl -sL -o /dev/null -w '%{http_code}' https://github.com/stn1slv/spec-kit-reconcile/archive/refs/tags/v1.1.0.zip→200.v1.1.0tag/release exists and was published 2026-08-09..venv/bin/python -m pytest tests -q→ 6628 passed, 9 skipped (full suite, unaffected by this data-only change)..venv/bin/python -m pytest tests/contract/test_catalog_schema.py -q→ 42 passed.AI assistance disclosure
This PR was prepared with AI assistance (Claude Code), including verifying the upstream release and making the catalog edit. A human reviewed the diff before pushing.