Pad/doc
Greg Pomerantz d73cb0be2c Integrate real filesystem with interface abstraction
- Define pool.FileSystem interface in internal/io/pool/filesystem.go
- Move DirEntry interface to internal/io/pool/types/types.go to break
  the pool <-> mock import cycle
- Implement real.FileSystem with atomic writes (temp file + os.Rename)
- Update mock.FileSystem to satisfy pool.FileSystem interface
- Update worker pool tasks to accept pool.FileSystem interface
- Update main.go to use RealFileSystem by default, with -root flag
- Update all browser/editor/test references to types.DirEntry
2026-06-04 16:19:38 -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 Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -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