Skip to content

v0.5.1

Choose a tag to compare

@B16B1RD B16B1RD released this 12 Jun 07:02
· 84 commits to main since this release
b26b310

Fixed

  • /rite:init --upgrade now converges to the latest config defaults (#1447) — the --upgrade path previously dropped newly added top-level sections, new sub-keys inside existing sections, and the multi_session block, producing a two-tier behavior where upgraded projects drifted from what a fresh /rite:init produces. --upgrade now back-adds multi_session with enabled: true (an explicit false is preserved; idempotent), fills only the missing sub-keys from the template default while preserving existing sibling values, and tracks newly added top-level sections via a drift anchor. Covered by a new sub-key-merge drift-detection test (T-12, #1451), which was unified onto the shared _test-helpers.sh harness (#1453). commands/getting-started.md documents the --upgrade multi_session back-add behavior (#1452).

Full Changelog: v0.5.0...v0.5.1