diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eb2fde..e0531b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,38 @@ # Changelog +## 0.21.5 — 2026-05-26 + +### Phase 4e neuroscience migration (TRIBE v2 family) + +3 standalone-repo neuroscience skills migrated to broomva/skills Tier-2 monorepo (broomva/skills PR #8 merge `ca7de88`): + +- `tribe-v2-agent-alignment` — cortical alignment benchmarking for AI encoders +- `tribe-v2-bci-applied` — applied BCI + neuro-informed content optimization +- `tribe-v2-neuroscience` — in-silico fMRI prediction + +All NEW registry entries (none were previously registered). + +### Finding: `_shared/` is demand-driven + +The strategy doc anticipated a `_shared/tribe-v2/` directory. On inspection, the 3 skills have DISJOINT reference sets (arcan-integration / cortical-region-atlas / brain-regions — no file overlap). No `_shared/` extraction warranted. This validates the principle: `_shared//` is created only when concrete shared content exists, never speculatively. + +### Source repos deprecated (6mo window until 2026-11-26) + +- broomva/tribe-v2-agent-alignment PR #1 (merge `7bca620`) +- broomva/tribe-v2-bci-applied PR #1 (merge `1e3ea14`) +- broomva/tribe-v2-neuroscience PR #1 (merge `64165b7`) + +### Files changed + +- `references/companion-skills.yaml` — 3 NEW entries (60 → 63 total) +- `VERSION` — `0.21.4` → `0.21.5` +- `CHANGELOG.md` — this entry + +### Cumulative monorepo state: 46 skills + +--- + + ## 0.21.4 — 2026-05-26 ### Phase 4d specialty domain migration (largest batch) diff --git a/VERSION b/VERSION index 6aec9e5..e756a90 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.21.4 +0.21.5 diff --git a/references/companion-skills.yaml b/references/companion-skills.yaml index 8fcdc6f..83ebbfa 100644 --- a/references/companion-skills.yaml +++ b/references/companion-skills.yaml @@ -305,6 +305,34 @@ skills: min_bstack_version: 0.21.0 description: "Autonomous social engagement + knowledge extraction loop for Moltbook and X — compounds with blog-post and content-creation" + # ── Neuroscience & BCI — Phase 4e (2026-05-26, broomva/skills PR #8 merge ca7de88) ── + - name: tribe-v2-agent-alignment + repo: broomva/skills + skillPath: skills/tribe-v2-agent-alignment/SKILL.md + category: knowledge + required: false + introduced_in: 0.21.5 + min_bstack_version: 0.21.0 + description: "Cortical alignment benchmarking for AI encoders using Meta's TRIBE v2 — neuro-informed model selection for the Life/Arcan stack" + + - name: tribe-v2-bci-applied + repo: broomva/skills + skillPath: skills/tribe-v2-bci-applied/SKILL.md + category: knowledge + required: false + introduced_in: 0.21.5 + min_bstack_version: 0.21.0 + description: "Applied BCI research + neuro-informed content optimization using Meta's TRIBE v2 — predict neural responses to media/UI/content" + + - name: tribe-v2-neuroscience + repo: broomva/skills + skillPath: skills/tribe-v2-neuroscience/SKILL.md + category: knowledge + required: false + introduced_in: 0.21.5 + min_bstack_version: 0.21.0 + description: "In-silico neuroscience experiments using Meta's TRIBE v2 — predict fMRI cortical responses to video, audio & text without brain scanners" + # ── Discovery + skill management ──────────────────────────────────────── - name: skills repo: broomva/skills