Update Archive Extension to v1.2.2 - #4051
Closed
chelsealong wants to merge 1 commit into
Closed
Conversation
Bump the community catalog entry for the archive extension from v1.1.0 to v1.2.2 (issue github#4049): version, download_url, and updated_at in extensions/catalog.community.json, plus the stale 1.0.0-era description in docs/community/extensions.md so it matches the catalog's 1.1.0+ wording. Verified: repository is public, v1.2.2 release exists and is not a draft/prerelease, extension.yml/README/LICENSE present, download URL resolves. created_at, downloads, and stars are preserved per the catalog update policy. Closes github#4049
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.
Updates the
archivecommunity extension from v1.1.0 to v1.2.2, per issue #4049.Changes
Fields updated in
extensions/catalog.community.json:version:1.1.0→1.2.2download_url:.../tags/v1.1.0.zip→.../tags/v1.2.2.zipupdated_at(entry):2026-08-04T00:00:00Z→2026-08-11T00:00:00Zupdated_atrefreshed to2026-08-11T00:00:00ZPreserved per the catalog update policy (
.github/skills/add-community-extension/SKILL.md):created_at,downloads,stars. The issue's proposed catalog entry listedstars: 25, but stars is an auto-updated usage metric and is not bumped on a version-bump submission, so it stays at the existing value.docs/community/extensions.md: fixed a pre-existing staleness noted in the issue — the table row still carried the v1.0.0-era description ("Archive merged features into main project memory.") while the catalog has carried the fuller v1.1.0+ description ("...resolving gaps and conflicts.") since the last update. Synced the row to match.Validation
stn1slv/spec-kit-archive) exists and is publicv1.2.2exists, not a draft, not a prereleaseextension.yml,README.md,LICENSE,CHANGELOG.mdpresent at that tagarchive/refs/tags/vX.Y.Z.zipand resolves (302 → zipball)archive,1.2.2)python3 -c "import json; json.load(open('extensions/catalog.community.json'))"uv run python -m pytest tests/contract/test_catalog_schema.py -quv run python -m pytest tests/test_extensions.py tests/test_extension_registration.py -qThis is a metadata-only catalog update (no source code changed), so there is no code-level regression to reproduce with a failing test; verification is the schema/contract test suite above plus direct confirmation against the upstream repository and release referenced by the new metadata.
Closes #4049
AI assistance disclosure
This PR was prepared by an autonomous AI coding agent (Claude, via Claude Code) that read issue #4049, cross-checked it against the existing catalog entry and the previous update PR (#3981) to confirm the expected field-update pattern, verified the new release/repo state directly against the GitHub API, and made the two-file edit accordingly. All validation commands above were actually run by the agent against this branch.