feat: add/update ZeroClaw template (v0.7.0-beta.1041)#801
Open
theonlyhennygod wants to merge 1 commit intoDokploy:mainfrom
Open
feat: add/update ZeroClaw template (v0.7.0-beta.1041)#801theonlyhennygod wants to merge 1 commit intoDokploy:mainfrom
theonlyhennygod wants to merge 1 commit intoDokploy:mainfrom
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
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.
Summary
ghcr.io/zeroclaw-labs/zeroclaw:${VERSION}Checklist
Testing
Links
Greptile Summary
This PR adds a new ZeroClaw template (v0.7.0-beta.1041), a Rust-based autonomous AI assistant, following all blueprint conventions: correct
docker-compose.ymlstructure, a validtemplate.tomlwith a generated 64-char API key, and a completemeta.jsonentry. The apparent removal of one Strapi entry inmeta.jsonis the expected side-effect of deduplication — the base branch had two identical Strapi entries, and runningdedupe-and-sort-meta.jscollapsed them to one; Strapi remains in the registry.Confidence Score: 5/5
Safe to merge — the template is well-formed and only the PNG-vs-SVG preference remains as a minor style note.
All required fields are present and consistent (version, logo filename, service name), conventions are followed (no ports/container_name/networks, restart policy, pinned image), and the only finding is a P2 logo-format suggestion that does not affect functionality.
No files require special attention.
Comments Outside Diff (1)
blueprints/zeroclaw/zeroclaw.png, line 1 (link)AGENTS.md specifies "SVG preferred, ~128x128px" for blueprint logo files. A PNG will work but may appear blurry at high-DPI or when scaled in the UI. Consider converting to an SVG for crisper rendering.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Reviews (1): Last reviewed commit: "feat: add/update ZeroClaw template (v0.7..." | Re-trigger Greptile