Skip to content

Commit 178372c

Browse files
phernandezclaude
andcommitted
docs: move cloud upsell to prominent position after install
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent c04c8a7 commit 178372c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,17 @@ If `uv` is not installed, the `bm` CLI setup is skipped gracefully during instal
5555
bash ~/.openclaw/extensions/openclaw-basic-memory/scripts/setup-bm.sh
5656
```
5757

58+
### Basic Memory Cloud
59+
60+
Everything works locally — cloud adds cross-device, team, and production capabilities:
61+
62+
- **Your agent's memory travels with you** — same knowledge graph on laptop, desktop, and hosted environments
63+
- **Team knowledge sharing** — org workspaces let multiple agents and team members build on a shared knowledge base
64+
- **Durable memory for production agents** — persistent memory that survives CI teardowns and container restarts
65+
- **Multi-agent coordination** — multiple agents can read and write to the same graph
66+
67+
Cloud extends local-first — still plain markdown, still yours. Start with a [7-day free trial](https://basicmemory.com) and use code `BMCLAW` for 20% off for 3 months. See [BASIC_MEMORY.md](./BASIC_MEMORY.md) for cloud setup.
68+
5869
### Development (local directory)
5970

6071
For plugin development, clone and link locally:
@@ -287,17 +298,6 @@ After each agent turn (when `autoCapture: true`), the plugin:
287298
2. Appends them as timestamped entries to a daily conversation note (`conversations-YYYY-MM-DD`)
288299
3. Skips very short exchanges (< `captureMinChars` chars each, default 10)
289300

290-
### Basic Memory Cloud
291-
292-
Everything works locally — cloud adds cross-device, team, and production capabilities:
293-
294-
- **Your agent's memory travels with you** — same knowledge graph on laptop, desktop, and hosted environments
295-
- **Team knowledge sharing** — org workspaces let multiple agents and team members build on a shared knowledge base
296-
- **Durable memory for production agents** — persistent memory that survives CI teardowns and container restarts
297-
- **Multi-agent coordination** — multiple agents can read and write to the same graph
298-
299-
Cloud extends local-first — still plain markdown, still yours. Start with a [7-day free trial](https://basicmemory.com) and use code `BMCLAW` for 20% off for 3 months. See [BASIC_MEMORY.md](./BASIC_MEMORY.md) for setup, or visit [basicmemory.com](https://basicmemory.com) for more info.
300-
301301
## Agent Tools
302302

303303
All content tools accept an optional `project` parameter to operate on a different project than the default (cross-project operations).

0 commit comments

Comments
 (0)