Pad/internal
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
..
browser Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
editor Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
io/pool Integrate real filesystem with interface abstraction 2026-06-04 16:19:38 -04:00
test/e2e Fix cursor movement bug in scrolled editor and add regression test 2026-06-04 13:53:42 -04:00
ui Show soft keyboard on editor focus 2026-06-03 22:31:49 -04:00