From f0ec88280601d020b0d5fc83754ffbcf9c70b86a Mon Sep 17 00:00:00 2001 From: Suppaseth Charoenkarnka Date: Fri, 22 May 2026 17:57:57 +0700 Subject: [PATCH 1/3] Sync org profile for v3.0.0 GA MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - License badge: MIT → AGPL-3.0-only (all 4 OneBrain repos relicensed in v3.0.1) - Plugin badge link: PLUGIN-CHANGELOG.md → CHANGELOG.md (renamed in plugin trim PR #185) - Skill count: 24+ → 30+ (current vault has 32 user-invocable skills) - Install: add Homebrew tap one-liner as macOS path; keep npm as cross-platform fallback --- profile/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/profile/README.md b/profile/README.md index e8db909..e1b363a 100644 --- a/profile/README.md +++ b/profile/README.md @@ -9,8 +9,8 @@ @onebrain_run on X npm -Plugin version -License +Plugin version +License @@ -18,11 +18,15 @@ ## What is OneBrain -An AI OS that extends Claude Code, Gemini CLI, Codex, Qwen — adding persistent memory, 24+ skills, and personal calibration. Plain Markdown. Local-first. Yours forever. +An AI OS that extends Claude Code, Gemini CLI, Codex, Qwen — adding persistent memory, 30+ skills, and personal calibration. Plain Markdown. Local-first. Yours forever. > Most tools ask you to query an AI. OneBrain **co-evolves** with you — every preference you teach sharpens the agent, every link it surfaces sharpens you. ```bash +# macOS +brew install onebrain-ai/onebrain/onebrain + +# any platform via npm npm install -g @onebrain-ai/cli ``` From a4e77734180ce89792ce21afda503cb232b68edb Mon Sep 17 00:00:00 2001 From: Suppaseth Charoenkarnka Date: Fri, 22 May 2026 18:05:45 +0700 Subject: [PATCH 2/3] =?UTF-8?q?Remove=20Projects=20section=20=E2=80=94=20p?= =?UTF-8?q?inned=20repos=20surface=20highlights=20instead?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- profile/README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/profile/README.md b/profile/README.md index e1b363a..fb8d94d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -30,15 +30,6 @@ brew install onebrain-ai/onebrain/onebrain npm install -g @onebrain-ai/cli ``` -## Projects - -| Repo | What it is | -|---|---| -| [`onebrain`](https://github.com/onebrain-ai/onebrain) | CLI · Claude Code plugin · agent core (`@onebrain-ai/cli`) | -| [`website`](https://github.com/onebrain-ai/website) | Marketing site — [onebrain.run](https://onebrain.run) | - -→ [Read the full docs ↗](https://github.com/onebrain-ai/onebrain) - --- OneBrain · hello@onebrain.run · [@onebrain_run](https://x.com/onebrain_run) From 2432006af9c08b44392575899e3f17ca36d197f9 Mon Sep 17 00:00:00 2001 From: Suppaseth Charoenkarnka Date: Fri, 22 May 2026 18:10:11 +0700 Subject: [PATCH 3/3] Add 'What makes it different' feature highlights - Tighten 'What is OneBrain' to a single elevator-pitch line (removes phrases now covered by bullets) - 6 scannable feature bullets with concrete detail: memory compounding, local-first, named skill examples, multi-harness, Rust binary stats, plain-Markdown portability - Hoist install block under its own '## Install' heading for scannability --- profile/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index fb8d94d..763a855 100644 --- a/profile/README.md +++ b/profile/README.md @@ -18,10 +18,21 @@ ## What is OneBrain -An AI OS that extends Claude Code, Gemini CLI, Codex, Qwen — adding persistent memory, 30+ skills, and personal calibration. Plain Markdown. Local-first. Yours forever. +A personal AI OS for note-takers and developers — adds persistent memory, opinionated skills, and personal calibration to your terminal AI of choice. > Most tools ask you to query an AI. OneBrain **co-evolves** with you — every preference you teach sharpens the agent, every link it surfaces sharpens you. +## What makes it different + +- 🧠 **Memory that compounds** — agent remembers your preferences, projects, and prior decisions across sessions; no re-explaining context +- 🔒 **Local-first** — your vault lives in plain Markdown on your machine; no proprietary database, no cloud lock-in +- 🛠️ **30+ skills out of the box** — `/daily` briefing · `/capture` quick notes · `/distill` topic synthesis · `/research` web→vault · `/wrapup` session log · more +- 🔌 **Multi-harness** — Claude Code, Gemini CLI, Codex, Qwen — same skills, same memory, your choice of model +- ⚡ **Single Rust binary** — 4.6 MB stripped · self-updating · zero runtime dependencies +- 📝 **Plain Markdown** — read in any editor, sync via iCloud/Dropbox/git, your data outlives any tool + +## Install + ```bash # macOS brew install onebrain-ai/onebrain/onebrain