Compare commits

...

5 Commits

Author SHA1 Message Date
Dax
bc7d8fe030 Merge branch 'dev' into migrate-config 2026-02-18 12:13:41 -05:00
Dax Raad
ecd7f43bd2 Remove MIGRATION.md from PR 2026-02-18 12:13:24 -05:00
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
Dax Raad
02d527aaf9 docs: update MIGRATION.md with additional migrated files
Add 16 newly migrated files to the checklist:
2026-02-18 11:18:18 -05:00
Dax Raad
ad30e5b378 refactor: migrate cli/cmd/mcp.ts from Bun.file()/Bun.write() to Filesystem module
Replace Bun-specific file operations with Filesystem module:

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

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

- Replace Bun.write() with Filesystem.write()
2026-02-18 11:17:49 -05:00

Diff Content Not Available