Tech News
← Back to articles

Clawdbot Renames to Moltbot

read original related products more articles

@@ -1,13 +1,13 @@

1 1 # Repository Guidelines

2 - - Repo: https://github.com/ clawdbot/clawdbot

2 + - Repo: https://github.com/ moltbot/moltbot

3 3 - GitHub issues/comments/PR comments: use literal multiline strings or ` -F - <<'EOF' ` (or $'...') for real newlines; never embed " \\ n".

4 4

5 5 ## Project Structure & Module Organization

6 6 - 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 ` ).

7 7 - Tests: colocated ` *.test.ts ` .

... continue reading