Releases: Data-Wise/folio
Releases · Data-Wise/folio
Release list
v1.0.0 — folio: docs-authoring toolkit for Claude Code
First stable release of folio, extracted from craft's docs-authoring surface via history-preserving git filter-repo (v4.0.0 train, Data-Wise/craft's ORCHESTRATE-folio-split.md).
Surface
17 commands (/folio:hub, /folio:do, and 15 /folio:docs:* commands), 6 skills, 6 agents.
Highlights
/folio:do— thin keyword-table dispatcher (no craft-scale complexity scoring/orchestration; folio's surface is small enough for a flat lookup table)- Full behavioral test coverage added (112 tests: routing-trace + per-command checks, up from structural-only)
- Per-family docs (Discovery / Generate / Validate) covering when to reach for which command
- No cross-plugin dispatch — folio never calls into craft, matching the extraction's own design
History
Full command/agent/skill git history preserved across the extraction boundary (git log --follow works). See CHANGELOG.md for the full list.