mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02:00
8fd4568071
Replace Bun-specific file operations with Filesystem module: - Add Filesystem import from ../util/filesystem - Replace Bun.file().exists() with Filesystem.exists() - Replace Bun.write() with Filesystem.write() All 17 skill tests pass.