Folderbase Core v0.2.1
Folderbase Core v0.2.1 is a crash-safety patch for additive folder migrations.
Fixed
- Publishes the initial migration journal atomically before the plan enters
applying. - Keeps an approved plan retryable when a process exits before journal publication.
- Makes every durable additive checkpoint reopenable and recoverable.
- Records staging-creation failures as a durable rollback.
- Preserves pre-existing or unowned staging bytes on journal and staging collisions.
Install
cargo install \
--git https://github.com/chalkagents/folderbase.git \
--tag v0.2.1 \
--locked \
folderbase-cli
folderbase --versionExpected version:
folderbase 0.2.1
Protocol and template versions are unchanged. Proposed streaming transfer, Folderbase Version/Remote Head, and mutation source-identity contracts are not included.
Full verification: docs/verification/v0.2.1-additive-migration-recovery.md.