Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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/<category>/` 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)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.4
0.21.5
28 changes: 28 additions & 0 deletions references/companion-skills.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading