Skip to content

Add canonical v1.1.0 release bundle#37

Merged
GsCommand merged 1 commit into
mainfrom
codex/build-clean-release-bundle-for-v1.1.0
Mar 21, 2026
Merged

Add canonical v1.1.0 release bundle#37
GsCommand merged 1 commit into
mainfrom
codex/build-clean-release-bundle-for-v1.1.0

Conversation

@GsCommand
Copy link
Copy Markdown
Contributor

Motivation

  • Produce a canonical, pin-ready release bundle release-v1.1.0/ containing only the release boundary artifacts needed for Protocol-Commercial v1.1.0 and excluding unrelated repository files and prior v1.0.0 assets.
  • Ensure the bundle contains the exact metadata and versioned inventory that consumers will pin to IPFS without changing schema semantics.

Description

  • Create release-v1.1.0/ and populate it with manifest.json, checksums.txt, schemas/v1.1.0/, and examples/v1.1.0/ copied from the repository roots and include the schemas/v1.1.0/index.json inventory file.
  • Exclude schemas/v1.0.0, examples/v1.0.0, TypeScript example files, scripts, .github, node_modules, distribution artifacts, and package.json from the release bundle.
  • No schema text or validation semantics were modified; files were copied to the release folder as-is to preserve canonical checksums and manifest references.
  • The created bundle includes 43 files total under release-v1.1.0/ (inventory listing shown in the PR diff).

Testing

  • Recreated the bundle with rm -rf release-v1.1.0 && mkdir -p release-v1.1.0/schemas release-v1.1.0/examples && cp manifest.json checksums.txt release-v1.1.0/ && cp -R schemas/v1.1.0 release-v1.1.0/schemas/ && cp -R examples/v1.1.0 release-v1.1.0/examples/, which completed successfully.
  • Verified file inventory with find release-v1.1.0 -maxdepth 5 -type f | sort and full count with find release-v1.1.0 -type f | wc -l, confirming presence of manifest.json, checksums.txt, schemas/v1.1.0, and examples/v1.1.0 and absence of any v1.0.0 paths or *.ts files.
  • Confirmed the schemas/v1.1.0/index.json references only schemas/v1.1.0/... and examples/v1.1.0/... so the manifest and index align with the release boundary.
  • All automated verification commands in the change log completed successfully and the bundle listing matches the expected release contents.

Codex Task

@GsCommand GsCommand merged commit 6e7988e into main Mar 21, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant