Skip to content

fix(storage): write json files atomically#28010

Open
mturac wants to merge 1 commit into
anomalyco:devfrom
mturac:fix/27843-atomic-json-storage
Open

fix(storage): write json files atomically#28010
mturac wants to merge 1 commit into
anomalyco:devfrom
mturac:fix/27843-atomic-json-storage

Conversation

@mturac
Copy link
Copy Markdown

@mturac mturac commented May 17, 2026

Issue for this PR

Closes #27843

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

JSON writes now go through a same-directory temporary file and are published with rename. This keeps readers from observing partially written storage files, including session_diff/*.json, while preserving the existing storage locks and directory creation behavior.

How did you verify your code works?

  • bun test test/filesystem/filesystem.test.ts --timeout 30000
  • bun typecheck from packages/core
  • bun typecheck from packages/opencode
  • bun turbo typecheck
  • bunx prettier --check packages/core/src/filesystem.ts packages/opencode/test/filesystem/filesystem.test.ts
  • git diff --check

Screenshots / recordings

Not applicable; this is a storage write-path fix covered by filesystem tests.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

session_diff read/write race can trigger Unexpected EOF and local server exit

1 participant