Дмитрий 6425725f18 feat(brain-plugins): register 4 consumer-universal plugins (code-review, security-guidance, pr-review-toolkit, telegram)
Phase 1 deliverable: добавлены entries для distribute в consumer (Liderra и
будущие) через scripts/install.sh --target=<consumer> --with-plugins=yes.

В brain runtime НЕ активируются (target=consumer; filter в install-plugins.sh
отсекает при --install-target=user). enabledPlugins в settings-fragment.json
не трогается.

installMethod=registered-only-not-cached — physical cache cp не делается
brain-side; consumer install через 'claude plugin install <name>@marketplace'
(или JSON fallback) кэширует на consumer-машине.

Marketplace HEAD SHA pinned: 00679aef889e (Phase 0 install reference).

Conflicts:
- code-review vs superpowers:requesting-code-review — не активирован в brain,
  default остаётся superpowers (routing.md §3.1 line 69)
- security-guidance bundled hooks.json — не активирован, потенциальный конфликт
  с brain economy-hooks при будущей активации
- pr-review-toolkit vs superpowers code-reviewer — в brain не активны, в consumer
  адресуется PSR template
- telegram — brain не нуждается в notifications

manifest.json brain-internal sha256 updated для plugins-manifest.json:
- было c63715a5... (после fix(brain-verify) da20aa4)
- стало a3390463... (после T2 +4 entries)

Verification: scripts/verify.sh exit 0; filter regression user=8, consumer=6
(2 existing user-level+consumer + 4 new consumer-only).

T2 implementer subagent attempt была cut off mid-work (manifest sha sync
дрейфил из-за CRLF/autocrlf на Windows). Recovery direct execution + fix
commit da20aa4 закрыл pre-existing CRLF drift до этого T2 коммита.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 15:18:44 +03:00

Claude Brain

Переиспользуемый «мозг Claude» — правила, хуки, плагины и MCP-серверы — для подключения к проектам.

Quick start

Установить мозг в новый или существующий consumer-проект

cd c:/моя/проекты/claude-brain
./scripts/install.sh --target=/path/to/my-project --version=brain-v1.0

Установить мозг в ~/.claude/ (user-level хуки + плагины + MCP)

cd c:/моя/проекты/claude-brain
./scripts/install.sh --target=$HOME/.claude --version=brain-v1.0

При первом запуске будет prompt для MAGIC_API_KEY (21st.dev). Используй --skip-secrets для CI.

Проверить целостность

./scripts/verify.sh --target=/path/to/my-project

Структура

См. CLAUDE.md для деталей.

Документация

Prerequisites

  • git ≥2.x
  • jq ≥1.6
  • python3 ≥3.10
  • bash (Git Bash на Windows работает)
  • Optional: gh (для GitHub repo create), gitleaks (CI), claude CLI (для plugin install)
S
Description
No description provided
Readme 19 MiB
Languages
JavaScript 98.8%
Python 1%
Shell 0.2%