Finish BrainBlend -> Eigenwise rebrand; modernize plugin install docs#259
Merged
Conversation
The earlier rebrand left ~40 files still pointing at the BrainBlend-AI org and the old maintainer identity. Repoint everything to the eigenwise GitHub home and a single Eigenwise identity: - All github.com/BrainBlend-AI/atomic-agents URLs -> eigenwise/atomic-agents (docs, example READMEs, forge tool User-Agents, tests, llms generator). - Docs link brainblend-ai.github.io -> eigenwise.github.io. - Funding handle KennyVaneetvelde -> Eigenwise. - Example pyproject authors and plugin LICENSE -> Kenny Vaneetvelde <kenny@eigenwise.io>, matching the marketplace owner and root LICENSE. Plugin packaging: - Rename the self-hosted marketplace from brainblend-plugins to eigenwise in the plugin README install instructions and team-settings snippet. - Align marketplace.json plugin version (2.0.1) to the manifest (2.1.0). - Replace the stale "official marketplace" section (and the dead April 2026 path-bug note) with Anthropic's current community-directory flow: the read-only claude-plugins-community catalog installed as @claude-community, submitted via the clau.de/plugin-directory-submission form, auto-repinned from this repo's main by CI. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Completes the BrainBlend -> Eigenwise rebrand. The previous rebrand commit left ~40 files still referencing the old
BrainBlend-AIorg and the old maintainer identity. This sweeps the rest and brings the plugin's install docs in line with Anthropic's current community-marketplace process.Changes
De-branding (repo-wide)
github.com/BrainBlend-AI/atomic-agents->eigenwise/atomic-agentsacross docs, every example README, the four+ Forge tool User-Agent strings, tests, and thellms.txtgenerator.brainblend-ai.github.io->eigenwise.github.io(no custom domain/CNAME exists).KennyVaneetvelde->Eigenwise.pyproject.tomlauthors + pluginLICENSE->Kenny Vaneetvelde <kenny@eigenwise.io>(matchesmarketplace.jsonowner and the rootLICENSEholder).Plugin packaging
brainblend-plugins->eigenwise(README install commands + teamsettings.jsonsnippet).marketplace.jsonplugin version2.0.1->2.1.0to matchplugin.json(they had drifted).#1436path-bug note) with the current flow:anthropics/claude-plugins-communityinstalled as@claude-community, submitted via the submission form, auto-repinned frommainby CI.External marketplace (needs your action — cannot be done in this repo)
The atomic-agents entry currently in
anthropics/claude-plugins-officialstill points atBrainBlend-AIwith a pinned SHA. It keeps working via GitHub's org-transfer redirect, but to fully de-brand it the plugin must be (re)submitted through the form at https://clau.de/plugin-directory-submission (orplatform.claude.com/plugins/submit). PRs to the Anthropic catalog repos are auto-closed; there is no PR path anymore.Verification
black --checkclean (195 files unchanged)flake8clean (exit 0)pytest atomic-agents-> 321 passed, 3 skippedgit grep -i brainblendand old-identity grep both return no matchesNote
11 other example
pyproject.tomlfiles usekenny.vaneetvelde@gmail.com(set in the prior rebrand, not brainblend-related), left untouched. There's now a gmail/eigenwise.io split — happy to unify either way if preferred.🤖 Generated with Claude Code