Skip to content

Update Archive Extension to v1.2.2 - #4051

Closed
chelsealong wants to merge 1 commit into
github:mainfrom
chelsealong:community/4049-update-archive-extension
Closed

Update Archive Extension to v1.2.2#4051
chelsealong wants to merge 1 commit into
github:mainfrom
chelsealong:community/4049-update-archive-extension

Conversation

@chelsealong

Copy link
Copy Markdown
Contributor

Updates the archive community extension from v1.1.0 to v1.2.2, per issue #4049.

Changes

Fields updated in extensions/catalog.community.json:

  • version: 1.1.01.2.2
  • download_url: .../tags/v1.1.0.zip.../tags/v1.2.2.zip
  • updated_at (entry): 2026-08-04T00:00:00Z2026-08-11T00:00:00Z
  • Top-level catalog updated_at refreshed to 2026-08-11T00:00:00Z

Preserved per the catalog update policy (.github/skills/add-community-extension/SKILL.md): created_at, downloads, stars. The issue's proposed catalog entry listed stars: 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

Check Status
Repository (stn1slv/spec-kit-archive) exists and is public
GitHub release v1.2.2 exists, not a draft, not a prerelease
extension.yml, README.md, LICENSE, CHANGELOG.md present at that tag
Download URL follows archive/refs/tags/vX.Y.Z.zip and resolves (302 → zipball)
Extension ID / version format ✅ (archive, 1.2.2)
python3 -c "import json; json.load(open('extensions/catalog.community.json'))" ✅ Valid JSON
uv run python -m pytest tests/contract/test_catalog_schema.py -q ✅ 42 passed
uv run python -m pytest tests/test_extensions.py tests/test_extension_registration.py -q ✅ 543 passed

This 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.

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
@chelsealong
chelsealong requested a review from mnriem as a code owner August 11, 2026 12:41
@KSchlobohm KSchlobohm self-assigned this Aug 11, 2026
@KSchlobohm

Copy link
Copy Markdown

Thanks for preparing this update. The catalog workflow generated #4053 from #4049, and maintainers will continue review there. I’m closing this PR as superseded by #4053.

@KSchlobohm KSchlobohm closed this Aug 11, 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.

[Extension]: Update Archive Extension to v1.2.2

2 participants