Skip to content

refactor: rename Clawdbot to Moltbot across repo#243

Merged
marcusquinn merged 2 commits intomainfrom
refactor/rename-clawdbot-to-moltbot
Jan 27, 2026
Merged

refactor: rename Clawdbot to Moltbot across repo#243
marcusquinn merged 2 commits intomainfrom
refactor/rename-clawdbot-to-moltbot

Conversation

@marcusquinn
Copy link
Copy Markdown
Owner

@marcusquinn marcusquinn commented Jan 27, 2026

Summary

Changes

File Change
.agent/tools/ai-assistants/clawdbot.md -> moltbot.md Renamed file + updated all content
.agent/tools/ai-assistants/overview.md Updated Clawdbot -> Moltbot references
.agent/onboarding.md Updated install commands and descriptions
README.md Updated ClawdHub ecosystem reference
TODO.md Updated task descriptions and references
CHANGELOG.md Updated historical entry with "(formerly Clawdbot)"

Notes

  • ClawdHub (skill registry at clawdhub.com) retains its name - it is still called ClawdHub
  • Config path ~/.clawdbot/ is kept as-is since Moltbot still uses this legacy path
  • Discord invite discord.gg/clawd is kept as-is (still valid)
  • Historical references include "(formerly Clawdbot)" for context

Summary by CodeRabbit

  • Documentation

    • Replaced "Clawdbot" with "Moltbot" across onboarding, guides, README, changelog, and tool overviews; updated docs links and example commands to show Moltbot.
  • Chores

    • Completed branding updates throughout project references, task lists, and setup notes (including deprecated-path notice) to reflect the Moltbot name.

✏️ Tip: You can customize this high-level summary in your review settings.

Clawdbot has been renamed to Moltbot (https://molt.bot/,
https://github.com/moltbot/moltbot). Update all references:

- Rename clawdbot.md subagent to moltbot.md with updated content
- Update URLs: clawd.bot -> molt.bot, clawdbot/clawdbot -> moltbot/moltbot
- Update CLI commands: clawdbot -> moltbot
- Update npm package: clawdbot -> moltbot
- Update overview.md, onboarding.md, README.md, TODO.md, CHANGELOG.md

Note: ClawdHub (skill registry) retains its name as it is still
called ClawdHub. Config path ~/.clawdbot/ is kept as-is since
Moltbot still uses this legacy path.
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Jan 27, 2026

Walkthrough

This PR rebrand all references from Clawdbot to Moltbot across documentation, onboarding guides, and configuration files. The changes are purely textual updates reflecting product naming—no functional code, logic modifications, or control flow alterations are present.

Changes

Cohort / File(s) Summary
AI Assistant Documentation
.agent/onboarding.md, .agent/tools/ai-assistants/moltbot.md, .agent/tools/ai-assistants/overview.md
Product rename from Clawdbot to Moltbot in service descriptions, CLI commands, installation examples, documentation links (clawd.botmolt.bot), and setup instructions
Configuration & Metadata
CHANGELOG.md, README.md, TODO.md, setup.sh
Product name updates in changelog entries, ecosystem references, task descriptions, and a deprecated path added to setup.sh to remove old clawdbot doc file

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

Poem

🤖 Clawdbot was swift, but now Moltbot takes flight,
Docs rebranded bright, from morning to night,
A name change cascade through files so fine,
Zero technical debt—still holding the line! ✨

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'refactor: rename Clawdbot to Moltbot across repo' clearly and concisely summarizes the main change—a repository-wide branding refactor renaming the product from Clawdbot to Moltbot.
Docstring Coverage ✅ Passed Docstring coverage is 100.00% which is sufficient. The required threshold is 80.00%.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 457 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Tue Jan 27 14:21:20 UTC 2026: Code review monitoring started
Tue Jan 27 14:21:21 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 457
Tue Jan 27 14:21:21 UTC 2026: Qlty - 0 issues found, auto-formatting applied
Tue Jan 27 14:21:23 UTC 2026: Codacy analysis completed with auto-fixes

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 457
  • VULNERABILITIES: 0

Generated on: Tue Jan 27 14:22:37 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

@augmentcode
Copy link
Copy Markdown

augmentcode bot commented Jan 27, 2026

🤖 Augment PR Summary

Summary: Renames Clawdbot to Moltbot across aidevops documentation and assistant tooling references.

Changes: Renamed the Clawdbot subagent doc to moltbot.md and updated its CLI commands/links accordingly.

Updated onboarding guidance and the AI assistants overview to use the Moltbot npm package and moltbot CLI commands.

Refreshed README, TODO, and CHANGELOG mentions to reflect the new name, including “formerly Clawdbot” context where helpful.

Switched relevant external URLs to Moltbot domains/repos while keeping ClawdHub references consistent.

Technical Notes: Preserves legacy identifiers that still apply (e.g., ~/.clawdbot/ config directory and the Discord invite).

🤖 Was this summary useful? React with 👍 or 👎

Copy link
Copy Markdown

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

```

Full configuration reference: https://docs.clawd.bot/gateway/configuration
Full configuration reference: https://docs.molt.bot/gateway/configuration
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Upstream Moltbot docs indicate the config file is ~/.clawdbot/moltbot.json (not clawdbot.json), but this doc’s examples still reference ~/.clawdbot/clawdbot.json. Consider updating the example paths to match current Moltbot docs to avoid onboarding confusion.

Other Locations
  • .agent/tools/ai-assistants/moltbot.md:95
  • .agent/tools/ai-assistants/moltbot.md:115
  • .agent/tools/ai-assistants/overview.md:119

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Verified against upstream: the Moltbot README at github.com/moltbot/moltbot still uses ~/.clawdbot/clawdbot.json as the config path. This is the actual legacy path that Moltbot uses. No change needed.

Existing installs using rsync deploy would retain the stale
clawdbot.md alongside the new moltbot.md. Adding it to
cleanup_deprecated_paths() ensures setup.sh removes the old
file on upgrade.
@sonarqubecloud
Copy link
Copy Markdown

@github-actions
Copy link
Copy Markdown
Contributor

🔍 Code Quality Report

�[0;35m[MONITOR]�[0m Code Review Monitoring Report

�[0;34m[INFO]�[0m Latest Quality Status:
SonarCloud: 0 bugs, 0 vulnerabilities, 457 code smells

�[0;34m[INFO]�[0m Recent monitoring activity:
Tue Jan 27 15:50:53 UTC 2026: Code review monitoring started
Tue Jan 27 15:50:54 UTC 2026: SonarCloud - Bugs: 0, Vulnerabilities: 0, Code Smells: 457
Tue Jan 27 15:50:54 UTC 2026: Qlty - 0 issues found, auto-formatting applied
Tue Jan 27 15:50:56 UTC 2026: Codacy analysis completed with auto-fixes

📈 Current Quality Metrics

  • BUGS: 0
  • CODE SMELLS: 457
  • VULNERABILITIES: 0

Generated on: Tue Jan 27 15:52:21 UTC 2026


Generated by AI DevOps Framework Code Review Monitoring

@marcusquinn marcusquinn merged commit 84c36b4 into main Jan 27, 2026
9 checks passed
@marcusquinn marcusquinn deleted the refactor/rename-clawdbot-to-moltbot branch February 21, 2026 01:59
@marcusquinn marcusquinn added the code-reviews-actioned All review feedback has been actioned label Mar 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

code-reviews-actioned All review feedback has been actioned

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant