← Back to PRs

#3783: Fix/3038 cli name moltbot

by Shuimo03 open 2026-01-29 05:33 View on GitHub →
docs gateway
isuses: https://github.com/moltbot/moltbot/issues/3038#issuecomment- <img width="2362" height="1286" alt="image" src="https://github.com/user-attachments/assets/2d92e510-ebed-43f7-af0f-b2e2729eb737" /> <!-- greptile_comment --> <h2>Greptile Overview</h2> <h3>Greptile Summary</h3> This PR updates the project’s CLI naming to align with the Moltbot rebrand: - **Docs:** Removes “formerly `clawdbot` …” language in the security audit quick-check section and drops the note about older installs. - **Packaging:** Removes the `clawdbot` binary alias from `package.json`, leaving only the `moltbot` CLI entry. These changes affect end-user command invocation (what executable name is available after install) and the docs that instruct users how to run the security audit. <h3>Confidence Score: 3/5</h3> - Generally safe to merge, but may be a breaking CLI change for existing users. - The diff is small (docs + package metadata), but removing a published CLI binary alias can break user scripts and automation. There’s also a minor documentation consistency risk around still-referenced legacy environment variable names. - package.json (CLI alias removal) and docs/gateway/security/index.md (naming/env var consistency) <!-- greptile_other_comments_section --> <sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub> **Context used:** - Context from `dashboard` - CLAUDE.md ([source](https://app.greptile.com/review/custom-context?memory=fd949e91-5c3a-4ab5-90a1-cbe184fd6ce8)) - Context from `dashboard` - AGENTS.md ([source](https://app.greptile.com/review/custom-context?memory=0d0c8278-ef8e-4d6c-ab21-f5527e322f13)) <!-- /greptile_comment -->

Most Similar PRs