Lore Development reset. The lore-development plugin was redesigned around a three-tier directory model (work/, reference/, learned/) that separates in-flight artifacts, durable invariants, and institutional knowledge. Existing projects migrate via /tend migrate.
Plugin Versions
- lore-development v1.11.2 → v2.0.0 (breaking: directory layout, skill set)
Lore Development - Breaking Changes
- Directory layout moved from a flat
.lore/{specs,plans,notes,retros,...}to.lore/work/,.lore/reference/, and.lore/learned/. Skills, schemas, and references updated to the new paths. build/was renamed towork/to avoid colliding with common gitignore conventions.- The
excavateskill was removed. Its role splits betweendistill(promote findings into reference) andtend migrate(move legacy projects onto the new layout).
Lore Development - Added
distillskill - promotes verified invariants from code or work artifacts into.lore/reference/, with user-gated reconciliation.learnskill - user-invoked capture for institutional knowledge (rules, snippets, config tricks). Gates on specificity, not shape; never auto-fires from other skills.tend migratemode - one-shot migration for projects on the pre-redesign layout.
Lore Development - Changed
- Frontmatter schema overhauled to match the new layout and artifact taxonomy.
tendreferences (directories.md,status.md,filenames.md) rewritten for the three-tier model.back-propagate,retro,update-stubs, and other skills updated for the new paths.