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
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.21.6 — 2026-05-26

### Phase 4f orcahand migration + dedup (final Tier-2 migration)

The last Tier-2 migration. `orcahand` consolidated to broomva/skills Tier-2 monorepo (broomva/skills PR #9 merge `df4fb13`), resolving the Phase-0 contested dedup case.

`broomva/orcahand` and `broomva/orcahand-skill` were true duplicates (both 180K, identical SKILL.md + assets/ + references/ + schemas/ + scripts/, both `name: orcahand`). Per user decision: migrate the canonical (`.agents`-symlinked) `broomva/orcahand` → `skills/orcahand/`; archive BOTH source repos with redirect-stubs.

### Source repos deprecated (both, 6mo window until 2026-11-26)

- broomva/orcahand PR #1 (merge `4e637ed`)
- broomva/orcahand-skill PR #1 (merge `f753966`)

### Files changed

- `references/companion-skills.yaml` — 1 NEW entry (orcahand); 63 → 64 total
- `VERSION` — `0.21.5` → `0.21.6`
- `CHANGELOG.md` — this entry

### Migration complete

**47 skills now in broomva/skills monorepo.** All Tier-2 candidates from the inventory doc are migrated, except `broomva/mirage` (no remote on GitHub — flagged as an anomaly, not actionable). The skills-monorepo migration arc (Phases 2–4f) is complete.

---


## 0.21.5 — 2026-05-26

### Phase 4e neuroscience migration (TRIBE v2 family)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.5
0.21.6
9 changes: 9 additions & 0 deletions references/companion-skills.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,15 @@ skills:
min_bstack_version: 0.21.0
description: "CaP-X LLM-driven robot manipulation via code generation — CaP-Gym (187 tasks), CaP-Bench, CaP-Agent0, CaP-RL, sim-to-real"

- name: orcahand
repo: broomva/skills
skillPath: skills/orcahand/SKILL.md
category: platform
required: false
introduced_in: 0.21.6
min_bstack_version: 0.21.0
description: "Full-stack ORCA Hand skill — 17-DOF tendon-driven robotic hand: plant interface, safety shields, MuJoCo sim, RL training, teleoperation, sim-to-real, EGRI (Phase 4f; deduplicated broomva/orcahand + broomva/orcahand-skill — both archived)"

- name: openrocket-sim
repo: broomva/skills
skillPath: skills/openrocket-sim/SKILL.md
Expand Down
Loading