Skip to content

0.8.0-beta.2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 02 Sep 15:32
· 10 commits to beta since this release

0.8.0-beta.2 (2026-09-02)

Added

  • projection: add observeSlot/applySlotAction IO layer (Phase 2 of #85 finding #1) (6b4625b)

Fixed

  • projection: give removeOwned a clear refusal for a plain file, not a raw ENOTDIR (98878a9)
  • projection: guard the copy-fallback against pre-existing content and write the ownership marker before copying (0ec3c85)
  • projection: rethrow non-ENOENT stat failures in the slot IO layer (26e9785)
  • projection: stop existsSync-swallowed errors from misreporting broken links, harden the ownership marker, and re-check before deleting (fb21d1b)
  • projection: stop the marker from being clobbered or spoofed (1734fc0)

Changed

  • projection: correct observeSlot's doc comment to mention the marker read (3fda86f)