chore(brain-version): bump v1.0 → v1.1 (plugin routing)
Atomic bump per D11. Brain-plugin-routing v1.0 released. Also closes missing .brain-version artifact from v1.0 bootstrap. Updates CHANGELOG, manifest.json version field, and CLAUDE.md version header. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
brain-v1.1
|
||||
sha: 31ca0457a946924aefab78cc9628b8aa8bb3c313
|
||||
@@ -1,5 +1,25 @@
|
||||
# Changelog
|
||||
|
||||
## brain-v1.1 — 2026-05-11
|
||||
|
||||
### Added
|
||||
- `docs/brain-plugin-routing.md` v1.0 — normative document for plugin selection in brain repo. Resolves 8 sources of ambiguity (К1-К8 from design spec). Covers reestr, disabled-in-brain soft-rule (FD/UPM), routing table (17 overlaps + 3 tie-breakers), categorization (5 categories × 22 plugins), install checklist (5 sub-procedures), update procedure.
|
||||
- `docs/superpowers/specs/2026-05-11-brain-plugin-routing-design.md` — design spec backing routing.md v1.0.
|
||||
- `docs/superpowers/plans/2026-05-11-brain-plugin-routing.md` — implementation plan.
|
||||
- `.brain-version` self-marker created (was missing in v1.0 bootstrap — closed as part of v1.1 bump).
|
||||
- `target` field (ENUM `user-level`/`consumer`/`user-level+consumer`) in `user-level-files/plugins-manifest.json` — implements D9 from design spec.
|
||||
- `category` field in plugins-manifest (from routing.md §4.1).
|
||||
- Two new brain manifest entries: `skill-creator@claude-plugins-official` + `claude-code-setup@claude-plugins-official` — closes Phase 0 install drift (К3).
|
||||
|
||||
### Changed
|
||||
- `CLAUDE.md` brain root — version `brain-v1.0` → `brain-v1.1`; new section «Выбор плагина и установка нового» linking to routing.md and noting disabled-in-brain soft-rule.
|
||||
- `user-level-files/settings-fragment.json` — `enabledPlugins` extended with skill-creator and claude-code-setup (matching user-level `~/.claude/settings.json` state after Phase 0).
|
||||
- `manifest.json` — `version` bumped to `brain-v1.1`.
|
||||
|
||||
### Notes
|
||||
- PSR template (`project-files/docs/Plugin_stack_rules.template.md`) is NOT modified — it remains the consumer-side ruleset.
|
||||
- D11: `.brain-version` + manifest.json + CLAUDE.md version line + CHANGELOG bumped atomically with brain-plugin-routing v1.0 implementation.
|
||||
|
||||
## brain-v1.0 — 2026-05-11 (planned)
|
||||
|
||||
### Extracted artifacts
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
**Что это:** независимый репозиторий «мозга Claude» — переиспользуемого набора правил, хуков, плагинов и MCP-серверов для консьюмер-проектов (Лидерра и будущие).
|
||||
|
||||
**Версия:** brain-v1.0 от 11.05.2026
|
||||
**Версия:** brain-v1.1 от 11.05.2026
|
||||
|
||||
---
|
||||
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "brain-v1.0",
|
||||
"version": "brain-v1.1",
|
||||
"created": "2026-05-10T22:03:38Z",
|
||||
"min_python_version": "3.10",
|
||||
"required_tools": ["jq", "python", "git", "bash"],
|
||||
|
||||
Reference in New Issue
Block a user