fix(skills): correct source-of-truth — colibri, not clawdie-ai #226
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "fix/skills-canonical-home"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
PR #146 made colibri's .agent/skills/ the canonical skills home (54
skills now live there; ISO imports from colibri). But the "clawdie-ai
is the source of truth" claim survived across FOUR layers, unchanged —
the canonical, linted, translated knowledge base described an
architecture that no longer exists.
Fixed across all layers:
description — all now name colibri/.agent/skills/ as the home.
decision + 6 scattered refs; repointed the 3
docs/COLIBRI-SKILLS.mdlinks to the crate code / store-schema.
broken
import-clawdie-skills.shlink (that script was deleted inthe clawdie-iso PR #146 followup).
Deleted docs/COLIBRI-SKILLS.md (232 lines) — a stale roadmap that
duplicated the wiki, still called clawdie-ai the source of truth x3,
and referenced retired clawdie-ai paths. Repointed the layered-soul.md
(en+sl) references to skills-catalog.md / store-schema.md, and fixed
two stale
COLIBRI-SKILLS-PLAN.mdrefs in import-layered-soul.sh.wiki-lint --strict: 141 pass. colibri-skills: fmt/clippy/12 tests green.
(Sam & Claude)