Files
opencode/packages
Dax Raad ff428db862 refactor: migrate config/config.ts from Bun.file()/Bun.write() to Filesystem module
Replace Bun-specific file operations with Filesystem module:

- Replace Bun.file().json() with Filesystem.readJson<T>()

- Replace Bun.file().text() with Filesystem.readText()

- Replace Bun.file().exists() with Filesystem.exists()

- Replace Bun.write() with Filesystem.write() and Filesystem.writeJson()

All 99 config tests pass.
2026-02-18 11:20:20 -05:00
..
ci
2026-01-29 23:17:57 -05:00
2026-01-21 14:36:21 -06:00
2026-02-16 19:57:09 +00:00
2026-02-17 01:32:57 -05:00
2026-02-16 19:57:09 +00:00
2026-02-16 19:57:09 +00:00
2026-02-16 19:57:09 +00:00
2026-02-17 14:10:21 -05:00