Skip to content

Commit 76c4daa

Browse files
author
Federico De Ponte
committed
move moto docs to floomhq
1 parent aecd1a7 commit 76c4daa

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
66
[![Claude Code](https://img.shields.io/badge/Claude_Code-compatible-blueviolet)](https://docs.anthropic.com/en/docs/claude-code)
77

8-
`moto` is a hacked-together but production-tested terminal IDE for AI agents: Claude as the control plane, Codex for backend/infra/debugging, opencode as an optional worker, subagent workflows, Docker-first runtime, CLAUDE.md / AGENTS.md-style context, safety hooks, 60+ skills, Gmail/WhatsApp integrations, memory, browser automation, and cost tracking.
8+
`moto` is Floom's hacked-together but production-tested terminal IDE for AI agents: Claude as the control plane, Codex for backend/infra/debugging, opencode as an optional worker, subagent workflows, Docker-first runtime, CLAUDE.md / AGENTS.md-style context, safety hooks, 60+ skills, Gmail/WhatsApp integrations, memory, browser automation, and cost tracking.
99

10-
This repo was formerly `buildingopen/claude-setup`. The old GitHub URL is kept for backwards compatibility through GitHub redirects after the rename.
10+
This repo was formerly `buildingopen/moto` and, before that, `buildingopen/claude-setup`. The old GitHub URLs are kept for backwards compatibility through GitHub redirects after the move.
1111

1212
---
1313

@@ -58,7 +58,7 @@ The philosophy is simple:
5858
## Quick Start
5959

6060
```bash
61-
git clone https://github.com/buildingopen/moto.git
61+
git clone https://github.com/floomhq/moto.git
6262
cd moto
6363
./install.sh # Symlinks configs into ~/.claude/
6464
```

docs/bootstrap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ and Ubuntu 22.04+.
1515
## 1. Clone on your Mac
1616

1717
```bash
18-
git clone https://github.com/buildingopen/moto.git ~/moto
18+
git clone https://github.com/floomhq/moto.git ~/moto
1919
cd ~/moto
2020
cp .env.example .env
2121
$EDITOR .env

server/systemd/authenticated-chrome.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Unit]
22
Description=moto — authenticated Chrome with CDP exposed on :9222
33
After=network.target
4-
Documentation=https://github.com/buildingopen/moto/blob/main/docs/browser-login.md
4+
Documentation=https://github.com/floomhq/moto/blob/main/docs/browser-login.md
55

66
[Service]
77
Type=simple

server/systemd/tmux-server.service

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[Unit]
22
Description=moto — tmux persistent server (OOM-immune)
33
After=network.target
4-
Documentation=https://github.com/buildingopen/moto
4+
Documentation=https://github.com/floomhq/moto
55

66
[Service]
77
Type=forking

0 commit comments

Comments
 (0)