mirror of
https://github.com/openclaw/lobster.git
synced 2026-07-21 11:55:25 -04:00
[PR #5] Rename/openclaw consolidation #6
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/openclaw/lobster/pull/5
Author: @sfo2001
Created: 2/2/2026
Status: 🔄 Open
Base:
main← Head:rename/openclaw-consolidation📝 Commits (6)
671dcd6fix(stdlib): remove unused Transport type and transport variableb88c4b2rename: update package.json to openclaw scope and URLs6936cb5rename: update documentation to openclaw54ac599rename: update source code references to openclawd4a42c5rename: update tests references to openclawc99932afeat(bin): add shell wrappers for clawd.invoke and llm_task.invoke📊 Changes
18 files changed (+426 additions, -70 deletions)
View changed files
📝
.gitignore(+3 -0)📝
README.md(+14 -14)📝
VISION.md(+23 -23)➕
bin/clawd-invoke.js(+130 -0)➕
bin/llm-task-invoke.js(+132 -0)➕
docs/adr/001-workflow-command-resolution.md(+92 -0)📝
package.json(+8 -6)📝
src/cli.ts(+1 -1)📝
src/commands/commands_list.ts(+1 -1)📝
src/commands/stdlib/clawd_invoke.ts(+3 -3)📝
src/commands/stdlib/email_triage.ts(+1 -1)📝
src/commands/stdlib/llm_task_invoke.ts(+9 -12)📝
src/commands/workflows/workflows_list.ts(+1 -1)📝
src/commands/workflows/workflows_run.ts(+1 -1)📝
src/recipes/index.ts(+1 -1)📝
src/workflows/registry.ts(+4 -4)📝
test/email_triage.test.ts(+1 -1)📝
test/llm_task_invoke.test.ts(+1 -1)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.