[PR #5] Rename/openclaw consolidation #6

Open
opened 2026-02-15 18:15:37 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/lobster/pull/5
Author: @sfo2001
Created: 2/2/2026
Status: 🔄 Open

Base: mainHead: rename/openclaw-consolidation


📝 Commits (6)

  • 671dcd6 fix(stdlib): remove unused Transport type and transport variable
  • b88c4b2 rename: update package.json to openclaw scope and URLs
  • 6936cb5 rename: update documentation to openclaw
  • 54ac599 rename: update source code references to openclaw
  • d4a42c5 rename: update tests references to openclaw
  • c99932a feat(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

Category Files Changes
Package metadata package.json npm scope, keywords, repository URLs
Documentation README.md, VISION.md Prose and example repo references
Source code src/**/*.ts Help text, descriptions, comments, schema examples
Tests test/**/*.ts Comments

Replacements

  • @clawdbot/lobster -> @openclaw/lobster
  • github.com/clawdbot/lobster -> github.com/openclaw/lobster
  • clawdbot/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 passing
  • grep -ri "clawdbot\|moltbot": No remaining references (except intentional .gitignore entry 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.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/lobster/pull/5 **Author:** [@sfo2001](https://github.com/sfo2001) **Created:** 2/2/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `rename/openclaw-consolidation` --- ### 📝 Commits (6) - [`671dcd6`](https://github.com/openclaw/lobster/commit/671dcd66b39ddfb8ba690e0d8571ca140efbcc75) fix(stdlib): remove unused Transport type and transport variable - [`b88c4b2`](https://github.com/openclaw/lobster/commit/b88c4b272f9363ffba401a7290eb9b665bd9b555) rename: update package.json to openclaw scope and URLs - [`6936cb5`](https://github.com/openclaw/lobster/commit/6936cb5a6a19dfcd8983ee4fa4f8884f1ef7ac0f) rename: update documentation to openclaw - [`54ac599`](https://github.com/openclaw/lobster/commit/54ac599a7088ad5fe24fb9d098077b86d2488a51) rename: update source code references to openclaw - [`d4a42c5`](https://github.com/openclaw/lobster/commit/d4a42c54df15c74dc3354d3f7e128184fd13032a) rename: update tests references to openclaw - [`c99932a`](https://github.com/openclaw/lobster/commit/c99932a6fb1e117cb8078e9adcfe21c51e7eddf8) feat(bin): add shell wrappers for clawd.invoke and llm_task.invoke ### 📊 Changes **18 files changed** (+426 additions, -70 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 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 | Category | Files | Changes | |----------|-------|---------| | Package metadata | `package.json` | npm scope, keywords, repository URLs | | Documentation | `README.md`, `VISION.md` | Prose and example repo references | | Source code | `src/**/*.ts` | Help text, descriptions, comments, schema examples | | Tests | `test/**/*.ts` | Comments | ## Replacements - `@clawdbot/lobster` -> `@openclaw/lobster` - `github.com/clawdbot/lobster` -> `github.com/openclaw/lobster` - `clawdbot/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 passing - `grep -ri "clawdbot\|moltbot"`: No remaining references (except intentional `.gitignore` entry and historical note) --- **Note:** I have used [Claude Code](https://claude.ai/code) to perform the cleanup --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 18:15:37 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/lobster#6