cloudaxe-opencode/packages/opencode/src/project
Dax Raad 1e98167b0e core: move cross-spawn-spawner to root and remove unused types
The cross-spawn-spawner module has been moved from src/effect/ to src/
to simplify the core package structure. The src/types.d.ts file which
contained unused type declarations has also been removed. All imports
throughout the codebase have been updated to reflect the new location.

This change reduces the package's internal complexity by flattening the
module hierarchy and removing dead code, making future maintenance easier.
2026-04-25 14:30:16 -04:00
..
bootstrap.ts core: eager load config on startup for better traces and refactor npm install for improved error reporting 2026-04-16 16:23:19 -04:00
index.ts feat: unwrap project namespaces to flat exports + barrel (#22743) 2026-04-15 23:28:46 -04:00
instance.ts refactor: rename shared package to core (#24309) 2026-04-25 10:59:17 -04:00
project.sql.ts feat(project): add icon_url_override field to projects (#23955) 2026-04-23 18:57:04 +08:00
project.ts core: move cross-spawn-spawner to root and remove unused types 2026-04-25 14:30:16 -04:00
schema.ts refactor(core): derive all schema.ts leaves' .zod via effect-zod walker (#23754) 2026-04-21 22:51:18 -04:00
vcs.ts refactor: rename shared package to core (#24309) 2026-04-25 10:59:17 -04:00