gitx.do 0.1.0 → 0.1.2

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 (344) hide show
  1. package/README.md +40 -353
  2. package/dist/do/logger.d.ts +50 -0
  3. package/dist/do/logger.d.ts.map +1 -0
  4. package/dist/do/logger.js +122 -0
  5. package/dist/do/logger.js.map +1 -0
  6. package/dist/{durable-object → do}/schema.d.ts +3 -3
  7. package/dist/do/schema.d.ts.map +1 -0
  8. package/dist/{durable-object → do}/schema.js +4 -3
  9. package/dist/do/schema.js.map +1 -0
  10. package/dist/do/types.d.ts +267 -0
  11. package/dist/do/types.d.ts.map +1 -0
  12. package/dist/do/types.js +62 -0
  13. package/dist/do/types.js.map +1 -0
  14. package/dist/index.d.ts +15 -415
  15. package/dist/index.d.ts.map +1 -1
  16. package/dist/index.js +31 -483
  17. package/dist/index.js.map +1 -1
  18. package/package.json +13 -21
  19. package/dist/cli/commands/add.d.ts +0 -174
  20. package/dist/cli/commands/add.d.ts.map +0 -1
  21. package/dist/cli/commands/add.js +0 -131
  22. package/dist/cli/commands/add.js.map +0 -1
  23. package/dist/cli/commands/blame.d.ts +0 -259
  24. package/dist/cli/commands/blame.d.ts.map +0 -1
  25. package/dist/cli/commands/blame.js +0 -609
  26. package/dist/cli/commands/blame.js.map +0 -1
  27. package/dist/cli/commands/branch.d.ts +0 -249
  28. package/dist/cli/commands/branch.d.ts.map +0 -1
  29. package/dist/cli/commands/branch.js +0 -693
  30. package/dist/cli/commands/branch.js.map +0 -1
  31. package/dist/cli/commands/commit.d.ts +0 -182
  32. package/dist/cli/commands/commit.d.ts.map +0 -1
  33. package/dist/cli/commands/commit.js +0 -437
  34. package/dist/cli/commands/commit.js.map +0 -1
  35. package/dist/cli/commands/diff.d.ts +0 -464
  36. package/dist/cli/commands/diff.d.ts.map +0 -1
  37. package/dist/cli/commands/diff.js +0 -958
  38. package/dist/cli/commands/diff.js.map +0 -1
  39. package/dist/cli/commands/log.d.ts +0 -239
  40. package/dist/cli/commands/log.d.ts.map +0 -1
  41. package/dist/cli/commands/log.js +0 -535
  42. package/dist/cli/commands/log.js.map +0 -1
  43. package/dist/cli/commands/merge.d.ts +0 -106
  44. package/dist/cli/commands/merge.d.ts.map +0 -1
  45. package/dist/cli/commands/merge.js +0 -55
  46. package/dist/cli/commands/merge.js.map +0 -1
  47. package/dist/cli/commands/review.d.ts +0 -457
  48. package/dist/cli/commands/review.d.ts.map +0 -1
  49. package/dist/cli/commands/review.js +0 -533
  50. package/dist/cli/commands/review.js.map +0 -1
  51. package/dist/cli/commands/status.d.ts +0 -269
  52. package/dist/cli/commands/status.d.ts.map +0 -1
  53. package/dist/cli/commands/status.js +0 -493
  54. package/dist/cli/commands/status.js.map +0 -1
  55. package/dist/cli/commands/web.d.ts +0 -199
  56. package/dist/cli/commands/web.d.ts.map +0 -1
  57. package/dist/cli/commands/web.js +0 -696
  58. package/dist/cli/commands/web.js.map +0 -1
  59. package/dist/cli/fs-adapter.d.ts +0 -656
  60. package/dist/cli/fs-adapter.d.ts.map +0 -1
  61. package/dist/cli/fs-adapter.js +0 -1179
  62. package/dist/cli/fs-adapter.js.map +0 -1
  63. package/dist/cli/fsx-cli-adapter.d.ts +0 -359
  64. package/dist/cli/fsx-cli-adapter.d.ts.map +0 -1
  65. package/dist/cli/fsx-cli-adapter.js +0 -619
  66. package/dist/cli/fsx-cli-adapter.js.map +0 -1
  67. package/dist/cli/index.d.ts +0 -387
  68. package/dist/cli/index.d.ts.map +0 -1
  69. package/dist/cli/index.js +0 -523
  70. package/dist/cli/index.js.map +0 -1
  71. package/dist/cli/ui/components/DiffView.d.ts +0 -7
  72. package/dist/cli/ui/components/DiffView.d.ts.map +0 -1
  73. package/dist/cli/ui/components/DiffView.js +0 -11
  74. package/dist/cli/ui/components/DiffView.js.map +0 -1
  75. package/dist/cli/ui/components/ErrorDisplay.d.ts +0 -6
  76. package/dist/cli/ui/components/ErrorDisplay.d.ts.map +0 -1
  77. package/dist/cli/ui/components/ErrorDisplay.js +0 -11
  78. package/dist/cli/ui/components/ErrorDisplay.js.map +0 -1
  79. package/dist/cli/ui/components/FuzzySearch.d.ts +0 -9
  80. package/dist/cli/ui/components/FuzzySearch.d.ts.map +0 -1
  81. package/dist/cli/ui/components/FuzzySearch.js +0 -12
  82. package/dist/cli/ui/components/FuzzySearch.js.map +0 -1
  83. package/dist/cli/ui/components/LoadingSpinner.d.ts +0 -6
  84. package/dist/cli/ui/components/LoadingSpinner.d.ts.map +0 -1
  85. package/dist/cli/ui/components/LoadingSpinner.js +0 -10
  86. package/dist/cli/ui/components/LoadingSpinner.js.map +0 -1
  87. package/dist/cli/ui/components/NavigationList.d.ts +0 -9
  88. package/dist/cli/ui/components/NavigationList.d.ts.map +0 -1
  89. package/dist/cli/ui/components/NavigationList.js +0 -11
  90. package/dist/cli/ui/components/NavigationList.js.map +0 -1
  91. package/dist/cli/ui/components/ScrollableContent.d.ts +0 -8
  92. package/dist/cli/ui/components/ScrollableContent.d.ts.map +0 -1
  93. package/dist/cli/ui/components/ScrollableContent.js +0 -11
  94. package/dist/cli/ui/components/ScrollableContent.js.map +0 -1
  95. package/dist/cli/ui/components/index.d.ts +0 -7
  96. package/dist/cli/ui/components/index.d.ts.map +0 -1
  97. package/dist/cli/ui/components/index.js +0 -9
  98. package/dist/cli/ui/components/index.js.map +0 -1
  99. package/dist/cli/ui/terminal-ui.d.ts +0 -52
  100. package/dist/cli/ui/terminal-ui.d.ts.map +0 -1
  101. package/dist/cli/ui/terminal-ui.js +0 -121
  102. package/dist/cli/ui/terminal-ui.js.map +0 -1
  103. package/dist/do/BashModule.d.ts +0 -871
  104. package/dist/do/BashModule.d.ts.map +0 -1
  105. package/dist/do/BashModule.js +0 -1143
  106. package/dist/do/BashModule.js.map +0 -1
  107. package/dist/do/FsModule.d.ts +0 -601
  108. package/dist/do/FsModule.d.ts.map +0 -1
  109. package/dist/do/FsModule.js +0 -1120
  110. package/dist/do/FsModule.js.map +0 -1
  111. package/dist/do/GitModule.d.ts +0 -635
  112. package/dist/do/GitModule.d.ts.map +0 -1
  113. package/dist/do/GitModule.js +0 -781
  114. package/dist/do/GitModule.js.map +0 -1
  115. package/dist/do/GitRepoDO.d.ts +0 -281
  116. package/dist/do/GitRepoDO.d.ts.map +0 -1
  117. package/dist/do/GitRepoDO.js +0 -479
  118. package/dist/do/GitRepoDO.js.map +0 -1
  119. package/dist/do/bash-ast.d.ts +0 -246
  120. package/dist/do/bash-ast.d.ts.map +0 -1
  121. package/dist/do/bash-ast.js +0 -888
  122. package/dist/do/bash-ast.js.map +0 -1
  123. package/dist/do/container-executor.d.ts +0 -491
  124. package/dist/do/container-executor.d.ts.map +0 -1
  125. package/dist/do/container-executor.js +0 -730
  126. package/dist/do/container-executor.js.map +0 -1
  127. package/dist/do/index.d.ts +0 -53
  128. package/dist/do/index.d.ts.map +0 -1
  129. package/dist/do/index.js +0 -91
  130. package/dist/do/index.js.map +0 -1
  131. package/dist/do/tiered-storage.d.ts +0 -403
  132. package/dist/do/tiered-storage.d.ts.map +0 -1
  133. package/dist/do/tiered-storage.js +0 -689
  134. package/dist/do/tiered-storage.js.map +0 -1
  135. package/dist/do/withBash.d.ts +0 -231
  136. package/dist/do/withBash.d.ts.map +0 -1
  137. package/dist/do/withBash.js +0 -244
  138. package/dist/do/withBash.js.map +0 -1
  139. package/dist/do/withFs.d.ts +0 -237
  140. package/dist/do/withFs.d.ts.map +0 -1
  141. package/dist/do/withFs.js +0 -387
  142. package/dist/do/withFs.js.map +0 -1
  143. package/dist/do/withGit.d.ts +0 -180
  144. package/dist/do/withGit.d.ts.map +0 -1
  145. package/dist/do/withGit.js +0 -271
  146. package/dist/do/withGit.js.map +0 -1
  147. package/dist/durable-object/object-store.d.ts +0 -633
  148. package/dist/durable-object/object-store.d.ts.map +0 -1
  149. package/dist/durable-object/object-store.js +0 -1161
  150. package/dist/durable-object/object-store.js.map +0 -1
  151. package/dist/durable-object/schema.d.ts.map +0 -1
  152. package/dist/durable-object/schema.js.map +0 -1
  153. package/dist/durable-object/wal.d.ts +0 -416
  154. package/dist/durable-object/wal.d.ts.map +0 -1
  155. package/dist/durable-object/wal.js +0 -445
  156. package/dist/durable-object/wal.js.map +0 -1
  157. package/dist/mcp/adapter.d.ts +0 -772
  158. package/dist/mcp/adapter.d.ts.map +0 -1
  159. package/dist/mcp/adapter.js +0 -895
  160. package/dist/mcp/adapter.js.map +0 -1
  161. package/dist/mcp/sandbox/miniflare-evaluator.d.ts +0 -22
  162. package/dist/mcp/sandbox/miniflare-evaluator.d.ts.map +0 -1
  163. package/dist/mcp/sandbox/miniflare-evaluator.js +0 -140
  164. package/dist/mcp/sandbox/miniflare-evaluator.js.map +0 -1
  165. package/dist/mcp/sandbox/object-store-proxy.d.ts +0 -32
  166. package/dist/mcp/sandbox/object-store-proxy.d.ts.map +0 -1
  167. package/dist/mcp/sandbox/object-store-proxy.js +0 -30
  168. package/dist/mcp/sandbox/object-store-proxy.js.map +0 -1
  169. package/dist/mcp/sandbox/template.d.ts +0 -17
  170. package/dist/mcp/sandbox/template.d.ts.map +0 -1
  171. package/dist/mcp/sandbox/template.js +0 -71
  172. package/dist/mcp/sandbox/template.js.map +0 -1
  173. package/dist/mcp/sandbox.d.ts +0 -764
  174. package/dist/mcp/sandbox.d.ts.map +0 -1
  175. package/dist/mcp/sandbox.js +0 -1362
  176. package/dist/mcp/sandbox.js.map +0 -1
  177. package/dist/mcp/sdk-adapter.d.ts +0 -835
  178. package/dist/mcp/sdk-adapter.d.ts.map +0 -1
  179. package/dist/mcp/sdk-adapter.js +0 -974
  180. package/dist/mcp/sdk-adapter.js.map +0 -1
  181. package/dist/mcp/tools/do.d.ts +0 -32
  182. package/dist/mcp/tools/do.d.ts.map +0 -1
  183. package/dist/mcp/tools/do.js +0 -115
  184. package/dist/mcp/tools/do.js.map +0 -1
  185. package/dist/mcp/tools.d.ts +0 -548
  186. package/dist/mcp/tools.d.ts.map +0 -1
  187. package/dist/mcp/tools.js +0 -1934
  188. package/dist/mcp/tools.js.map +0 -1
  189. package/dist/ops/blame.d.ts +0 -551
  190. package/dist/ops/blame.d.ts.map +0 -1
  191. package/dist/ops/blame.js +0 -1037
  192. package/dist/ops/blame.js.map +0 -1
  193. package/dist/ops/branch.d.ts +0 -766
  194. package/dist/ops/branch.d.ts.map +0 -1
  195. package/dist/ops/branch.js +0 -950
  196. package/dist/ops/branch.js.map +0 -1
  197. package/dist/ops/commit-traversal.d.ts +0 -349
  198. package/dist/ops/commit-traversal.d.ts.map +0 -1
  199. package/dist/ops/commit-traversal.js +0 -821
  200. package/dist/ops/commit-traversal.js.map +0 -1
  201. package/dist/ops/commit.d.ts +0 -555
  202. package/dist/ops/commit.d.ts.map +0 -1
  203. package/dist/ops/commit.js +0 -826
  204. package/dist/ops/commit.js.map +0 -1
  205. package/dist/ops/merge-base.d.ts +0 -397
  206. package/dist/ops/merge-base.d.ts.map +0 -1
  207. package/dist/ops/merge-base.js +0 -691
  208. package/dist/ops/merge-base.js.map +0 -1
  209. package/dist/ops/merge.d.ts +0 -855
  210. package/dist/ops/merge.d.ts.map +0 -1
  211. package/dist/ops/merge.js +0 -1551
  212. package/dist/ops/merge.js.map +0 -1
  213. package/dist/ops/tag.d.ts +0 -247
  214. package/dist/ops/tag.d.ts.map +0 -1
  215. package/dist/ops/tag.js +0 -649
  216. package/dist/ops/tag.js.map +0 -1
  217. package/dist/ops/tree-builder.d.ts +0 -178
  218. package/dist/ops/tree-builder.d.ts.map +0 -1
  219. package/dist/ops/tree-builder.js +0 -271
  220. package/dist/ops/tree-builder.js.map +0 -1
  221. package/dist/ops/tree-diff.d.ts +0 -291
  222. package/dist/ops/tree-diff.d.ts.map +0 -1
  223. package/dist/ops/tree-diff.js +0 -705
  224. package/dist/ops/tree-diff.js.map +0 -1
  225. package/dist/pack/delta.d.ts +0 -248
  226. package/dist/pack/delta.d.ts.map +0 -1
  227. package/dist/pack/delta.js +0 -736
  228. package/dist/pack/delta.js.map +0 -1
  229. package/dist/pack/format.d.ts +0 -446
  230. package/dist/pack/format.d.ts.map +0 -1
  231. package/dist/pack/format.js +0 -572
  232. package/dist/pack/format.js.map +0 -1
  233. package/dist/pack/full-generation.d.ts +0 -612
  234. package/dist/pack/full-generation.d.ts.map +0 -1
  235. package/dist/pack/full-generation.js +0 -1378
  236. package/dist/pack/full-generation.js.map +0 -1
  237. package/dist/pack/generation.d.ts +0 -441
  238. package/dist/pack/generation.d.ts.map +0 -1
  239. package/dist/pack/generation.js +0 -707
  240. package/dist/pack/generation.js.map +0 -1
  241. package/dist/pack/index.d.ts +0 -502
  242. package/dist/pack/index.d.ts.map +0 -1
  243. package/dist/pack/index.js +0 -833
  244. package/dist/pack/index.js.map +0 -1
  245. package/dist/refs/branch.d.ts +0 -668
  246. package/dist/refs/branch.d.ts.map +0 -1
  247. package/dist/refs/branch.js +0 -897
  248. package/dist/refs/branch.js.map +0 -1
  249. package/dist/refs/storage.d.ts +0 -833
  250. package/dist/refs/storage.d.ts.map +0 -1
  251. package/dist/refs/storage.js +0 -1023
  252. package/dist/refs/storage.js.map +0 -1
  253. package/dist/refs/tag.d.ts +0 -860
  254. package/dist/refs/tag.d.ts.map +0 -1
  255. package/dist/refs/tag.js +0 -996
  256. package/dist/refs/tag.js.map +0 -1
  257. package/dist/storage/backend.d.ts +0 -425
  258. package/dist/storage/backend.d.ts.map +0 -1
  259. package/dist/storage/backend.js +0 -41
  260. package/dist/storage/backend.js.map +0 -1
  261. package/dist/storage/fsx-adapter.d.ts +0 -204
  262. package/dist/storage/fsx-adapter.d.ts.map +0 -1
  263. package/dist/storage/fsx-adapter.js +0 -470
  264. package/dist/storage/fsx-adapter.js.map +0 -1
  265. package/dist/storage/lru-cache.d.ts +0 -691
  266. package/dist/storage/lru-cache.d.ts.map +0 -1
  267. package/dist/storage/lru-cache.js +0 -813
  268. package/dist/storage/lru-cache.js.map +0 -1
  269. package/dist/storage/object-index.d.ts +0 -585
  270. package/dist/storage/object-index.d.ts.map +0 -1
  271. package/dist/storage/object-index.js +0 -532
  272. package/dist/storage/object-index.js.map +0 -1
  273. package/dist/storage/r2-pack.d.ts +0 -1257
  274. package/dist/storage/r2-pack.d.ts.map +0 -1
  275. package/dist/storage/r2-pack.js +0 -1770
  276. package/dist/storage/r2-pack.js.map +0 -1
  277. package/dist/tiered/cdc-pipeline.d.ts +0 -1888
  278. package/dist/tiered/cdc-pipeline.d.ts.map +0 -1
  279. package/dist/tiered/cdc-pipeline.js +0 -1880
  280. package/dist/tiered/cdc-pipeline.js.map +0 -1
  281. package/dist/tiered/migration.d.ts +0 -1104
  282. package/dist/tiered/migration.d.ts.map +0 -1
  283. package/dist/tiered/migration.js +0 -1214
  284. package/dist/tiered/migration.js.map +0 -1
  285. package/dist/tiered/parquet-writer.d.ts +0 -1145
  286. package/dist/tiered/parquet-writer.d.ts.map +0 -1
  287. package/dist/tiered/parquet-writer.js +0 -1183
  288. package/dist/tiered/parquet-writer.js.map +0 -1
  289. package/dist/tiered/read-path.d.ts +0 -835
  290. package/dist/tiered/read-path.d.ts.map +0 -1
  291. package/dist/tiered/read-path.js +0 -487
  292. package/dist/tiered/read-path.js.map +0 -1
  293. package/dist/types/capability.d.ts +0 -1385
  294. package/dist/types/capability.d.ts.map +0 -1
  295. package/dist/types/capability.js +0 -36
  296. package/dist/types/capability.js.map +0 -1
  297. package/dist/types/index.d.ts +0 -13
  298. package/dist/types/index.d.ts.map +0 -1
  299. package/dist/types/index.js +0 -18
  300. package/dist/types/index.js.map +0 -1
  301. package/dist/types/objects.d.ts +0 -692
  302. package/dist/types/objects.d.ts.map +0 -1
  303. package/dist/types/objects.js +0 -837
  304. package/dist/types/objects.js.map +0 -1
  305. package/dist/types/storage.d.ts +0 -603
  306. package/dist/types/storage.d.ts.map +0 -1
  307. package/dist/types/storage.js +0 -191
  308. package/dist/types/storage.js.map +0 -1
  309. package/dist/types/worker-loader.d.ts +0 -60
  310. package/dist/types/worker-loader.d.ts.map +0 -1
  311. package/dist/types/worker-loader.js +0 -62
  312. package/dist/types/worker-loader.js.map +0 -1
  313. package/dist/utils/hash.d.ts +0 -197
  314. package/dist/utils/hash.d.ts.map +0 -1
  315. package/dist/utils/hash.js +0 -268
  316. package/dist/utils/hash.js.map +0 -1
  317. package/dist/utils/sha1.d.ts +0 -290
  318. package/dist/utils/sha1.d.ts.map +0 -1
  319. package/dist/utils/sha1.js +0 -582
  320. package/dist/utils/sha1.js.map +0 -1
  321. package/dist/wire/capabilities.d.ts +0 -1044
  322. package/dist/wire/capabilities.d.ts.map +0 -1
  323. package/dist/wire/capabilities.js +0 -941
  324. package/dist/wire/capabilities.js.map +0 -1
  325. package/dist/wire/path-security.d.ts +0 -157
  326. package/dist/wire/path-security.d.ts.map +0 -1
  327. package/dist/wire/path-security.js +0 -307
  328. package/dist/wire/path-security.js.map +0 -1
  329. package/dist/wire/pkt-line.d.ts +0 -345
  330. package/dist/wire/pkt-line.d.ts.map +0 -1
  331. package/dist/wire/pkt-line.js +0 -381
  332. package/dist/wire/pkt-line.js.map +0 -1
  333. package/dist/wire/receive-pack.d.ts +0 -1059
  334. package/dist/wire/receive-pack.d.ts.map +0 -1
  335. package/dist/wire/receive-pack.js +0 -1414
  336. package/dist/wire/receive-pack.js.map +0 -1
  337. package/dist/wire/smart-http.d.ts +0 -799
  338. package/dist/wire/smart-http.d.ts.map +0 -1
  339. package/dist/wire/smart-http.js +0 -945
  340. package/dist/wire/smart-http.js.map +0 -1
  341. package/dist/wire/upload-pack.d.ts +0 -727
  342. package/dist/wire/upload-pack.d.ts.map +0 -1
  343. package/dist/wire/upload-pack.js +0 -1138
  344. package/dist/wire/upload-pack.js.map +0 -1
@@ -1,55 +0,0 @@
1
- /**
2
- * @fileoverview Git Merge Command
3
- *
4
- * This module implements the `gitx merge` command which merges branches.
5
- * Features include:
6
- * - Fast-forward merging
7
- * - Three-way merging with merge commits
8
- * - --no-ff flag to force merge commit
9
- * - --squash flag for squash merging
10
- * - Conflict detection and handling
11
- * - --abort to cancel in-progress merge
12
- * - --continue to complete merge after conflict resolution
13
- *
14
- * @module cli/commands/merge
15
- */
16
- // ============================================================================
17
- // Exported Functions - Stubs for RED Phase
18
- // ============================================================================
19
- /**
20
- * Command handler for `gitx merge`
21
- */
22
- export async function mergeCommand(_context) {
23
- throw new Error('mergeCommand not implemented');
24
- }
25
- /**
26
- * Merge a branch or branches into the current branch.
27
- */
28
- export async function mergeBranches(_cwd, _target, _options) {
29
- throw new Error('mergeBranches not implemented');
30
- }
31
- /**
32
- * Check if a fast-forward merge is possible from source to target.
33
- */
34
- export async function canFastForward(_cwd, _source, _target) {
35
- throw new Error('canFastForward not implemented');
36
- }
37
- /**
38
- * Get the status of an in-progress merge.
39
- */
40
- export async function getMergeStatus(_cwd) {
41
- throw new Error('getMergeStatus not implemented');
42
- }
43
- /**
44
- * Abort an in-progress merge.
45
- */
46
- export async function abortMerge(_cwd) {
47
- throw new Error('abortMerge not implemented');
48
- }
49
- /**
50
- * Continue a merge after resolving conflicts.
51
- */
52
- export async function continueMerge(_cwd) {
53
- throw new Error('continueMerge not implemented');
54
- }
55
- //# sourceMappingURL=merge.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"merge.js","sourceRoot":"","sources":["../../../src/cli/commands/merge.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AA6EH,+EAA+E;AAC/E,2CAA2C;AAC3C,+EAA+E;AAE/E;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,YAAY,CAAC,QAAwB;IACzD,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAA;AACjD,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,aAAa,CACjC,IAAY,EACZ,OAA0B,EAC1B,QAAuB;IAEvB,MAAM,IAAI,KAAK,CAAC,+BAA+B,CAAC,CAAA;AAClD,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc,CAClC,IAAY,EACZ,OAAe,EACf,OAAe;IAEf,MAAM,IAAI,KAAK,CAAC,gCAAgC,CAAC,CAAA;AACnD,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,cAAc,CAAC,IAAY;IAC/C,MAAM,IAAI,KAAK,CAAC,gCAAgC,CAAC,CAAA;AACnD,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,UAAU,CAAC,IAAY;IAC3C,MAAM,IAAI,KAAK,CAAC,4BAA4B,CAAC,CAAA;AAC/C,CAAC;AAED;;GAEG;AACH,MAAM,CAAC,KAAK,UAAU,aAAa,CAAC,IAAY;IAC9C,MAAM,IAAI,KAAK,CAAC,+BAA+B,CAAC,CAAA;AAClD,CAAC"}
@@ -1,457 +0,0 @@
1
- /**
2
- * @fileoverview Git Review Command - PR-style Diff Review
3
- *
4
- * This module implements the `gitx review` command which provides an interactive
5
- * PR-style review experience for comparing branches or commits. Features include:
6
- * - File-by-file navigation with keyboard shortcuts
7
- * - Collapsible diff sections
8
- * - Split (side-by-side) and unified view modes
9
- * - Summary statistics (files changed, insertions, deletions)
10
- * - Vim-style navigation (j/k) and arrow key support
11
- *
12
- * @module cli/commands/review
13
- *
14
- * @example
15
- * // Get review diff between branches
16
- * const result = await getReviewDiff(repoPath, 'main', 'feature/auth')
17
- * console.log(formatSummary(result.summary))
18
- *
19
- * @example
20
- * // Create interactive UI state
21
- * const state = createReviewUIState(result.files)
22
- * // Navigate down
23
- * const newState = handleArrowNavigation(state, 'down', result.files.length)
24
- */
25
- import type { CommandContext } from '../index';
26
- /**
27
- * Options for the review command.
28
- *
29
- * @description Configuration options controlling the review behavior
30
- * including which branches/commits to compare and display options.
31
- *
32
- * @property base - Base branch or commit SHA to compare from
33
- * @property head - Head branch or commit SHA to compare to
34
- * @property interactive - Enable interactive terminal UI
35
- * @property split - Use side-by-side split view instead of unified diff
36
- */
37
- export interface ReviewOptions {
38
- /** Base branch/commit to compare from */
39
- base?: string;
40
- /** Head branch/commit to compare to */
41
- head?: string;
42
- /** Enable interactive mode */
43
- interactive?: boolean;
44
- /** Split view for side-by-side comparison */
45
- split?: boolean;
46
- }
47
- /**
48
- * Complete result of a review diff operation.
49
- *
50
- * @description Contains all information needed to display a PR-style review
51
- * including file changes, summary statistics, and commit range info.
52
- *
53
- * @property files - Array of changed files with their diffs
54
- * @property summary - Aggregated statistics across all files
55
- * @property commitRange - Information about the compared commits/branches
56
- */
57
- export interface ReviewResult {
58
- /** Changed files with stats */
59
- files: ReviewFile[];
60
- /** Summary statistics */
61
- summary: ReviewSummary;
62
- /** Commit range information */
63
- commitRange: CommitRange;
64
- }
65
- /**
66
- * Information about a single changed file in the review.
67
- *
68
- * @description Contains the file's change status, line statistics,
69
- * UI state (collapsed/expanded), and the actual diff content.
70
- *
71
- * @property path - File path relative to repository root
72
- * @property status - Type of change (added, modified, deleted, renamed)
73
- * @property additions - Number of lines added
74
- * @property deletions - Number of lines deleted
75
- * @property collapsed - Whether the file's diff is collapsed in the UI
76
- * @property diff - Raw diff content for the file
77
- */
78
- export interface ReviewFile {
79
- /** File path */
80
- path: string;
81
- /** Change status */
82
- status: 'added' | 'modified' | 'deleted' | 'renamed';
83
- /** Lines added */
84
- additions: number;
85
- /** Lines deleted */
86
- deletions: number;
87
- /** Is file collapsed in UI */
88
- collapsed: boolean;
89
- /** Diff content */
90
- diff: string;
91
- }
92
- /**
93
- * Summary statistics for a review.
94
- *
95
- * @description Aggregated statistics across all files in the review,
96
- * similar to the summary line in `git diff --stat`.
97
- *
98
- * @property filesChanged - Total number of files with changes
99
- * @property insertions - Total lines added across all files
100
- * @property deletions - Total lines deleted across all files
101
- */
102
- export interface ReviewSummary {
103
- /** Total files changed */
104
- filesChanged: number;
105
- /** Total insertions */
106
- insertions: number;
107
- /** Total deletions */
108
- deletions: number;
109
- }
110
- /**
111
- * Information about the commit range being reviewed.
112
- *
113
- * @description Contains the resolved commit SHAs and optional branch names
114
- * for the base and head of the comparison.
115
- *
116
- * @property baseCommit - Full SHA of the base commit
117
- * @property headCommit - Full SHA of the head commit
118
- * @property baseBranch - Branch name if base was a branch (undefined if SHA)
119
- * @property headBranch - Branch name if head was a branch (undefined if SHA)
120
- * @property commitCount - Number of commits between base and head
121
- */
122
- export interface CommitRange {
123
- /** Base commit SHA */
124
- baseCommit: string;
125
- /** Head commit SHA */
126
- headCommit: string;
127
- /** Base branch name (if applicable) */
128
- baseBranch?: string;
129
- /** Head branch name (if applicable) */
130
- headBranch?: string;
131
- /** Number of commits in range */
132
- commitCount: number;
133
- }
134
- /**
135
- * State for the interactive review UI.
136
- *
137
- * @description Tracks the current UI state including selection, collapsed
138
- * files, view mode, and scroll position. Used for keyboard navigation.
139
- *
140
- * @property selectedIndex - Index of the currently selected file (0-based)
141
- * @property collapsedFiles - Set of file indices that are collapsed
142
- * @property viewMode - Current view mode (unified or split)
143
- * @property scrollPosition - Current scroll offset for the view
144
- */
145
- export interface ReviewUIState {
146
- /** Currently selected file index */
147
- selectedIndex: number;
148
- /** Collapsed file indices */
149
- collapsedFiles: Set<number>;
150
- /** View mode */
151
- viewMode: 'unified' | 'split';
152
- /** Scroll position */
153
- scrollPosition: number;
154
- }
155
- /**
156
- * Definition of a keyboard shortcut for the interactive UI.
157
- *
158
- * @description Maps a key to an action description and handler function.
159
- * Used for help display and key event handling.
160
- *
161
- * @property key - Key name (e.g., 'j', 'k', 'enter', 'up', 'down')
162
- * @property action - Human-readable description of the action
163
- * @property handler - Function to call when key is pressed
164
- */
165
- export interface KeyboardShortcut {
166
- /** Key name */
167
- key: string;
168
- /** Action description */
169
- action: string;
170
- /** Handler function */
171
- handler: () => void;
172
- }
173
- /**
174
- * Execute the review command from the CLI.
175
- *
176
- * @description Main entry point for the `gitx review` command. Parses
177
- * command-line options and displays an interactive PR-style diff review.
178
- *
179
- * @param _ctx - Command context (unused in current implementation)
180
- * @returns Promise that resolves when review is complete
181
- * @throws {Error} Always throws "Not implemented" - command not yet implemented
182
- *
183
- * @example
184
- * // CLI usage
185
- * // gitx review main..feature/auth
186
- * // gitx review --split main feature/auth
187
- * // gitx review --interactive
188
- */
189
- export declare function reviewCommand(_ctx: CommandContext): Promise<void>;
190
- /**
191
- * Get review diff between two branches.
192
- *
193
- * @description Computes a complete PR-style diff between two branches or commits.
194
- * Returns all changed files with their diffs, summary statistics, and commit range.
195
- *
196
- * @param repoPath - Path to the git repository
197
- * @param baseBranch - Base branch or commit SHA (the "before" state)
198
- * @param headBranch - Head branch or commit SHA (the "after" state)
199
- * @returns Promise resolving to complete review result
200
- *
201
- * @example
202
- * const result = await getReviewDiff('/path/to/repo', 'main', 'feature/auth')
203
- * console.log(`${result.summary.filesChanged} files changed`)
204
- * console.log(`+${result.summary.insertions} -${result.summary.deletions}`)
205
- */
206
- export declare function getReviewDiff(repoPath: string, baseBranch: string, headBranch: string): Promise<ReviewResult>;
207
- /**
208
- * List changed files with statistics.
209
- *
210
- * @description Gets a list of all files that differ between two branches/commits
211
- * with their change status and line statistics.
212
- *
213
- * @param _repoPath - Path to the git repository (unused in current impl)
214
- * @param baseBranch - Base branch or commit SHA
215
- * @param headBranch - Head branch or commit SHA
216
- * @returns Promise resolving to array of changed files, sorted by path
217
- *
218
- * @example
219
- * const files = await listChangedFiles(repoPath, 'main', 'feature')
220
- * for (const file of files) {
221
- * console.log(`${file.status}: ${file.path} (+${file.additions}, -${file.deletions})`)
222
- * }
223
- */
224
- export declare function listChangedFiles(_repoPath: string, baseBranch: string, headBranch: string): Promise<ReviewFile[]>;
225
- /**
226
- * Get commit range information.
227
- *
228
- * @description Resolves branch names to commit SHAs and returns information
229
- * about the commit range being compared.
230
- *
231
- * @param repoPath - Path to the git repository
232
- * @param baseBranch - Base branch name or commit SHA
233
- * @param headBranch - Head branch name or commit SHA
234
- * @returns Promise resolving to commit range information
235
- *
236
- * @example
237
- * const range = await getCommitRange(repoPath, 'main', 'feature')
238
- * console.log(`Comparing ${range.baseCommit}..${range.headCommit}`)
239
- * console.log(`${range.commitCount} commits`)
240
- */
241
- export declare function getCommitRange(repoPath: string, baseBranch: string, headBranch: string): Promise<CommitRange>;
242
- /**
243
- * Calculate review summary from changed files.
244
- *
245
- * @description Aggregates statistics from all changed files into a summary.
246
- *
247
- * @param files - Array of changed files
248
- * @returns Summary with total files, insertions, and deletions
249
- *
250
- * @example
251
- * const summary = calculateSummary(files)
252
- * console.log(`${summary.filesChanged} files, +${summary.insertions}, -${summary.deletions}`)
253
- */
254
- export declare function calculateSummary(files: ReviewFile[]): ReviewSummary;
255
- /**
256
- * Create initial interactive review UI state.
257
- *
258
- * @description Initializes UI state with first file selected, all files expanded,
259
- * unified view mode, and scroll position at top.
260
- *
261
- * @param _files - Array of files (used for validation, currently unused)
262
- * @returns Initial UI state ready for interaction
263
- *
264
- * @example
265
- * const state = createReviewUIState(result.files)
266
- * // state.selectedIndex === 0
267
- * // state.viewMode === 'unified'
268
- */
269
- export declare function createReviewUIState(_files: ReviewFile[]): ReviewUIState;
270
- /**
271
- * Handle arrow key navigation.
272
- *
273
- * @description Updates the selected file index based on arrow key input.
274
- * Clamps the index to valid bounds (0 to fileCount-1).
275
- *
276
- * @param state - Current UI state
277
- * @param direction - Navigation direction ('up' or 'down')
278
- * @param fileCount - Total number of files (for bounds checking)
279
- * @returns New UI state with updated selectedIndex
280
- *
281
- * @example
282
- * let state = createReviewUIState(files)
283
- * state = handleArrowNavigation(state, 'down', files.length) // selectedIndex: 1
284
- * state = handleArrowNavigation(state, 'up', files.length) // selectedIndex: 0
285
- */
286
- export declare function handleArrowNavigation(state: ReviewUIState, direction: 'up' | 'down', fileCount: number): ReviewUIState;
287
- /**
288
- * Toggle file collapse/expand state.
289
- *
290
- * @description Toggles whether a file's diff is collapsed or expanded.
291
- * Collapsed files show only the header, expanded files show the full diff.
292
- *
293
- * @param state - Current UI state
294
- * @param fileIndex - Index of file to toggle
295
- * @returns New UI state with updated collapsedFiles set
296
- *
297
- * @example
298
- * let state = createReviewUIState(files)
299
- * state = toggleFileCollapse(state, 0) // File 0 is now collapsed
300
- * state = toggleFileCollapse(state, 0) // File 0 is now expanded
301
- */
302
- export declare function toggleFileCollapse(state: ReviewUIState, fileIndex: number): ReviewUIState;
303
- /**
304
- * Handle vim-style navigation (j/k keys).
305
- *
306
- * @description Provides vim-style navigation where 'j' moves down and 'k' moves up.
307
- * Delegates to handleArrowNavigation for actual implementation.
308
- *
309
- * @param state - Current UI state
310
- * @param key - Vim navigation key ('j' for down, 'k' for up)
311
- * @param fileCount - Total number of files
312
- * @returns New UI state with updated selectedIndex
313
- *
314
- * @example
315
- * let state = createReviewUIState(files)
316
- * state = handleVimNavigation(state, 'j', files.length) // Move down
317
- * state = handleVimNavigation(state, 'k', files.length) // Move up
318
- */
319
- export declare function handleVimNavigation(state: ReviewUIState, key: 'j' | 'k', fileCount: number): ReviewUIState;
320
- /**
321
- * Handle quit shortcut (q key).
322
- *
323
- * @description Exits the interactive review mode. In the current implementation,
324
- * this is a no-op placeholder for the quit functionality.
325
- *
326
- * @example
327
- * // When 'q' is pressed in interactive mode
328
- * handleQuit()
329
- */
330
- export declare function handleQuit(): void;
331
- /**
332
- * Get list of available keyboard shortcuts.
333
- *
334
- * @description Returns all keyboard shortcuts available in the interactive
335
- * review mode for display in help or key handling.
336
- *
337
- * @returns Array of keyboard shortcut definitions
338
- *
339
- * @example
340
- * const shortcuts = getKeyboardShortcuts()
341
- * for (const shortcut of shortcuts) {
342
- * console.log(`${shortcut.key}: ${shortcut.action}`)
343
- * }
344
- */
345
- export declare function getKeyboardShortcuts(): KeyboardShortcut[];
346
- /**
347
- * Render split view (side-by-side comparison).
348
- *
349
- * @description Renders a file diff in split view mode with old content on
350
- * the left and new content on the right, separated by a vertical bar.
351
- *
352
- * @param file - File with diff content to render
353
- * @param terminalWidth - Terminal width in characters for column sizing
354
- * @returns Array of formatted lines for display
355
- *
356
- * @example
357
- * const lines = renderSplitView(file, 120)
358
- * for (const line of lines) {
359
- * console.log(line) // "old content | new content"
360
- * }
361
- */
362
- export declare function renderSplitView(file: ReviewFile, terminalWidth: number): string[];
363
- /**
364
- * Render unified view.
365
- *
366
- * @description Renders a file diff in unified view mode with additions and
367
- * deletions interspersed (like standard `git diff` output).
368
- *
369
- * @param file - File with diff content to render
370
- * @returns Array of non-empty diff lines
371
- *
372
- * @example
373
- * const lines = renderUnifiedView(file)
374
- * for (const line of lines) {
375
- * console.log(line) // "+added line" or "-removed line" or " context"
376
- * }
377
- */
378
- export declare function renderUnifiedView(file: ReviewFile): string[];
379
- /**
380
- * Toggle between split and unified view modes.
381
- *
382
- * @description Switches the view mode between 'unified' (interleaved) and
383
- * 'split' (side-by-side) diff display.
384
- *
385
- * @param state - Current UI state
386
- * @returns New UI state with toggled viewMode
387
- *
388
- * @example
389
- * let state = createReviewUIState(files) // viewMode: 'unified'
390
- * state = toggleViewMode(state) // viewMode: 'split'
391
- * state = toggleViewMode(state) // viewMode: 'unified'
392
- */
393
- export declare function toggleViewMode(state: ReviewUIState): ReviewUIState;
394
- /**
395
- * Format summary for display.
396
- *
397
- * @description Formats the review summary as a human-readable string similar
398
- * to the summary line in GitHub PR diffs.
399
- *
400
- * @param summary - Review summary with statistics
401
- * @returns Formatted string like "3 files changed, +150, -42"
402
- *
403
- * @example
404
- * const formatted = formatSummary({ filesChanged: 3, insertions: 150, deletions: 42 })
405
- * // "3 files changed, +150, -42"
406
- */
407
- export declare function formatSummary(summary: ReviewSummary): string;
408
- /**
409
- * Format file statistics line.
410
- *
411
- * @description Formats a single file's change statistics as a human-readable
412
- * string showing path and line counts.
413
- *
414
- * @param file - File with change statistics
415
- * @returns Formatted string like "src/index.ts | +25 -10"
416
- *
417
- * @example
418
- * const formatted = formatFileStats(file)
419
- * // "src/index.ts | +25 -10"
420
- */
421
- export declare function formatFileStats(file: ReviewFile): string;
422
- /**
423
- * Handle no changes between branches.
424
- *
425
- * @description Returns a message indicating there are no differences between
426
- * the specified branches.
427
- *
428
- * @param baseBranch - Base branch name
429
- * @param headBranch - Head branch name
430
- * @returns Message string indicating no changes
431
- *
432
- * @example
433
- * const message = handleNoChanges('main', 'feature')
434
- * // "No changes between main and feature"
435
- */
436
- export declare function handleNoChanges(baseBranch: string, headBranch: string): string;
437
- /**
438
- * Check if branches have changes between them.
439
- *
440
- * @description Determines whether there are any differences between two
441
- * branches by comparing their resolved commit SHAs.
442
- *
443
- * @param repoPath - Path to the git repository
444
- * @param baseBranch - Base branch or commit SHA
445
- * @param headBranch - Head branch or commit SHA
446
- * @returns Promise resolving to true if branches differ, false if identical
447
- *
448
- * @example
449
- * if (await hasChanges(repoPath, 'main', 'feature')) {
450
- * const result = await getReviewDiff(repoPath, 'main', 'feature')
451
- * // Display diff...
452
- * } else {
453
- * console.log('Branches are identical')
454
- * }
455
- */
456
- export declare function hasChanges(repoPath: string, baseBranch: string, headBranch: string): Promise<boolean>;
457
- //# sourceMappingURL=review.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"review.d.ts","sourceRoot":"","sources":["../../../src/cli/commands/review.ts"],"names":[],"mappings":"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"}