Background
Parent: #3626
The action release surface was improved and the v1.0.1 immutable tag plus moving v1 tag were created. The GitHub Marketplace listing itself remains a release-owner/UI publication task.
This issue tracks making the Marketplace listing live without over-claiming publication state in documentation.
Tasks
Acceptance criteria
Human decision required
Codex CLI cannot publish the Marketplace listing through the GitHub UI. A repository owner must complete or explicitly delegate the publication step.
Progress update: metadata and v1 reference verified
Codex-side verification completed after #3636:
git ls-remote --tags origin refs/tags/v1 refs/tags/v1.0.1 shows both tags.
gh api -X GET repos/itdojp/ae-framework/contents/action.yml -f ref=v1 resolves root action metadata.
gh api -X GET repos/itdojp/ae-framework/contents/.github/actions/assurance-gate/action.yml -f ref=v1 resolves the compatibility subdirectory action metadata.
.github/actions/assurance-gate/README.md contains the Marketplace listing metadata draft and publication boundary.
Remaining blocked tasks are the release-owner Marketplace publication route, actual Marketplace publish/update, listing-live release note/docs, and #3626 update with the Marketplace URL.
Background
Parent: #3626
The action release surface was improved and the
v1.0.1immutable tag plus movingv1tag were created. The GitHub Marketplace listing itself remains a release-owner/UI publication task.This issue tracks making the Marketplace listing live without over-claiming publication state in documentation.
Tasks
action.ymland.github/actions/assurance-gate/README.mdcontain the Marketplace-compatible metadata/draft wording.assurance-gate@v1.0.2and moving@v1from a public external consumer with pass/block runtime smoke and required artifacts. Both refs resolve toc00541d75fc1a13720bfd95d6e3b888d0852090e. Evidence: https://github.com/itdojp/ae-framework-impl-test-hub/actions/runs/29185693898 / https://github.com/itdojp/ae-framework-impl-test-hub/actions/runs/29185737973Acceptance criteria
ae initdocumentation do not claim more than the live listing supports.@v1reference remains the documented default, with SHA pinning documented as the reproducibility option.Human decision required
Codex CLI cannot publish the Marketplace listing through the GitHub UI. A repository owner must complete or explicitly delegate the publication step.
Progress update: metadata and v1 reference verified
Codex-side verification completed after #3636:
git ls-remote --tags origin refs/tags/v1 refs/tags/v1.0.1shows both tags.gh api -X GET repos/itdojp/ae-framework/contents/action.yml -f ref=v1resolves root action metadata.gh api -X GET repos/itdojp/ae-framework/contents/.github/actions/assurance-gate/action.yml -f ref=v1resolves the compatibility subdirectory action metadata..github/actions/assurance-gate/README.mdcontains the Marketplace listing metadata draft and publication boundary.Remaining blocked tasks are the release-owner Marketplace publication route, actual Marketplace publish/update, listing-live release note/docs, and #3626 update with the Marketplace URL.