feat(templates): publish openclaw - #53
Open
CarmenDou wants to merge 1 commit into
Open
Conversation
Remove the draft flag and the README draft note: the wrapper image shipped with #50, the canonical 0.1.0 was published from main and smoke-tested on a fresh project (healthy first deploy, /startupz 200, explicit-origin seeding). Version goes to 0.1.1 because the published 0.1.0 tag must not be overwritten by the rebuild this change triggers; the image content is unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Publishes the
openclawtemplate to the catalog: removesmeta.draft: trueand the README's draft note, and bumps0.1.0 → 0.1.1(with the image tag following) because the published0.1.0canonical tag must not be overwritten by the rebuild this change triggers — the image content itself is unchanged from #50.How
insta.template.yaml: drop thedraftflag;version: 0.1.1;image: …/openclaw:0.1.1.README.md: drop the opening draft note (AGENTS.md only requires it while the template is draft).Verify
0.1.0(same content as what0.1.1will rebuild) was smoke-tested on prod after feat(openclaw): make the draft template deployable on a wrapped official image #50 merged, on a fresh throwaway project (deleted): first deploy healthy,/startupz200, Control UI origin seeded from the resolved service URL.cd templates && npm run lintpasses with openclaw under the strict non-draft checks;npm run version-guard -- origin/mainreports✓ openclaw: 0.1.0 -> 0.1.1; the script test suite passes 66/66.openclaw:0.1.1from main and the catalog entry goes live; ainsta template deploy openclawregistry-path smoke follows as the final check.🤖 Generated with Claude Code
Summary by cubic
Publishes the
openclawtemplate by removing its draft flag and README draft note, and bumps0.1.0→0.1.1so the rebuild from this change doesn't overwrite the already-published canonical tag. Image content is unchanged from the smoke-tested build.Verify
0.1.0passed a fresh-project smoke test on prod: healthy first deploy,/startupz200, Control UI origin seeded.openclaw:0.1.1and the catalog entry goes live; a registry-path deploy smoke is the final check.Written for commit baa71e8. Summary will update on new commits.