@kexi/vibe-native 0.22.1 → 0.22.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -143,6 +143,12 @@ try {
143
143
  - **Btrfs** or **XFS** (with reflink support) is required
144
144
  - ext4 and other filesystems will return `EOPNOTSUPP`
145
145
 
146
+ ## Release Binary Embedding
147
+
148
+ When building release binaries with `bun build --compile`, the `.node` files are automatically embedded into Bun's `$bunfs` virtual filesystem. This ensures that Homebrew and other compiled distributions include native CoW cloning support without requiring separate native module installation.
149
+
150
+ The CI release workflows build native modules for all supported platforms before compiling the binary.
151
+
146
152
  ## Building from Source
147
153
 
148
154
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kexi/vibe-native",
3
- "version": "0.22.1",
3
+ "version": "0.22.2",
4
4
  "description": "Native clone operations for vibe CLI (clonefile on macOS, FICLONE on Linux)",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",