Skip to content

Commit e811215

Browse files
willwashburnclaude
andcommitted
chore(deps): bump @relayfile/local-mount 0.7.0 → 0.7.19
The lockfile was pinned at 0.7.0, which predates every mount performance fix in the 0.7.x line: - 0.7.7 — createMount uses non-forcing reflink/COW clones for the initial project→mount copy (clonefile on APFS, reflink on btrfs/xfs/zfs) instead of a full byte copy - 0.7.8 — launchOnMount uses auto-sync dirty-path state for the final sync-back, skipping a full mount-tree walk on idle sessions - 0.7.18 — periodic full reconciles run on a slower cadence while @parcel/watcher subscriptions are healthy Bumps the dependency in @agentworkforce/cli and @agentworkforce/persona-kit (the two packages that import it) and refreshes the lockfile. No transitive dependency churn. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent aeded9a commit e811215

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@agentworkforce/persona-kit": "workspace:*",
1616
"@agentworkforce/workload-router": "workspace:*",
1717
"@relayburn/sdk": "^2.5.2",
18-
"@relayfile/local-mount": "^0.7.0",
18+
"@relayfile/local-mount": "^0.7.19",
1919
"ora": "^9.4.0"
2020
},
2121
"repository": {

packages/persona-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"lint": "tsc -p tsconfig.json --noEmit"
3737
},
3838
"dependencies": {
39-
"@relayfile/local-mount": "^0.7.0"
39+
"@relayfile/local-mount": "^0.7.19"
4040
},
4141
"devDependencies": {
4242
"ts-json-schema-generator": "^2.3.0"

pnpm-lock.yaml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)