Skip to content

chore(catalog): bump reconcile extension to v1.1.0 - #4025

Open
chelsealong wants to merge 1 commit into
github:mainfrom
chelsealong:community/4024-reconcile-v1.1.0
Open

chore(catalog): bump reconcile extension to v1.1.0#4025
chelsealong wants to merge 1 commit into
github:mainfrom
chelsealong:community/4024-reconcile-v1.1.0

Conversation

@chelsealong

Copy link
Copy Markdown
Contributor

Closes #4024.

Updates the reconcile entry in extensions/catalog.community.json to 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

Field Before After
version 1.0.0 1.1.0
download_url …/v1.0.0.zip …/v1.1.0.zip
updated_at 2026-03-14 2026-08-09 (release publish date)

Everything 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_at bumped 2026-08-04 → 2026-08-09 to 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.
  • Download URL: curl -sL -o /dev/null -w '%{http_code}' https://github.com/stn1slv/spec-kit-reconcile/archive/refs/tags/v1.1.0.zip200.
  • GitHub API confirms the v1.1.0 tag/release exists and was published 2026-08-09.
  • .venv/bin/python -m pytest tests -q6628 passed, 9 skipped (full suite, unaffected by this data-only change).
  • .venv/bin/python -m pytest tests/contract/test_catalog_schema.py -q42 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.

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.
@chelsealong
chelsealong requested a review from mnriem as a code owner August 9, 2026 10:20
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.

[Extension]: Update Reconcile Extension to v1.1.0

1 participant