soraacode 0.1.7 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (352) hide show
  1. package/LICENSE +21 -0
  2. package/bin/soraacode.exe +10 -0
  3. package/package.json +17 -114
  4. package/{script/postinstall.mjs → postinstall.mjs} +5 -5
  5. package/AGENTS.md +0 -131
  6. package/Dockerfile +0 -18
  7. package/README.md +0 -15
  8. package/bin/opencode +0 -199
  9. package/bin/soraacode +0 -199
  10. package/bunfig.toml +0 -7
  11. package/git +0 -0
  12. package/migration/20260511173437_session-metadata/migration.sql +0 -1
  13. package/migration/20260511173437_session-metadata/snapshot.json +0 -1500
  14. package/parsers-config.ts +0 -1
  15. package/script/bench-search.ts +0 -94
  16. package/script/bench-test-suite.ts +0 -52
  17. package/script/build-headless.ts +0 -51
  18. package/script/build.ts +0 -245
  19. package/script/generate.ts +0 -14
  20. package/script/httpapi-exercise.ts +0 -1
  21. package/script/profile-test-files.ts +0 -42
  22. package/script/publish.ts +0 -213
  23. package/script/run-workspace-server +0 -106
  24. package/script/schema.ts +0 -77
  25. package/script/time.ts +0 -6
  26. package/script/trace-imports.ts +0 -153
  27. package/specs/effect/error-boundaries-plan.md +0 -235
  28. package/specs/effect/errors.md +0 -207
  29. package/specs/effect/facades.md +0 -218
  30. package/specs/effect/guide.md +0 -247
  31. package/specs/effect/instance-context.md +0 -13
  32. package/specs/effect/loose-ends.md +0 -30
  33. package/specs/effect/migration.md +0 -62
  34. package/specs/effect/routes.md +0 -61
  35. package/specs/effect/schema.md +0 -88
  36. package/specs/effect/server-package.md +0 -58
  37. package/specs/effect/todo.md +0 -241
  38. package/specs/effect/tools.md +0 -88
  39. package/specs/openapi-translation-cleanup.md +0 -204
  40. package/specs/tui-plugins.md +0 -544
  41. package/specs/v2/api.ts +0 -67
  42. package/specs/v2/message-shape.md +0 -136
  43. package/specs/v2/notifications.md +0 -13
  44. package/specs/v2/tui-command-shim.md +0 -67
  45. package/src/account/account.ts +0 -481
  46. package/src/account/repo.ts +0 -171
  47. package/src/account/schema.ts +0 -99
  48. package/src/account/url.ts +0 -8
  49. package/src/acp/agent.ts +0 -95
  50. package/src/acp/config-option.ts +0 -206
  51. package/src/acp/content.ts +0 -269
  52. package/src/acp/directory.ts +0 -212
  53. package/src/acp/error.ts +0 -97
  54. package/src/acp/event.ts +0 -421
  55. package/src/acp/permission.ts +0 -254
  56. package/src/acp/profile.ts +0 -42
  57. package/src/acp/service.ts +0 -1226
  58. package/src/acp/session.ts +0 -232
  59. package/src/acp/tool.ts +0 -364
  60. package/src/acp/usage.ts +0 -243
  61. package/src/agent/agent.ts +0 -450
  62. package/src/agent/generate.txt +0 -75
  63. package/src/agent/prompt/compaction.txt +0 -5
  64. package/src/agent/prompt/explore.txt +0 -18
  65. package/src/agent/prompt/summary.txt +0 -11
  66. package/src/agent/prompt/title.txt +0 -44
  67. package/src/agent/subagent-permissions.ts +0 -27
  68. package/src/audio.d.ts +0 -14
  69. package/src/auth/index.ts +0 -97
  70. package/src/background/job.ts +0 -37
  71. package/src/bus/global.ts +0 -22
  72. package/src/cli/bootstrap.ts +0 -11
  73. package/src/cli/cmd/cmd.ts +0 -7
  74. package/src/cli/cmd/serve.ts +0 -24
  75. package/src/cli/effect/prompt.ts +0 -37
  76. package/src/cli/effect-cmd.ts +0 -96
  77. package/src/cli/error.ts +0 -130
  78. package/src/cli/heap.ts +0 -45
  79. package/src/cli/logo.ts +0 -2
  80. package/src/cli/network.ts +0 -80
  81. package/src/cli/ui.ts +0 -132
  82. package/src/command/index.ts +0 -177
  83. package/src/command/template/initialize.txt +0 -66
  84. package/src/command/template/review.txt +0 -101
  85. package/src/config/agent.ts +0 -59
  86. package/src/config/command.ts +0 -39
  87. package/src/config/config.ts +0 -707
  88. package/src/config/entry-name.ts +0 -19
  89. package/src/config/managed.ts +0 -69
  90. package/src/config/markdown.ts +0 -36
  91. package/src/config/parse.ts +0 -61
  92. package/src/config/paths.ts +0 -45
  93. package/src/config/plugin.ts +0 -79
  94. package/src/config/v2-compat.ts +0 -449
  95. package/src/config/variable.ts +0 -91
  96. package/src/control-plane/adapters/index.ts +0 -41
  97. package/src/control-plane/adapters/worktree.ts +0 -96
  98. package/src/control-plane/dev/README.md +0 -19
  99. package/src/control-plane/dev/debug-workspace-plugin.ts +0 -73
  100. package/src/control-plane/types.ts +0 -59
  101. package/src/control-plane/util.ts +0 -39
  102. package/src/control-plane/workspace-adapter-runtime.ts +0 -51
  103. package/src/control-plane/workspace-context.ts +0 -26
  104. package/src/control-plane/workspace.ts +0 -966
  105. package/src/effect/app-node-builder-v1.ts +0 -12
  106. package/src/effect/app-runtime.ts +0 -135
  107. package/src/effect/bootstrap-runtime.ts +0 -19
  108. package/src/effect/bridge.ts +0 -84
  109. package/src/effect/config-service.ts +0 -67
  110. package/src/effect/instance-ref.ts +0 -11
  111. package/src/effect/instance-registry.ts +0 -12
  112. package/src/effect/instance-state.ts +0 -69
  113. package/src/effect/promise.ts +0 -17
  114. package/src/effect/run-service.ts +0 -47
  115. package/src/effect/runner.ts +0 -217
  116. package/src/effect/runtime-flags.ts +0 -78
  117. package/src/env/index.ts +0 -41
  118. package/src/event-manifest.ts +0 -3
  119. package/src/event-v2-bridge.ts +0 -71
  120. package/src/format/formatter.ts +0 -404
  121. package/src/format/index.ts +0 -203
  122. package/src/git/index.ts +0 -348
  123. package/src/id/id.ts +0 -80
  124. package/src/ide/index.ts +0 -54
  125. package/src/image/image.ts +0 -172
  126. package/src/index-headless.ts +0 -89
  127. package/src/index.ts +0 -93
  128. package/src/installation/index.ts +0 -336
  129. package/src/lsp/client.ts +0 -650
  130. package/src/lsp/diagnostic.ts +0 -29
  131. package/src/lsp/language.ts +0 -121
  132. package/src/lsp/launch.ts +0 -21
  133. package/src/lsp/lsp.ts +0 -507
  134. package/src/lsp/server.ts +0 -1983
  135. package/src/markdown.d.ts +0 -4
  136. package/src/mcp/auth.ts +0 -163
  137. package/src/mcp/browser.ts +0 -37
  138. package/src/mcp/catalog.ts +0 -170
  139. package/src/mcp/index.ts +0 -1004
  140. package/src/mcp/oauth-callback.ts +0 -194
  141. package/src/mcp/oauth-provider.ts +0 -259
  142. package/src/node.ts +0 -4
  143. package/src/patch/index.ts +0 -686
  144. package/src/permission/arity.ts +0 -163
  145. package/src/permission/evaluate.ts +0 -1
  146. package/src/permission/index.ts +0 -223
  147. package/src/plugin/github-copilot/copilot.ts +0 -415
  148. package/src/plugin/github-copilot/models.ts +0 -261
  149. package/src/plugin/index.ts +0 -298
  150. package/src/plugin/install.ts +0 -439
  151. package/src/plugin/loader.ts +0 -237
  152. package/src/plugin/meta.ts +0 -188
  153. package/src/plugin/openai/README.md +0 -31
  154. package/src/plugin/openai/codex.ts +0 -575
  155. package/src/plugin/openai/ws-pool.ts +0 -271
  156. package/src/plugin/openai/ws.ts +0 -383
  157. package/src/plugin/pty-environment.ts +0 -24
  158. package/src/plugin/shared.ts +0 -323
  159. package/src/project/bootstrap-service.ts +0 -9
  160. package/src/project/bootstrap.ts +0 -58
  161. package/src/project/instance-context.ts +0 -24
  162. package/src/project/instance-runtime.ts +0 -16
  163. package/src/project/instance-store.ts +0 -213
  164. package/src/project/project.ts +0 -483
  165. package/src/project/vcs.ts +0 -423
  166. package/src/provider/auth.ts +0 -229
  167. package/src/provider/error.ts +0 -195
  168. package/src/provider/model-status.ts +0 -8
  169. package/src/provider/provider.ts +0 -1955
  170. package/src/provider/transform.ts +0 -1923
  171. package/src/question/index.ts +0 -161
  172. package/src/question/schema.ts +0 -4
  173. package/src/server/auth.ts +0 -48
  174. package/src/server/event.ts +0 -10
  175. package/src/server/global-lifecycle.ts +0 -28
  176. package/src/server/mdns.ts +0 -47
  177. package/src/server/proxy-util.ts +0 -48
  178. package/src/server/routes/instance/httpapi/AGENTS.md +0 -39
  179. package/src/server/routes/instance/httpapi/api.ts +0 -97
  180. package/src/server/routes/instance/httpapi/errors.ts +0 -193
  181. package/src/server/routes/instance/httpapi/groups/config.ts +0 -65
  182. package/src/server/routes/instance/httpapi/groups/control-plane.ts +0 -35
  183. package/src/server/routes/instance/httpapi/groups/control.ts +0 -76
  184. package/src/server/routes/instance/httpapi/groups/event.ts +0 -29
  185. package/src/server/routes/instance/httpapi/groups/experimental.ts +0 -275
  186. package/src/server/routes/instance/httpapi/groups/file.ts +0 -185
  187. package/src/server/routes/instance/httpapi/groups/global.ts +0 -139
  188. package/src/server/routes/instance/httpapi/groups/instance.ts +0 -206
  189. package/src/server/routes/instance/httpapi/groups/mcp.ts +0 -156
  190. package/src/server/routes/instance/httpapi/groups/metadata.ts +0 -18
  191. package/src/server/routes/instance/httpapi/groups/permission.ts +0 -61
  192. package/src/server/routes/instance/httpapi/groups/project-copy.ts +0 -32
  193. package/src/server/routes/instance/httpapi/groups/project.ts +0 -93
  194. package/src/server/routes/instance/httpapi/groups/provider.ts +0 -101
  195. package/src/server/routes/instance/httpapi/groups/pty.ts +0 -172
  196. package/src/server/routes/instance/httpapi/groups/query.ts +0 -12
  197. package/src/server/routes/instance/httpapi/groups/question.ts +0 -74
  198. package/src/server/routes/instance/httpapi/groups/session.ts +0 -462
  199. package/src/server/routes/instance/httpapi/groups/sync.ts +0 -113
  200. package/src/server/routes/instance/httpapi/groups/tui.ts +0 -208
  201. package/src/server/routes/instance/httpapi/groups/workspace.ts +0 -141
  202. package/src/server/routes/instance/httpapi/handlers/config.ts +0 -34
  203. package/src/server/routes/instance/httpapi/handlers/control-plane.ts +0 -37
  204. package/src/server/routes/instance/httpapi/handlers/control.ts +0 -43
  205. package/src/server/routes/instance/httpapi/handlers/event.ts +0 -99
  206. package/src/server/routes/instance/httpapi/handlers/experimental.ts +0 -193
  207. package/src/server/routes/instance/httpapi/handlers/file.ts +0 -139
  208. package/src/server/routes/instance/httpapi/handlers/global.ts +0 -126
  209. package/src/server/routes/instance/httpapi/handlers/instance.ts +0 -110
  210. package/src/server/routes/instance/httpapi/handlers/mcp.ts +0 -111
  211. package/src/server/routes/instance/httpapi/handlers/permission.ts +0 -41
  212. package/src/server/routes/instance/httpapi/handlers/project-copy.ts +0 -83
  213. package/src/server/routes/instance/httpapi/handlers/project.ts +0 -63
  214. package/src/server/routes/instance/httpapi/handlers/provider.ts +0 -116
  215. package/src/server/routes/instance/httpapi/handlers/pty.ts +0 -273
  216. package/src/server/routes/instance/httpapi/handlers/question.ts +0 -54
  217. package/src/server/routes/instance/httpapi/handlers/session-errors.ts +0 -21
  218. package/src/server/routes/instance/httpapi/handlers/session.ts +0 -442
  219. package/src/server/routes/instance/httpapi/handlers/sync.ts +0 -89
  220. package/src/server/routes/instance/httpapi/handlers/tui.ts +0 -131
  221. package/src/server/routes/instance/httpapi/handlers/workspace.ts +0 -102
  222. package/src/server/routes/instance/httpapi/lifecycle.ts +0 -54
  223. package/src/server/routes/instance/httpapi/middleware/authorization.ts +0 -150
  224. package/src/server/routes/instance/httpapi/middleware/compression.ts +0 -64
  225. package/src/server/routes/instance/httpapi/middleware/cors-vary.ts +0 -29
  226. package/src/server/routes/instance/httpapi/middleware/error.ts +0 -44
  227. package/src/server/routes/instance/httpapi/middleware/fence.ts +0 -25
  228. package/src/server/routes/instance/httpapi/middleware/instance-context.ts +0 -43
  229. package/src/server/routes/instance/httpapi/middleware/proxy.ts +0 -131
  230. package/src/server/routes/instance/httpapi/middleware/schema-error.ts +0 -41
  231. package/src/server/routes/instance/httpapi/middleware/workspace-routing.ts +0 -250
  232. package/src/server/routes/instance/httpapi/public.ts +0 -537
  233. package/src/server/routes/instance/httpapi/server.ts +0 -325
  234. package/src/server/routes/instance/httpapi/websocket-tracker.ts +0 -60
  235. package/src/server/server.ts +0 -224
  236. package/src/server/shared/fence.ts +0 -60
  237. package/src/server/shared/pty-ticket.ts +0 -15
  238. package/src/server/shared/public-ui.ts +0 -12
  239. package/src/server/shared/tui-control.ts +0 -28
  240. package/src/server/shared/ui.ts +0 -108
  241. package/src/server/shared/workspace-routing.ts +0 -45
  242. package/src/server/tui-event.ts +0 -1
  243. package/src/session/compaction.ts +0 -608
  244. package/src/session/instruction.ts +0 -237
  245. package/src/session/llm/AGENTS.md +0 -90
  246. package/src/session/llm/ai-sdk.ts +0 -291
  247. package/src/session/llm/native-request.ts +0 -196
  248. package/src/session/llm/native-runtime.ts +0 -195
  249. package/src/session/llm/request.ts +0 -226
  250. package/src/session/llm.ts +0 -390
  251. package/src/session/message-error.ts +0 -14
  252. package/src/session/message-v2.ts +0 -742
  253. package/src/session/message.ts +0 -148
  254. package/src/session/overflow.ts +0 -34
  255. package/src/session/processor.ts +0 -732
  256. package/src/session/prompt/build-switch.txt +0 -5
  257. package/src/session/prompt/default.txt +0 -35
  258. package/src/session/prompt/plan-mode.txt +0 -70
  259. package/src/session/prompt/plan.txt +0 -26
  260. package/src/session/prompt.ts +0 -1631
  261. package/src/session/reminders.ts +0 -92
  262. package/src/session/retry.ts +0 -209
  263. package/src/session/revert.ts +0 -136
  264. package/src/session/run-state.ts +0 -151
  265. package/src/session/schema.ts +0 -26
  266. package/src/session/session.ts +0 -1016
  267. package/src/session/status.ts +0 -56
  268. package/src/session/summary.ts +0 -160
  269. package/src/session/system.ts +0 -123
  270. package/src/session/todo.ts +0 -74
  271. package/src/session/tools.ts +0 -590
  272. package/src/share/session.ts +0 -58
  273. package/src/share/share-next.ts +0 -371
  274. package/src/skill/discovery.ts +0 -140
  275. package/src/skill/index.ts +0 -354
  276. package/src/snapshot/index.ts +0 -807
  277. package/src/sql.d.ts +0 -4
  278. package/src/storage/schema.ts +0 -5
  279. package/src/storage/storage.ts +0 -327
  280. package/src/sync/README.md +0 -179
  281. package/src/sync/schema.ts +0 -11
  282. package/src/temporary.ts +0 -31
  283. package/src/tool/apply_patch.ts +0 -313
  284. package/src/tool/apply_patch.txt +0 -14
  285. package/src/tool/code-mode.ts +0 -310
  286. package/src/tool/edit.ts +0 -737
  287. package/src/tool/edit.txt +0 -13
  288. package/src/tool/external-directory.ts +0 -49
  289. package/src/tool/glob.ts +0 -76
  290. package/src/tool/glob.txt +0 -7
  291. package/src/tool/grep.ts +0 -115
  292. package/src/tool/grep.txt +0 -7
  293. package/src/tool/invalid.ts +0 -21
  294. package/src/tool/json-schema.ts +0 -164
  295. package/src/tool/lsp.ts +0 -113
  296. package/src/tool/lsp.txt +0 -1
  297. package/src/tool/mcp-websearch.ts +0 -96
  298. package/src/tool/plan-enter.txt +0 -1
  299. package/src/tool/plan-exit.txt +0 -1
  300. package/src/tool/plan.ts +0 -79
  301. package/src/tool/question.ts +0 -44
  302. package/src/tool/question.txt +0 -1
  303. package/src/tool/read.ts +0 -386
  304. package/src/tool/read.txt +0 -13
  305. package/src/tool/registry.ts +0 -455
  306. package/src/tool/schema.ts +0 -14
  307. package/src/tool/shell/id.ts +0 -19
  308. package/src/tool/shell/prompt.ts +0 -293
  309. package/src/tool/shell/shell.txt +0 -21
  310. package/src/tool/shell.ts +0 -645
  311. package/src/tool/skill.ts +0 -70
  312. package/src/tool/skill.txt +0 -1
  313. package/src/tool/task.ts +0 -371
  314. package/src/tool/task.txt +0 -11
  315. package/src/tool/todo.ts +0 -46
  316. package/src/tool/todowrite.txt +0 -11
  317. package/src/tool/tool.ts +0 -183
  318. package/src/tool/truncate.ts +0 -156
  319. package/src/tool/truncation-dir.ts +0 -4
  320. package/src/tool/webfetch.ts +0 -192
  321. package/src/tool/webfetch.txt +0 -9
  322. package/src/tool/websearch.ts +0 -143
  323. package/src/tool/websearch.txt +0 -9
  324. package/src/tool/write.ts +0 -104
  325. package/src/tool/write.txt +0 -11
  326. package/src/util/archive.ts +0 -17
  327. package/src/util/bom.ts +0 -27
  328. package/src/util/data-url.ts +0 -9
  329. package/src/util/defer.ts +0 -10
  330. package/src/util/effect-http-client.ts +0 -11
  331. package/src/util/error.ts +0 -16
  332. package/src/util/filesystem.ts +0 -251
  333. package/src/util/html.ts +0 -8
  334. package/src/util/iife.ts +0 -3
  335. package/src/util/lazy.ts +0 -20
  336. package/src/util/local-context.ts +0 -25
  337. package/src/util/locale.ts +0 -4
  338. package/src/util/media.ts +0 -26
  339. package/src/util/process.ts +0 -177
  340. package/src/util/proxy-env.ts +0 -72
  341. package/src/util/queue.ts +0 -32
  342. package/src/util/record.ts +0 -3
  343. package/src/util/repository.ts +0 -232
  344. package/src/util/rpc.ts +0 -66
  345. package/src/util/signal.ts +0 -12
  346. package/src/util/timeout.ts +0 -13
  347. package/src/util/token.ts +0 -1
  348. package/src/util/wildcard.ts +0 -59
  349. package/src/worktree/index.ts +0 -623
  350. package/sst-env.d.ts +0 -10
  351. package/tsconfig.headless.json +0 -13
  352. package/tsconfig.json +0 -16
@@ -1,807 +0,0 @@
1
- import { LayerNode } from "@soraacode/core/effect/layer-node"
2
- import { Cause, Duration, Effect, Layer, Schedule, Schema, Semaphore, Context } from "effect"
3
- import { ChildProcess, ChildProcessSpawner } from "effect/unstable/process"
4
- import { formatPatch, structuredPatch } from "diff"
5
- import path from "path"
6
- import { AppProcess } from "@soraacode/core/process"
7
- import { InstanceState } from "@/effect/instance-state"
8
- import { FSUtil } from "@soraacode/core/fs-util"
9
- import { Hash } from "@soraacode/core/util/hash"
10
- import { Config } from "@/config/config"
11
- import { Global } from "@soraacode/core/global"
12
- import { Info } from "@soraacode/schema/file-diff"
13
-
14
- export const Patch = Schema.Struct({
15
- hash: Schema.String,
16
- files: Schema.mutable(Schema.Array(Schema.String)),
17
- })
18
- export type Patch = typeof Patch.Type
19
-
20
- export const FileDiff = Info
21
- export type FileDiff = typeof FileDiff.Type
22
-
23
- const prune = "7.days"
24
- const limit = 2 * 1024 * 1024
25
- const core = ["-c", "core.longpaths=true", "-c", "core.symlinks=true"]
26
- const cfg = ["-c", "core.autocrlf=false", ...core]
27
- const quote = [...cfg, "-c", "core.quotepath=false"]
28
- interface GitResult {
29
- readonly code: ChildProcessSpawner.ExitCode
30
- readonly text: string
31
- readonly stderr: string
32
- }
33
-
34
- type State = Omit<Interface, "init">
35
-
36
- export interface Interface {
37
- readonly init: () => Effect.Effect<void>
38
- readonly cleanup: () => Effect.Effect<void>
39
- readonly track: () => Effect.Effect<string | undefined>
40
- readonly patch: (hash: string) => Effect.Effect<Patch>
41
- readonly restore: (snapshot: string) => Effect.Effect<void>
42
- readonly revert: (patches: Patch[]) => Effect.Effect<void>
43
- readonly diff: (hash: string) => Effect.Effect<string>
44
- readonly diffFull: (from: string, to: string) => Effect.Effect<FileDiff[]>
45
- }
46
-
47
- export class Service extends Context.Service<Service, Interface>()("@opencode/Snapshot") {}
48
-
49
- const layer: Layer.Layer<Service, never, FSUtil.Service | AppProcess.Service | Config.Service> = Layer.effect(
50
- Service,
51
- Effect.gen(function* () {
52
- const fs = yield* FSUtil.Service
53
- const appProcess = yield* AppProcess.Service
54
- const config = yield* Config.Service
55
- const locks = new Map<string, Semaphore.Semaphore>()
56
-
57
- const lock = (key: string) => {
58
- const hit = locks.get(key)
59
- if (hit) return hit
60
-
61
- const next = Semaphore.makeUnsafe(1)
62
- locks.set(key, next)
63
- return next
64
- }
65
-
66
- const state = yield* InstanceState.make<State>(
67
- Effect.fn("Snapshot.state")(function* (ctx) {
68
- const state = {
69
- directory: ctx.directory,
70
- worktree: ctx.worktree,
71
- gitdir: path.join(Global.Path.data, "snapshot", ctx.project.id, Hash.fast(ctx.worktree)),
72
- vcs: ctx.project.vcs,
73
- }
74
-
75
- const args = (cmd: string[]) => ["--git-dir", state.gitdir, "--work-tree", state.worktree, ...cmd]
76
-
77
- const encodeNulTerminatedPaths = (files: string[]) => files.join("\0") + "\0"
78
- const encodeTopLevelLiteralPathspecs = (files: string[]) =>
79
- encodeNulTerminatedPaths(files.map((file) => `:(top,literal)${file}`))
80
-
81
- const git = Effect.fnUntraced(
82
- function* (cmd: string[], opts?: { cwd?: string; env?: Record<string, string>; stdin?: string }) {
83
- const result = yield* appProcess.run(
84
- ChildProcess.make("git", cmd, { cwd: opts?.cwd, env: opts?.env, extendEnv: true }),
85
- { stdin: opts?.stdin },
86
- )
87
- return {
88
- code: ChildProcessSpawner.ExitCode(result.exitCode),
89
- text: result.stdout.toString("utf8"),
90
- stderr: result.stderr.toString("utf8"),
91
- } satisfies GitResult
92
- },
93
- Effect.catch((err) =>
94
- Effect.succeed({
95
- code: ChildProcessSpawner.ExitCode(1),
96
- text: "",
97
- stderr: err instanceof Error ? err.message : String(err),
98
- }),
99
- ),
100
- )
101
-
102
- const ignore = Effect.fnUntraced(function* (files: string[]) {
103
- if (!files.length) return new Set<string>()
104
- // check-ignore treats a leading colon as pathspec magic but accepts and echoes a protective ./ prefix.
105
- const checkIgnorePaths = files.map((item) => (item.startsWith(":") ? `./${item}` : item))
106
- const check = yield* git(
107
- [
108
- ...quote,
109
- "--git-dir",
110
- path.join(state.worktree, ".git"),
111
- "--work-tree",
112
- state.worktree,
113
- "check-ignore",
114
- "--no-index",
115
- "--stdin",
116
- "-z",
117
- ],
118
- {
119
- cwd: state.worktree,
120
- stdin: encodeNulTerminatedPaths(checkIgnorePaths),
121
- },
122
- )
123
- if (check.code !== 0 && check.code !== 1) return new Set<string>()
124
- return new Set(
125
- check.text
126
- .split("\0")
127
- .filter(Boolean)
128
- .map((item) => (item.startsWith("./:") ? item.slice(2) : item)),
129
- )
130
- })
131
-
132
- const drop = Effect.fnUntraced(function* (files: string[]) {
133
- if (!files.length) return
134
- yield* git(
135
- [
136
- ...cfg,
137
- ...args(["rm", "--cached", "-f", "--ignore-unmatch", "--pathspec-from-file=-", "--pathspec-file-nul"]),
138
- ],
139
- {
140
- cwd: state.worktree,
141
- stdin: encodeTopLevelLiteralPathspecs(files),
142
- },
143
- )
144
- })
145
-
146
- const stage = Effect.fnUntraced(function* (files: string[]) {
147
- if (!files.length) return
148
- const result = yield* git(
149
- [...cfg, ...args(["add", "--all", "--sparse", "--pathspec-from-file=-", "--pathspec-file-nul"])],
150
- {
151
- cwd: state.worktree,
152
- stdin: encodeTopLevelLiteralPathspecs(files),
153
- },
154
- )
155
- if (result.code === 0) return
156
- yield* Effect.logWarning("failed to add snapshot files", {
157
- exitCode: result.code,
158
- stderr: result.stderr,
159
- })
160
- })
161
-
162
- const exists = (file: string) => fs.exists(file).pipe(Effect.orDie)
163
- const read = (file: string) => fs.readFileString(file).pipe(Effect.catch(() => Effect.succeed("")))
164
- const remove = (file: string) => fs.remove(file).pipe(Effect.catch(() => Effect.void))
165
- const locked = <A, E, R>(fx: Effect.Effect<A, E, R>) => lock(state.gitdir).withPermits(1)(fx)
166
-
167
- const enabled = Effect.fnUntraced(function* () {
168
- if (state.vcs !== "git") return false
169
- return (yield* config.get()).snapshot !== false
170
- })
171
-
172
- const excludes = Effect.fnUntraced(function* () {
173
- const result = yield* git(["rev-parse", "--path-format=absolute", "--git-path", "info/exclude"], {
174
- cwd: state.worktree,
175
- })
176
- const file = result.text.trim()
177
- if (!file) return
178
- if (!(yield* exists(file))) return
179
- return file
180
- })
181
-
182
- const sync = Effect.fnUntraced(function* (list: string[] = []) {
183
- const file = yield* excludes()
184
- const target = path.join(state.gitdir, "info", "exclude")
185
- const text = [
186
- file ? (yield* read(file)).trimEnd() : "",
187
- ...list.map((item) => `/${item.replaceAll("\\", "/")}`),
188
- ]
189
- .filter(Boolean)
190
- .join("\n")
191
- yield* fs.ensureDir(path.join(state.gitdir, "info")).pipe(Effect.orDie)
192
- yield* fs.writeFileString(target, text ? `${text}\n` : "").pipe(Effect.orDie)
193
- })
194
-
195
- // Reuse the hashes for the git storage between the original repo and snapshot
196
- // on huge repos like chromium checkout the git add --all rebuilding the
197
- // hashes can take minutes. By doing this we eliminating this at all
198
- const seed = Effect.fnUntraced(function* () {
199
- if (state.vcs !== "git") return
200
-
201
- const commonDir = yield* git(["rev-parse", "--path-format=absolute", "--git-common-dir"], {
202
- cwd: state.worktree,
203
- })
204
-
205
- if (commonDir.code !== 0) return
206
- const source = commonDir.text.trim()
207
- if (!source || !(yield* exists(source))) return
208
-
209
- // Share the source object database (and the source's own alternates,
210
- // skipping any that no longer exist) so seeded blobs resolve.
211
- const sourceObjects = path.join(source, "objects")
212
- const chained = (yield* read(path.join(sourceObjects, "info", "alternates")))
213
- .split("\n")
214
- .map((line) => line.trim())
215
- .filter(Boolean)
216
- const alternates: string[] = []
217
- for (const candidate of [sourceObjects, ...chained]) {
218
- if (yield* exists(candidate)) alternates.push(candidate)
219
- }
220
- if (!alternates.length) return
221
-
222
- yield* fs.ensureDir(path.join(state.gitdir, "objects", "info")).pipe(Effect.orDie)
223
- yield* fs
224
- .writeFileString(path.join(state.gitdir, "objects", "info", "alternates"), alternates.join("\n") + "\n")
225
- .pipe(Effect.orDie)
226
-
227
- // Seed the index from the source repo so already-hashed entries are reused.
228
- // Best-effort: a missing/incompatible index just falls back to a full add.
229
- const sourceIndex = path.join(source, "index")
230
- if (yield* exists(sourceIndex)) {
231
- yield* fs.copyFile(sourceIndex, path.join(state.gitdir, "index")).pipe(Effect.catch(() => Effect.void))
232
- }
233
- })
234
-
235
- const add = Effect.fnUntraced(function* () {
236
- yield* sync()
237
- const [diff, other] = yield* Effect.all(
238
- [
239
- git([...quote, ...args(["diff-files", "--name-only", "-z", "--", "."])], {
240
- cwd: state.directory,
241
- }),
242
- git([...quote, ...args(["ls-files", "--full-name", "--others", "--exclude-standard", "-z", "--", "."])], {
243
- cwd: state.directory,
244
- }),
245
- ],
246
- { concurrency: 2 },
247
- )
248
- if (diff.code !== 0 || other.code !== 0) {
249
- yield* Effect.logWarning("failed to list snapshot files", {
250
- diffCode: diff.code,
251
- diffStderr: diff.stderr,
252
- otherCode: other.code,
253
- otherStderr: other.stderr,
254
- })
255
- return
256
- }
257
-
258
- const tracked = diff.text.split("\0").filter(Boolean)
259
- const untracked = other.text.split("\0").filter(Boolean)
260
- const all = Array.from(new Set([...tracked, ...untracked]))
261
- if (!all.length) return
262
-
263
- // Resolve source-repo ignore rules against the exact candidate set.
264
- // --no-index keeps this pattern-based even when a path is already tracked.
265
- const ignored = yield* ignore(all)
266
-
267
- // Remove newly-ignored files from snapshot index to prevent re-adding
268
- if (ignored.size > 0) {
269
- const ignoredFiles = Array.from(ignored)
270
- yield* Effect.logInfo("removing gitignored files from snapshot", { count: ignoredFiles.length })
271
- yield* drop(ignoredFiles)
272
- }
273
-
274
- const allow = all.filter((item) => !ignored.has(item))
275
- if (!allow.length) return
276
-
277
- const large = new Set(
278
- (yield* Effect.all(
279
- allow.map((item) =>
280
- fs
281
- .stat(path.join(state.worktree, item))
282
- .pipe(Effect.catch(() => Effect.void))
283
- .pipe(
284
- Effect.map((stat) => {
285
- if (!stat || stat.type !== "File") return
286
- const size = typeof stat.size === "bigint" ? Number(stat.size) : stat.size
287
- return size > limit ? item : undefined
288
- }),
289
- ),
290
- ),
291
- { concurrency: 8 },
292
- )).filter((item): item is string => Boolean(item)),
293
- )
294
- const block = new Set(untracked.filter((item) => large.has(item)))
295
- yield* sync(Array.from(block))
296
- // Stage only the allowed candidate paths so snapshot updates stay scoped.
297
- yield* stage(allow.filter((item) => !block.has(item)))
298
- })
299
-
300
- const cleanup = Effect.fnUntraced(function* () {
301
- return yield* locked(
302
- Effect.gen(function* () {
303
- if (!(yield* enabled())) return
304
- if (!(yield* exists(state.gitdir))) return
305
- const result = yield* git(args(["gc", `--prune=${prune}`]), { cwd: state.directory })
306
- if (result.code !== 0) {
307
- yield* Effect.logWarning("cleanup failed", {
308
- exitCode: result.code,
309
- stderr: result.stderr,
310
- })
311
- return
312
- }
313
- yield* Effect.logInfo("cleanup", { prune })
314
- }),
315
- )
316
- })
317
-
318
- const track = Effect.fnUntraced(function* () {
319
- return yield* locked(
320
- Effect.gen(function* () {
321
- if (!(yield* enabled())) return
322
- const existed = yield* exists(state.gitdir)
323
- yield* fs.ensureDir(state.gitdir).pipe(Effect.orDie)
324
- if (!existed) {
325
- yield* git(["init"], {
326
- env: { GIT_DIR: state.gitdir, GIT_WORK_TREE: state.worktree },
327
- })
328
- yield* git(["--git-dir", state.gitdir, "config", "core.autocrlf", "false"])
329
- yield* git(["--git-dir", state.gitdir, "config", "core.longpaths", "true"])
330
- yield* git(["--git-dir", state.gitdir, "config", "core.symlinks", "true"])
331
- yield* git(["--git-dir", state.gitdir, "config", "core.fsmonitor", "false"])
332
- // Tuning for very large worktrees so the first add stays bounded.
333
- yield* git(["--git-dir", state.gitdir, "config", "feature.manyFiles", "true"])
334
- yield* git(["--git-dir", state.gitdir, "config", "index.version", "4"])
335
- yield* git(["--git-dir", state.gitdir, "config", "index.threads", "true"])
336
- yield* git(["--git-dir", state.gitdir, "config", "core.untrackedCache", "true"])
337
- yield* seed()
338
- yield* Effect.logInfo("initialized")
339
- }
340
- yield* add()
341
- const result = yield* git(args(["write-tree"]), { cwd: state.directory })
342
- const hash = result.text.trim()
343
- yield* Effect.logInfo("tracking", { hash, cwd: state.directory, git: state.gitdir })
344
- return hash
345
- }),
346
- )
347
- })
348
-
349
- const patch = Effect.fnUntraced(function* (hash: string) {
350
- return yield* locked(
351
- Effect.gen(function* () {
352
- yield* add()
353
- const result = yield* git(
354
- [...quote, ...args(["diff", "--cached", "--no-ext-diff", "--name-only", hash, "--", "."])],
355
- {
356
- cwd: state.directory,
357
- },
358
- )
359
- if (result.code !== 0) {
360
- yield* Effect.logWarning("failed to get diff", { hash, exitCode: result.code })
361
- return { hash, files: [] }
362
- }
363
- const files = result.text
364
- .trim()
365
- .split("\n")
366
- .map((x) => x.trim())
367
- .filter(Boolean)
368
-
369
- // Hide ignored-file removals from the user-facing patch output.
370
- const ignored = yield* ignore(files)
371
-
372
- return {
373
- hash,
374
- files: files
375
- .filter((item) => !ignored.has(item))
376
- .map((x) => path.join(state.worktree, x).replaceAll("\\", "/")),
377
- }
378
- }),
379
- )
380
- })
381
-
382
- const restore = Effect.fnUntraced(function* (snapshot: string) {
383
- return yield* locked(
384
- Effect.gen(function* () {
385
- yield* Effect.logInfo("restore", { commit: snapshot })
386
- const result = yield* git([...core, ...args(["read-tree", snapshot])], { cwd: state.worktree })
387
- if (result.code === 0) {
388
- const checkout = yield* git([...core, ...args(["checkout-index", "-a", "-f"])], {
389
- cwd: state.worktree,
390
- })
391
- if (checkout.code === 0) return
392
- yield* Effect.logError("failed to restore snapshot", {
393
- snapshot,
394
- exitCode: checkout.code,
395
- stderr: checkout.stderr,
396
- })
397
- return
398
- }
399
- yield* Effect.logError("failed to restore snapshot", {
400
- snapshot,
401
- exitCode: result.code,
402
- stderr: result.stderr,
403
- })
404
- }),
405
- )
406
- })
407
-
408
- const revert = Effect.fnUntraced(function* (patches: Patch[]) {
409
- return yield* locked(
410
- Effect.gen(function* () {
411
- const ops: { hash: string; file: string; rel: string }[] = []
412
- const seen = new Set<string>()
413
- for (const item of patches) {
414
- for (const file of item.files) {
415
- if (seen.has(file)) continue
416
- seen.add(file)
417
- ops.push({
418
- hash: item.hash,
419
- file,
420
- rel: path.relative(state.worktree, file).replaceAll("\\", "/"),
421
- })
422
- }
423
- }
424
-
425
- const single = Effect.fnUntraced(function* (op: (typeof ops)[number]) {
426
- yield* Effect.logInfo("reverting", { file: op.file, hash: op.hash })
427
- const result = yield* git([...core, ...args(["checkout", op.hash, "--", op.file])], {
428
- cwd: state.worktree,
429
- })
430
- if (result.code === 0) return
431
- const tree = yield* git([...core, ...args(["ls-tree", op.hash, "--", op.rel])], {
432
- cwd: state.worktree,
433
- })
434
- if (tree.code === 0 && tree.text.trim()) {
435
- yield* Effect.logInfo("file existed in snapshot but checkout failed, keeping", {
436
- file: op.file,
437
- hash: op.hash,
438
- })
439
- return
440
- }
441
- yield* Effect.logInfo("file did not exist in snapshot, deleting", { file: op.file, hash: op.hash })
442
- yield* remove(op.file)
443
- })
444
-
445
- const clash = (a: string, b: string) => a === b || a.startsWith(`${b}/`) || b.startsWith(`${a}/`)
446
-
447
- for (let i = 0; i < ops.length; ) {
448
- const first = ops[i]!
449
- const run = [first]
450
- let j = i + 1
451
- // Only batch adjacent files when their paths cannot affect each other.
452
- while (j < ops.length && run.length < 100) {
453
- const next = ops[j]!
454
- if (next.hash !== first.hash) break
455
- if (run.some((item) => clash(item.rel, next.rel))) break
456
- run.push(next)
457
- j += 1
458
- }
459
-
460
- if (run.length === 1) {
461
- yield* single(first)
462
- i = j
463
- continue
464
- }
465
-
466
- const tree = yield* git(
467
- [...core, ...args(["ls-tree", "--name-only", first.hash, "--", ...run.map((item) => item.rel)])],
468
- {
469
- cwd: state.worktree,
470
- },
471
- )
472
-
473
- if (tree.code !== 0) {
474
- yield* Effect.logInfo("batched ls-tree failed, falling back to single-file revert", {
475
- hash: first.hash,
476
- files: run.length,
477
- })
478
- for (const op of run) {
479
- yield* single(op)
480
- }
481
- i = j
482
- continue
483
- }
484
-
485
- const have = new Set(
486
- tree.text
487
- .trim()
488
- .split("\n")
489
- .map((item) => item.trim())
490
- .filter(Boolean),
491
- )
492
- const list = run.filter((item) => have.has(item.rel))
493
- if (list.length) {
494
- yield* Effect.logInfo("reverting", { hash: first.hash, files: list.length })
495
- const result = yield* git(
496
- [...core, ...args(["checkout", first.hash, "--", ...list.map((item) => item.file)])],
497
- {
498
- cwd: state.worktree,
499
- },
500
- )
501
- if (result.code !== 0) {
502
- yield* Effect.logInfo("batched checkout failed, falling back to single-file revert", {
503
- hash: first.hash,
504
- files: list.length,
505
- })
506
- for (const op of run) {
507
- yield* single(op)
508
- }
509
- i = j
510
- continue
511
- }
512
- }
513
-
514
- for (const op of run) {
515
- if (have.has(op.rel)) continue
516
- yield* Effect.logInfo("file did not exist in snapshot, deleting", { file: op.file, hash: op.hash })
517
- yield* remove(op.file)
518
- }
519
-
520
- i = j
521
- }
522
- }),
523
- )
524
- })
525
-
526
- const diff = Effect.fnUntraced(function* (hash: string) {
527
- return yield* locked(
528
- Effect.gen(function* () {
529
- yield* add()
530
- const result = yield* git([...quote, ...args(["diff", "--cached", "--no-ext-diff", hash, "--", "."])], {
531
- cwd: state.worktree,
532
- })
533
- if (result.code !== 0) {
534
- yield* Effect.logWarning("failed to get diff", {
535
- hash,
536
- exitCode: result.code,
537
- stderr: result.stderr,
538
- })
539
- return ""
540
- }
541
- return result.text.trim()
542
- }),
543
- )
544
- })
545
-
546
- const diffFull = Effect.fnUntraced(function* (from: string, to: string) {
547
- return yield* locked(
548
- Effect.gen(function* () {
549
- type Row = {
550
- file: string
551
- status: "added" | "deleted" | "modified"
552
- binary: boolean
553
- additions: number
554
- deletions: number
555
- }
556
-
557
- type Ref = {
558
- file: string
559
- side: "before" | "after"
560
- ref: string
561
- }
562
-
563
- const show = Effect.fnUntraced(function* (row: Row) {
564
- if (row.binary) return ["", ""]
565
- if (row.status === "added") {
566
- return [
567
- "",
568
- yield* git([...cfg, ...args(["show", `${to}:${row.file}`])]).pipe(Effect.map((item) => item.text)),
569
- ]
570
- }
571
- if (row.status === "deleted") {
572
- return [
573
- yield* git([...cfg, ...args(["show", `${from}:${row.file}`])]).pipe(
574
- Effect.map((item) => item.text),
575
- ),
576
- "",
577
- ]
578
- }
579
- return yield* Effect.all(
580
- [
581
- git([...cfg, ...args(["show", `${from}:${row.file}`])]).pipe(Effect.map((item) => item.text)),
582
- git([...cfg, ...args(["show", `${to}:${row.file}`])]).pipe(Effect.map((item) => item.text)),
583
- ],
584
- { concurrency: 2 },
585
- )
586
- })
587
-
588
- const load = Effect.fnUntraced(
589
- function* (rows: Row[]) {
590
- const refs = rows.flatMap((row) => {
591
- if (row.binary) return []
592
- if (row.status === "added")
593
- return [{ file: row.file, side: "after", ref: `${to}:${row.file}` } satisfies Ref]
594
- if (row.status === "deleted") {
595
- return [{ file: row.file, side: "before", ref: `${from}:${row.file}` } satisfies Ref]
596
- }
597
- return [
598
- { file: row.file, side: "before", ref: `${from}:${row.file}` } satisfies Ref,
599
- { file: row.file, side: "after", ref: `${to}:${row.file}` } satisfies Ref,
600
- ]
601
- })
602
- if (!refs.length) return new Map<string, { before: string; after: string }>()
603
-
604
- const batch = yield* appProcess.run(
605
- ChildProcess.make("git", [...cfg, ...args(["cat-file", "--batch"])], {
606
- cwd: state.directory,
607
- extendEnv: true,
608
- }),
609
- { stdin: refs.map((item) => item.ref).join("\n") + "\n" },
610
- )
611
- if (batch.exitCode !== 0) {
612
- yield* Effect.logInfo(
613
- "git cat-file --batch failed during snapshot diff, falling back to per-file git show",
614
- {
615
- stderr: batch.stderr.toString("utf8"),
616
- refs: refs.length,
617
- },
618
- )
619
- return
620
- }
621
- const out = batch.stdout
622
-
623
- const fail = (msg: string, extra?: Record<string, string>) => {
624
- return undefined
625
- }
626
-
627
- const map = new Map<string, { before: string; after: string }>()
628
- const dec = new TextDecoder()
629
- let i = 0
630
- for (const ref of refs) {
631
- let end = i
632
- while (end < out.length && out[end] !== 10) end += 1
633
- if (end >= out.length) {
634
- return fail(
635
- "git cat-file --batch returned a truncated header during snapshot diff, falling back to per-file git show",
636
- )
637
- }
638
-
639
- const head = dec.decode(out.slice(i, end))
640
- i = end + 1
641
- const hit = map.get(ref.file) ?? { before: "", after: "" }
642
- if (head.endsWith(" missing")) {
643
- map.set(ref.file, hit)
644
- continue
645
- }
646
-
647
- const match = head.match(/^[0-9a-f]+ blob (\d+)$/)
648
- if (!match) {
649
- return fail(
650
- "git cat-file --batch returned an unexpected header during snapshot diff, falling back to per-file git show",
651
- { head },
652
- )
653
- }
654
-
655
- const size = Number(match[1])
656
- if (!Number.isInteger(size) || size < 0 || i + size >= out.length || out[i + size] !== 10) {
657
- return fail(
658
- "git cat-file --batch returned truncated content during snapshot diff, falling back to per-file git show",
659
- { head },
660
- )
661
- }
662
-
663
- const text = dec.decode(out.slice(i, i + size))
664
- if (ref.side === "before") hit.before = text
665
- if (ref.side === "after") hit.after = text
666
- map.set(ref.file, hit)
667
- i += size + 1
668
- }
669
-
670
- if (i !== out.length) {
671
- return fail(
672
- "git cat-file --batch returned trailing data during snapshot diff, falling back to per-file git show",
673
- )
674
- }
675
-
676
- return map
677
- },
678
- Effect.scoped,
679
- Effect.catch(() =>
680
- Effect.succeed<Map<string, { before: string; after: string }> | undefined>(undefined),
681
- ),
682
- )
683
-
684
- const result: FileDiff[] = []
685
- const status = new Map<string, "added" | "deleted" | "modified">()
686
-
687
- const statuses = yield* git(
688
- [...quote, ...args(["diff", "--no-ext-diff", "--name-status", "--no-renames", from, to, "--", "."])],
689
- { cwd: state.directory },
690
- )
691
-
692
- for (const line of statuses.text.trim().split("\n")) {
693
- if (!line) continue
694
- const [code, file] = line.split("\t")
695
- if (!code || !file) continue
696
- status.set(file, code.startsWith("A") ? "added" : code.startsWith("D") ? "deleted" : "modified")
697
- }
698
-
699
- const numstat = yield* git(
700
- [...quote, ...args(["diff", "--no-ext-diff", "--no-renames", "--numstat", from, to, "--", "."])],
701
- {
702
- cwd: state.directory,
703
- },
704
- )
705
-
706
- const rows = numstat.text
707
- .trim()
708
- .split("\n")
709
- .filter(Boolean)
710
- .flatMap((line) => {
711
- const [adds, dels, file] = line.split("\t")
712
- if (!file) return []
713
- const binary = adds === "-" && dels === "-"
714
- const additions = binary ? 0 : parseInt(adds)
715
- const deletions = binary ? 0 : parseInt(dels)
716
- return [
717
- {
718
- file,
719
- status: status.get(file) ?? "modified",
720
- binary,
721
- additions: Number.isFinite(additions) ? additions : 0,
722
- deletions: Number.isFinite(deletions) ? deletions : 0,
723
- } satisfies Row,
724
- ]
725
- })
726
-
727
- // Hide ignored-file removals from the user-facing diff output.
728
- const ignored = yield* ignore(rows.map((r) => r.file))
729
- if (ignored.size > 0) {
730
- const filtered = rows.filter((r) => !ignored.has(r.file))
731
- rows.length = 0
732
- rows.push(...filtered)
733
- }
734
-
735
- const step = 100
736
- const patch = (file: string, before: string, after: string) =>
737
- formatPatch(structuredPatch(file, file, before, after, "", "", { context: Number.MAX_SAFE_INTEGER }))
738
-
739
- for (let i = 0; i < rows.length; i += step) {
740
- const run = rows.slice(i, i + step)
741
- const text = yield* load(run)
742
-
743
- for (const row of run) {
744
- const hit = text?.get(row.file) ?? { before: "", after: "" }
745
- const [before, after] = row.binary ? ["", ""] : text ? [hit.before, hit.after] : yield* show(row)
746
- result.push({
747
- file: row.file,
748
- patch: row.binary ? "" : patch(row.file, before, after),
749
- additions: row.additions,
750
- deletions: row.deletions,
751
- status: row.status,
752
- })
753
- }
754
- }
755
-
756
- return result
757
- }),
758
- )
759
- })
760
-
761
- yield* cleanup().pipe(
762
- Effect.catchCause((cause) => Effect.logError("cleanup loop failed", { cause: Cause.pretty(cause) })),
763
- Effect.repeat(Schedule.spaced(Duration.hours(1))),
764
- Effect.delay(Duration.minutes(1)),
765
- Effect.forkScoped,
766
- )
767
-
768
- return { cleanup, track, patch, restore, revert, diff, diffFull }
769
- }),
770
- )
771
-
772
- return Service.of({
773
- init: Effect.fn("Snapshot.init")(function* () {
774
- yield* InstanceState.get(state)
775
- }),
776
- cleanup: Effect.fn("Snapshot.cleanup")(function* () {
777
- return yield* InstanceState.useEffect(state, (s) => s.cleanup())
778
- }),
779
- track: Effect.fn("Snapshot.track")(function* () {
780
- return yield* InstanceState.useEffect(state, (s) => s.track())
781
- }),
782
- patch: Effect.fn("Snapshot.patch")(function* (hash: string) {
783
- return yield* InstanceState.useEffect(state, (s) => s.patch(hash))
784
- }),
785
- restore: Effect.fn("Snapshot.restore")(function* (snapshot: string) {
786
- return yield* InstanceState.useEffect(state, (s) => s.restore(snapshot))
787
- }),
788
- revert: Effect.fn("Snapshot.revert")(function* (patches: Patch[]) {
789
- return yield* InstanceState.useEffect(state, (s) => s.revert(patches))
790
- }),
791
- diff: Effect.fn("Snapshot.diff")(function* (hash: string) {
792
- return yield* InstanceState.useEffect(state, (s) => s.diff(hash))
793
- }),
794
- diffFull: Effect.fn("Snapshot.diffFull")(function* (from: string, to: string) {
795
- return yield* InstanceState.useEffect(state, (s) => s.diffFull(from, to))
796
- }),
797
- })
798
- }),
799
- )
800
-
801
- export const node = LayerNode.make({
802
- service: Service,
803
- layer: layer,
804
- deps: [FSUtil.node, AppProcess.node, Config.node],
805
- })
806
-
807
- export * as Snapshot from "."