cloudaxe-opencode/packages/opencode/test/server
Claude 5015bf18d4
refactor: destroy Snapshot facade
Remove the seven async facade exports (init, track, patch, restore,
revert, diff, diffFull) and the dedicated makeRuntime wrapper from
snapshot/index.ts. Bootstrap now runs svc.init() through BootstrapRuntime
(with Snapshot.defaultLayer added to BootstrapLayer so the service is
resolvable), the debug CLI commands and the three affected test files
(snapshot, revert-compact, project-init-git) call
AppRuntime.runPromise(Snapshot.Service.use(...)) directly.

https://claude.ai/code/session_01VKXRMreuM8EX2g8WRZPNpm
2026-04-11 14:17:39 +00:00
..
global-session-list.test.ts feat: add list sessions for all sessions (experimental) (#14038) 2026-02-20 08:45:12 -05:00
project-init-git.test.ts refactor: destroy Snapshot facade 2026-04-11 14:17:39 +00:00
session-actions.test.ts refactor(effect): extract session run state service (#21744) 2026-04-09 16:03:40 -04:00
session-list.test.ts refactor(session): effectify SessionPrompt service (#19483) 2026-03-30 20:06:51 +00:00
session-messages.test.ts Remove CLI from electron app (#17803) 2026-04-09 13:18:46 +08:00
session-select.test.ts Remove CLI from electron app (#17803) 2026-04-09 13:18:46 +08:00