Skip to content

Add release integrity checksums#2713

Merged
kamalsrini merged 1 commit into
mainfrom
kamalsrini/uni-23-p519-add-signed-releases-and-checksums
Jun 16, 2026
Merged

Add release integrity checksums#2713
kamalsrini merged 1 commit into
mainfrom
kamalsrini/uni-23-p519-add-signed-releases-and-checksums

Conversation

@kamalsrini

Copy link
Copy Markdown
Contributor

Summary

  • Add a release workflow that packages release tags and generates SHA256SUMS.
  • Attach checksum artifacts to GitHub releases and upload workflow artifacts for manual runs.
  • Document release verification with sha256sum -c SHA256SUMS.

Notes

  • This satisfies the roadmap acceptance with checksum-based release integrity. Key-managed signing can be layered on later without removing checksums.

Verification

  • Parsed .github/workflows/release-integrity.yml as YAML.
  • ruby scripts/validate_framework_registry.rb --stale --max-age-days 365 --as-of 2026-06-16
  • ruby scripts/validate_skill_schema.rb
  • ruby scripts/validate_index.rb
  • ruby scripts/test_skill_fixtures.rb
  • git diff --check

Linear: UNI-23

@kamalsrini kamalsrini merged commit 4dba3d3 into main Jun 16, 2026
6 checks passed
@kamalsrini kamalsrini deleted the kamalsrini/uni-23-p519-add-signed-releases-and-checksums branch June 16, 2026 15:54
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.

1 participant