Rename/openclaw consolidation #5
Open
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
Consolidates the incomplete rename from clawdbot/moltbot to openclaw across the entire codebase.
The previous rename (commit 1006798) only updated README.md. This PR completes the transition by updating all remaining references.
Changes
package.jsonREADME.md,VISION.mdsrc/**/*.tstest/**/*.tsReplacements
@clawdbot/lobster->@openclaw/lobstergithub.com/clawdbot/lobster->github.com/openclaw/lobsterclawdbot/clawdbot->openclaw/openclaw(example repos)moltbot/moltbot->openclaw/openclaw(example repos)Clawdbot->OpenClaw(prose)Moltbot->OpenClaw(prose)Special case
VISION.md line 168 now reads "Pete (OpenClaw creator, formerly Clawdbot)" to preserve historical context.
Verification
pnpm test: 47/47 passinggrep -ri "clawdbot\|moltbot": No remaining references (except intentional.gitignoreentry and historical note)Note: I have used Claude Code to perform the cleanup