All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Technical Documentation: Renaming clawdbot to moltbot with Legacy Compatibility

By

philip1209

4mo ago· 15 min readenCode

Summary

This article documents a technical refactoring project where the 'clawdbot' repository has been renamed to 'moltbot' while maintaining legacy compatibility. It provides detailed repository guidelines, project structure information, and technical specifications for a software project that appears to be an AI assistant platform. The content includes source code organization, testing practices, documentation structure, and development workflows.

Key quotes

· 5 pulled
- GitHub issues/comments/PR comments: use literal multiline strings or `-F - <<'EOF'` (or $'...') for real newlines; never embed "\\n".
- Source code: `src/` (CLI wiring in `src/cli`, commands in `src/commands`, web provider in `src/provider-web.ts`, infra in `src/infra`, media pipeline in `src/media`).
- Tests: colocated `*.test.ts`.
- Docs: `docs/` (images, queue, Pi config). Built output lives in `dist/`.
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
Snippet from the RSS feed
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞 - refactor: rename clawdbot to moltbot with legacy compat · openclaw/openclaw@6d16a65

You might also wanna read