Pad/doc
Greg Pomerantz 93a5f879f5 feat: implement atomic writes for filesystem backend
- Add WriteFile method to mock filesystem (non-atomic path, creates files)
- Implement WriteFileAtomic in mock with temp file + rename pattern
  using .tmp/ directory, matching real filesystem semantics
- Update WriteFileTask.Execute() to use WriteFileAtomic
- Update FlushAll() to use WriteFileAtomic
- Fix mock to create files on write (matching os.WriteFile behavior)
- Update tests to match new semantics (create-if-not-exists)
2026-06-04 18:01:51 -04:00
..
architecture.md Add e2e test harness for testing editor logic without Gio display 2026-05-31 08:56:30 -04:00
browser_implementation_plan.md fix(editor): wire key events to cursor movement 2026-06-03 07:41:18 -04:00
bugs.txt Documentation updates. 2026-06-04 08:38:11 -04:00
conflict_resolution.md Add Gioui scaffolding with Label and ListView rendering 2026-05-07 17:45:56 -04:00
editor_implementation_plan.md feat: implement atomic writes for filesystem backend 2026-06-04 18:01:51 -04:00
element_model.md Documentation update. 2026-05-26 10:00:14 -04:00
layout_rendering.md Updates to rendering pipeline and documentation. 2026-05-25 17:40:35 -04:00
spec.md Add spec.md documentation 2026-05-31 23:21:52 +00:00
touch.md Documentation updates. 2026-06-04 08:38:11 -04:00