cloudaxe-opencode/packages/opencode/test/project
Kit Langton 1b146ad094 refactor: replace disposeAll dedup slot with cachedWithTTL
The manual Deferred slot + uninterruptibleMask + identity check
collapses into Effect.cachedWithTTL(_, Duration.zero): concurrent
callers share the in-flight execution, and the cache expires on
completion so the next call runs fresh. Adds a test pinning the
re-arm semantic.
2026-05-01 22:02:42 -04:00
..
instance.test.ts refactor: replace disposeAll dedup slot with cachedWithTTL 2026-05-01 22:02:42 -04:00
migrate-global.test.ts refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
project.test.ts refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
vcs.test.ts refactor: remove module barrels (#24554) 2026-04-27 14:33:33 -04:00
worktree-remove.test.ts core: move cross-spawn-spawner to root and remove unused types 2026-04-25 14:30:16 -04:00
worktree.test.ts core: move cross-spawn-spawner to root and remove unused types 2026-04-25 14:30:16 -04:00