Skip to content

Prepare v0.6.3 Marketplace release - #14

Closed
cucuwang wants to merge 1 commit into
mainfrom
release/v0.6.3-marketplace
Closed

cucuwang wants to merge 1 commit into
mainfrom
release/v0.6.3-marketplace

Conversation

@cucuwang

@cucuwang cucuwang commented Sep 6, 2026

Copy link
Copy Markdown
Owner

Summary

Prepare v0.6.3 as a documentation and distribution patch for the Action's first GitHub Marketplace release. Align package, CLI, plugin, Action, CI, sample, verifier, and rollback metadata without changing scoring, runtime behavior, Action inputs, or outputs.

Testing

  • npm run release:check
  • 159 tests passed
  • TypeScript build passed
  • Action contract passed
  • npm audit reported 0 vulnerabilities
  • candidate SHA-256: 81f36252fc0fdb5128ace7c1fda96d9e04648aec5a8e6cb318097029f67169ac

No tag, npm publication, GitHub Release, or Marketplace listing has been created.

For reviewers

Please verify that all v0.6.3 references are aligned and rollback selects v0.6.2.

Copilot AI lite review requested due to automatic review settings September 6, 2026 12:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Changes recommended

Release documentation/changelog currently claim no Action input changes, but the Action’s package-spec default is updated to 0.6.3 and the wording should be corrected for accuracy.

Once you've addressed the issues Copilot identified, you can request another Copilot review.

Pull request overview

Prepares the v0.6.3 patch release for the project’s first GitHub Marketplace publication by aligning versioned metadata across the npm package, CLI, GitHub Action, CI, docs, and verifier tests.

Changes:

  • Bumps version references from 0.6.2 → 0.6.3 across package, CLI, Action defaults, CI sample, and supporting metadata.
  • Updates release documentation and tests to reflect v0.6.3 publication/readback and rollback targeting v0.6.2.
  • Adds a v0.6.3 changelog entry describing the documentation/Marketplace prep release.
File summaries
File Description
src/core/tests/release-verifier.test.ts Updates public release verifier test fixtures/expectations for v0.6.3.
src/core/tests/release-contract.test.ts Updates rollback instruction expectation to restore latest to 0.6.2.
src/core/tests/evidence-boundaries.test.ts Aligns public-metadata version assertion to 0.6.3.
src/cli/index.ts Bumps CLI-reported version string to 0.6.3.
README.md Updates Action usage examples and Marketplace-related wording for v0.6.3.
package.json Updates package version to 0.6.3.
package-lock.json Aligns lockfile root package version to 0.6.3.
examples/github-action-sample/README.md Updates sample reproducibility text to v0.6.3.
examples/github-action-sample/.github/workflows/aeoptimize.yml Updates sample workflow Action ref to v0.6.3.
docs/release-v0.6.md Updates release/rollback guide for v0.6.3, including Marketplace publish steps.
CHANGELOG.md Adds v0.6.3 changelog section.
action/action.yml Updates the default package-spec to aeoptimize@0.6.3.
action.yml Updates the default package-spec to aeoptimize@0.6.3.
.github/workflows/ci.yml Updates CI Action package tarball references to aeoptimize-0.6.3.tgz.
.claude-plugin/plugin.json Bumps plugin version to 0.6.3.
.claude-plugin/marketplace.json Bumps plugin marketplace metadata version to 0.6.3.
Review details
  • Files reviewed: 15/16 changed files
  • Comments generated: 2
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread CHANGELOG.md

- Added a concise install path, terminal demo, comparison table, and first-contribution guidance to the public documentation.
- Documented immutable Action pins and cross-agent skill discovery.
- Prepared the existing root composite Action for its first GitHub Marketplace release without changing scoring, runtime behavior, inputs, or outputs.
Comment thread docs/release-v0.6.md
# v0.6 release and rollback guide

Version 0.6.2 is the provenance-corrective release for the v0.6 evidence-bounded scoring, packaging, and GitHub Action contracts. npm 0.6.1 contained the verified candidate bytes but exposed the pre-squash PR commit as `gitHead`, so no v0.6.1 Git tag or GitHub Release was created. Version 0.6.2 is not released until npm, the Git tag, and the GitHub Release are each created and read back independently.
Version 0.6.3 packages the documentation improvements made after the v0.6.2 provenance correction and prepares the existing root composite Action for its first GitHub Marketplace listing. It does not change scoring rules, runtime behavior, Action inputs, or Action outputs. Version 0.6.3 is not released until npm, the Git tag, the GitHub Release, and the Marketplace listing are each created and read back independently.

Copy link
Copy Markdown
Owner Author

Closing as obsolete. The repository has advanced to v0.11.0, and this v0.6.3 release preparation no longer matches the current package, CI, or release contract.

@cucuwang cucuwang closed this Sep 16, 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.

2 participants