Skip to content

docs: mention the ai-brain plugin in root README#17

Merged
flippyhead merged 1 commit into
mainfrom
docs/mention-ai-brain-plugin
Apr 20, 2026
Merged

docs: mention the ai-brain plugin in root README#17
flippyhead merged 1 commit into
mainfrom
docs/mention-ai-brain-plugin

Conversation

@flippyhead
Copy link
Copy Markdown
Owner

@flippyhead flippyhead commented Apr 20, 2026

Small docs-only PR adding a pointer to the new plugin subdirectory and install instructions. Follow-up to #16.


Note

Low Risk
Docs-only change adding plugin pointers and install commands; no runtime or behavioral impact.

Overview
Adds a new root README.md that introduces AI Brain and documents how to install and use the Claude Code ai-brain plugin, including a link to plugins/ai-brain/README.md and basic monorepo development setup notes.

Reviewed by Cursor Bugbot for commit 7217e85. Bugbot is set up for automated code reviews on this repo. Configure here.

Co-Authored-By: Claude <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-brain Ready Ready Preview, Comment Apr 20, 2026 11:17pm

Request Review

@qodo-code-review
Copy link
Copy Markdown

Review Summary by Qodo

Add root README with AI Brain plugin documentation

📝 Documentation

Grey Divider

Walkthroughs

Description
• Add comprehensive root README documenting AI Brain project
• Include Claude Code plugin installation instructions
• Document monorepo structure and development setup
Diagram
flowchart LR
  A["Root README"] --> B["Project Overview"]
  A --> C["Claude Code Plugin"]
  A --> D["Installation Instructions"]
  A --> E["Development Setup"]
  C --> F["plugins/ai-brain/"]
Loading

Grey Divider

File Changes

1. README.md 📝 Documentation +18/-0

Create root README with plugin documentation

• Add project overview describing AI Brain as a Convex-backed MCP server with Next.js UI and Claude
 Code plugin
• Document the ai-brain Claude Code plugin location and five core skills
• Provide plugin installation commands using marketplace
• Include reference to plugin-specific README for detailed information
• Describe monorepo structure and development setup instructions

README.md


Grey Divider

Qodo Logo

@qodo-code-review
Copy link
Copy Markdown

qodo-code-review Bot commented Apr 20, 2026

Code Review by Qodo

🐞 Bugs (1) 📘 Rule violations (0) 📎 Requirement gaps (0)

Grey Divider


Remediation recommended

1. Repo name mismatch 🐞 Bug ⚙ Maintainability
Description
The new root README presents the project as “AI Brain”, but the monorepo root package.json still
declares the package name as open-brain, creating inconsistent project identity in pnpm/turbo
output and contributor workflows.
Code

README.md[R1-3]

+# AI Brain
+
+Personal AI memory layer — a Convex-backed MCP server, a Next.js web UI, and a Claude Code plugin. Captures thoughts across sessions, syncs project context, and synthesizes what you've learned — with citable sources.
Evidence
README introduces the project name as “AI Brain”, but the monorepo root still identifies itself as
open-brain; meanwhile the Claude Code marketplace metadata already uses ai-brain, showing naming
is inconsistent across repo entry points.

README.md[1-3]
package.json[1-4]
.claude-plugin/marketplace.json[1-16]

Agent prompt
The issue below was found during a code review. Follow the provided context and guidance below and implement a solution

### Issue description
The root README now brands the repository as **AI Brain**, but the workspace root `package.json` still uses the name **open-brain**, creating inconsistent naming across common entry points.

### Issue Context
This mismatch can confuse new contributors and makes `pnpm`/`turbo` output refer to a different project name than the docs and Claude Code marketplace metadata.

### Fix Focus Areas
- package.json[1-4]
- README.md[1-3]
- .claude-plugin/marketplace.json[1-16]

### Suggested fix
Pick one canonical name and apply it consistently. If the intended name is **ai-brain**, update the root `package.json` `name` field (and any other references) to match; otherwise adjust the README (and/or marketplace metadata) to reflect the canonical name.

ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools


Grey Divider

ⓘ The new review experience is currently in Beta. Learn more

Grey Divider

Qodo Logo

@flippyhead flippyhead merged commit fb92d08 into main Apr 20, 2026
3 checks passed
@flippyhead flippyhead deleted the docs/mention-ai-brain-plugin branch April 20, 2026 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant