From e1e72e4f3809e031f6643dbcdd3f6a28eb02f1b0 Mon Sep 17 00:00:00 2001 From: fOuttaMyPaint Date: Sat, 20 Jun 2026 11:24:32 -0400 Subject: [PATCH] docs: decouple roadmap themes from version pins Convert the ROADMAP version-theme table to a theme-ordered table without hard version numbers on upcoming rows. Shipped themes note their release in Status for reference (Shipped (v0.x.0)); upcoming themes (5.2 sweep, Stable) carry no version, so shipping another example/skill no longer forces a roadmap renumber. Candidate-pool heading de-pinned too. Current line untouched (release-doc-sync owns it). Signed-off-by: fOuttaMyPaint --- ROADMAP.md | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/ROADMAP.md b/ROADMAP.md index ab42aa8..b9b5c9d 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -4,14 +4,19 @@ **Current:** v0.4.0 -| Version | Theme | Skills | Rules | Templates | Snippets | Status | -| --- | --- | --- | --- | --- | --- | --- | -| v0.1.0 | Foundation | 8 | 4 | 1 | 10 | Shipped | -| v0.2.0 | Materials, drivers, migration | 12 | 6 | 2 | 17 | Shipped | -| v0.3.0 | Examples and demos (smoke-gated) | 12 | 6 | 2 | 17 | Shipped | -| v0.4.0 | More examples (turntable, SDF remesh) | 12 | 6 | 2 | 17 | Shipped | -| v0.5.0 | 5.2 LTS sweep, modal operators, USD | TBD | TBD | TBD | TBD | Planned | -| v1.0.0 | Stable | TBD | TBD | TBD | TBD | Planned | +Themes are listed in order. Shipped themes note the release they landed in (for reference, +not a commitment); upcoming themes are intentionally **not** pinned to a version number, so +shipping another example or skill never forces a roadmap renumber. The release pipeline +derives the actual version from conventional-commit types. + +| Theme | Skills | Rules | Templates | Snippets | Status | +| --- | --- | --- | --- | --- | --- | +| Foundation | 8 | 4 | 1 | 10 | Shipped (v0.1.0) | +| Materials, drivers, migration | 12 | 6 | 2 | 17 | Shipped (v0.2.0) | +| Examples and demos (smoke-gated) | 12 | 6 | 2 | 17 | Shipped (v0.3.0) | +| More examples (turntable, SDF remesh) | 12 | 6 | 2 | 17 | Shipped (v0.4.0) | +| 5.2 LTS sweep, modal operators, USD | — | — | — | — | Upcoming | +| Stable | — | — | — | — | Upcoming | ## v0.1.0 - Foundation @@ -80,7 +85,7 @@ The 7 new snippets: Audit pass on v0.1.0 content: standards-version markers bumped from `1.9.1` to `1.9.4` across all skills, rules, AGENTS.md, CLAUDE.md, and ROADMAP.md. Verified the `bpy_extras.anim_utils.action_ensure_channelbag_for_slot` import path against the current Blender 5.1 API reference and removed the stale "verify before production" caveat in `slotted-actions-animation/SKILL.md`. -## v0.5.0 (candidate pool) +## Candidate pool (next content) Not committed; target list for the next content version. (v0.3.0 shipped the smoke-gated `examples/` track.)