Skip to content

Folderbase Core v0.5.0-rc.1

Pre-release
Pre-release

Choose a tag to compare

@jerelvelarde jerelvelarde released this 31 Jul 16:47
45de780

Folderbase Core v0.5.0-rc.1 is the first installable release candidate for the ordinary-folder 0.5 architecture. Any ordinary folder can remain ordinary while .folderbase/ adds durable identity, local versions, opaque-file capture, optional narrative adapters, templates, sharing primitives, and crash-safe reorganization transactions.

This is intentionally a prerelease. Protocol 0.5 remains a sealed candidate (status: candidate); released protocol 0.4 remains immutable.

Release evidence:

  • exact tag target: 45de7804bb4e57224e5b9495e4394441ce652f0b
  • annotated tag object: 14528f26e0065c95cba0177aff40aa3660f613f6
  • post-main CI: run 30646596964, green for Rust quality/package, macOS, and Windows
  • protocol 0.4 release closure: 32 files verified
  • protocol 0.5 candidate closure: 152 files plus external manifest sidecar verified
  • extracted packages: Core 65 files, CLI 10 files; compile, tests, mutation proof, optimized install, and outside-checkout use passed
  • strict formatting, clippy, rustdoc, workspace tests, public-surface, CI-policy, digest-vector, and package gates passed on the exact release tree

Install the exact reviewed commit for strict reproducibility:

cargo install \
  --git https://github.com/chalkagents/folderbase.git \
  --rev 45de7804bb4e57224e5b9495e4394441ce652f0b \
  --locked \
  folderbase-cli

folderbase --version
# folderbase 0.5.0-rc.1

The annotated public tag currently peels to the exact reviewed commit. Git tags can be moved or deleted by repository administrators unless protected separately, so the commit-pinned install is the stronger reproducibility pin.

The repository at the exact commit is the normative candidate protocol bundle. This release does not claim stable protocol 0.5, crates.io publication, managed Cloud availability, or production sync readiness.