feat(claws): publish CLAW.md prompts - #3262
Merged
Patrick-Erichsen merged 6 commits intoJul 29, 2026
Merged
Conversation
Contributor
|
@giodl73-repo is attempting to deploy a commit to the OpenClaw Foundation Team on Vercel. A member of the Team first needs to authorize it. |
giodl73-repo
force-pushed
the
user/giodl/clawhub-claw-md-soul
branch
from
July 25, 2026 00:55
7006d20 to
cf83a62
Compare
This was referenced Jul 25, 2026
giodl73-repo
force-pushed
the
user/giodl/clawhub-claw-md-soul
branch
from
July 27, 2026 21:33
31fc649 to
5df9ef2
Compare
giodl73-repo
marked this pull request as ready for review
July 27, 2026 21:33
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.
Follows merged #3092
Related: openclaw/rfcs#48 and merged openclaw/openclaw#113454
What Problem This Solves
ClawHub's first four experimental slices introduced Claw publication, discovery, and the hosted feed. Their initial CLAW.md body handling required a body and carried its text in the validated package object, which did not match the approved portable prompt contract.
Why This Change Was Made
Publication now treats only a non-whitespace CLAW.md body as the implicit SOUL.md source, allows frontmatter-only CLAW.md, rejects exact or hierarchical workspace conflicts with implicit SOUL.md, and derives the existing bounded capability summary without retaining a second prompt copy. ClawHub validates OpenClaw profile shape without freezing the applying OpenClaw version's evolving built-in profile registry. The hosted fixture proves the exact artifact produces a managed SOUL.md dry-run action without exposing prompt text.
This is the fifth ClawHub slice after the merged #3089-#3092 track. It remains gated by CLAWHUB_EXPERIMENTAL_CLAWS=1.
User Impact
Experimental ClawHub packages can use one human-readable CLAW.md as both manifest envelope and portable agent prompt. Search, detail, and feed summaries report the resulting SOUL.md capability while the exact prompt remains only in the stored artifact. Frontmatter-only packages and grouped JSON with explicit SOUL.md sidecars remain valid.
AI-assisted: implementation and review were completed with Codex; I understand the validation, storage, and feed behavior.
Evidence
openclaw/openclaw.Post-review validation
e79faff8aa755b201302edd286976a03f9ed79ea, which includes prompt lifecycle validation.