@thxgg/steward 0.1.20 → 0.1.22

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 (94) hide show
  1. package/.output/nitro.json +1 -1
  2. package/.output/public/_nuxt/{Dn6yoG20.js → B4iDhohi.js} +2 -2
  3. package/.output/public/_nuxt/{CV5HFGKm.js → BQBm6AsP.js} +1 -1
  4. package/.output/public/_nuxt/{D6aZT905.js → BhBgWPCX.js} +1 -1
  5. package/.output/public/_nuxt/{BTHAQvnA.js → BuvhTQbX.js} +1 -1
  6. package/.output/public/_nuxt/{a87LfEfa.js → CL_YIWu4.js} +1 -1
  7. package/.output/public/_nuxt/CZWhz2fI.js +1 -0
  8. package/.output/public/_nuxt/C_5PUO5r.js +1 -0
  9. package/.output/public/_nuxt/{C2LWefrW.js → C_Sxjx0M.js} +1 -1
  10. package/.output/public/_nuxt/CjDuB5VD.js +1 -0
  11. package/.output/public/_nuxt/{DDV2bymk.js → CuOw9LiK.js} +1 -1
  12. package/.output/public/_nuxt/{CzCDTesu.js → DQivOuJJ.js} +1 -1
  13. package/.output/public/_nuxt/DUrbBKgG.js +3 -0
  14. package/.output/public/_nuxt/{B7kcsnX1.js → Du8Y9zEm.js} +1 -1
  15. package/.output/public/_nuxt/{DSqaInP-.js → HZy5mmMm.js} +1 -1
  16. package/.output/public/_nuxt/builds/latest.json +1 -1
  17. package/.output/public/_nuxt/builds/meta/3e08a0b0-262b-4fb5-b213-4aa35df11afb.json +1 -0
  18. package/.output/public/_nuxt/entry.xHdymH38.css +1 -0
  19. package/.output/public/_nuxt/{D9fz0wy8.js → okqELTtf.js} +1 -1
  20. package/.output/public/_nuxt/{ClxxfTZn.js → rG99Mq9f.js} +1 -1
  21. package/.output/public/_nuxt/rTDTR03M.js +30 -0
  22. package/.output/server/chunks/_/git-api.mjs +10 -23
  23. package/.output/server/chunks/_/git-api.mjs.map +1 -1
  24. package/.output/server/chunks/_/prd-service.mjs +1 -3
  25. package/.output/server/chunks/_/prd-service.mjs.map +1 -1
  26. package/.output/server/chunks/_/watcher.mjs +1 -2
  27. package/.output/server/chunks/_/watcher.mjs.map +1 -1
  28. package/.output/server/chunks/build/_prd_-DY25apyl.mjs +2 -1
  29. package/.output/server/chunks/build/client.precomputed.mjs +1 -1
  30. package/.output/server/chunks/build/default-BKKgG7HJ.mjs +2 -1
  31. package/.output/server/chunks/build/error-404-Bf6kdO80.mjs +2 -1
  32. package/.output/server/chunks/build/error-500-D_bcARXN.mjs +2 -1
  33. package/.output/server/chunks/build/index-DE1tjHAd.mjs +2 -1
  34. package/.output/server/chunks/build/nuxt-link-SvT1nf8Z.mjs +1 -1
  35. package/.output/server/chunks/build/repo-graph-CUcJKW1F.mjs +2 -1
  36. package/.output/server/chunks/build/server.mjs +3 -2
  37. package/.output/server/chunks/build/usePrd-hXZOmvAv.mjs +1 -1
  38. package/.output/server/chunks/nitro/nitro.mjs +1510 -690
  39. package/.output/server/chunks/nitro/nitro.mjs.map +1 -1
  40. package/.output/server/chunks/routes/api/browse.get.mjs +1 -0
  41. package/.output/server/chunks/routes/api/browse.get.mjs.map +1 -1
  42. package/.output/server/chunks/routes/api/index.get.mjs +3 -3
  43. package/.output/server/chunks/routes/api/index.post.mjs +2 -2
  44. package/.output/server/chunks/routes/api/repos/_repoId/git/commits.get.mjs +3 -5
  45. package/.output/server/chunks/routes/api/repos/_repoId/git/commits.get.mjs.map +1 -1
  46. package/.output/server/chunks/routes/api/repos/_repoId/git/diff.get.mjs +3 -5
  47. package/.output/server/chunks/routes/api/repos/_repoId/git/diff.get.mjs.map +1 -1
  48. package/.output/server/chunks/routes/api/repos/_repoId/git/file-content.get.mjs +3 -5
  49. package/.output/server/chunks/routes/api/repos/_repoId/git/file-content.get.mjs.map +1 -1
  50. package/.output/server/chunks/routes/api/repos/_repoId/git/file-diff.get.mjs +3 -5
  51. package/.output/server/chunks/routes/api/repos/_repoId/git/file-diff.get.mjs.map +1 -1
  52. package/.output/server/chunks/routes/api/repos/_repoId/graph.get.mjs +3 -5
  53. package/.output/server/chunks/routes/api/repos/_repoId/graph.get.mjs.map +1 -1
  54. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/archive.post.mjs +2 -4
  55. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/archive.post.mjs.map +1 -1
  56. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/graph.get.mjs +3 -5
  57. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/graph.get.mjs.map +1 -1
  58. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/progress.get.mjs +3 -5
  59. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/progress.get.mjs.map +1 -1
  60. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/tasks/_taskId/commits.get.mjs +3 -5
  61. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/tasks/_taskId/commits.get.mjs.map +1 -1
  62. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/tasks.get.mjs +3 -5
  63. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug/tasks.get.mjs.map +1 -1
  64. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug_.get.mjs +3 -5
  65. package/.output/server/chunks/routes/api/repos/_repoId/prd/_prdSlug_.get.mjs.map +1 -1
  66. package/.output/server/chunks/routes/api/repos/_repoId/prds.get.mjs +3 -5
  67. package/.output/server/chunks/routes/api/repos/_repoId/prds.get.mjs.map +1 -1
  68. package/.output/server/chunks/routes/api/repos/_repoId/refresh-git-repos.post.mjs +3 -3
  69. package/.output/server/chunks/routes/api/repos/_repoId_.delete.mjs +3 -3
  70. package/.output/server/chunks/routes/api/runtime.get.mjs +3 -2
  71. package/.output/server/chunks/routes/api/runtime.get.mjs.map +1 -1
  72. package/.output/server/chunks/routes/api/state-migration/status.get.mjs +3 -2
  73. package/.output/server/chunks/routes/api/state-migration/status.get.mjs.map +1 -1
  74. package/.output/server/chunks/routes/api/watch.get.mjs +3 -3
  75. package/.output/server/chunks/routes/renderer.mjs +1 -1
  76. package/.output/server/index.mjs +3 -2
  77. package/.output/server/index.mjs.map +1 -1
  78. package/.output/server/package.json +1 -1
  79. package/dist/host/src/api/git.js +14 -7
  80. package/dist/server/utils/git-repo-path.js +63 -0
  81. package/dist/server/utils/git.js +26 -9
  82. package/dist/server/utils/state-migration.js +206 -0
  83. package/package.json +1 -1
  84. package/.output/public/_nuxt/B3PShd4B.js +0 -3
  85. package/.output/public/_nuxt/B9j1BHt9.js +0 -1
  86. package/.output/public/_nuxt/BGSfDLaX.js +0 -1
  87. package/.output/public/_nuxt/DK5VWQk7.js +0 -1
  88. package/.output/public/_nuxt/builds/meta/37438177-5e14-4a46-9af4-eae491ba1f24.json +0 -1
  89. package/.output/public/_nuxt/entry.Dp3jx0Yw.css +0 -1
  90. package/.output/public/_nuxt/zhOijcjw.js +0 -30
  91. package/.output/server/chunks/_/git.mjs +0 -296
  92. package/.output/server/chunks/_/git.mjs.map +0 -1
  93. package/.output/server/chunks/_/repos.mjs +0 -272
  94. package/.output/server/chunks/_/repos.mjs.map +0 -1
@@ -18,8 +18,9 @@ import 'node:fs';
18
18
  import 'node:path';
19
19
  import 'node:crypto';
20
20
  import 'node:os';
21
- import 'zod';
21
+ import 'node:child_process';
22
22
  import 'node:url';
23
+ import 'zod';
23
24
  import '@vue/shared';
24
25
  import 'perfect-debounce';
25
26
  import '../routes/renderer.mjs';
@@ -12,8 +12,9 @@ import 'node:fs';
12
12
  import 'node:path';
13
13
  import 'node:crypto';
14
14
  import 'node:os';
15
- import 'zod';
15
+ import 'node:child_process';
16
16
  import 'node:url';
17
+ import 'zod';
17
18
  import '../routes/renderer.mjs';
18
19
  import 'vue-bundle-renderer/runtime';
19
20
  import 'unhead/server';
@@ -11,8 +11,9 @@ import 'node:fs';
11
11
  import 'node:path';
12
12
  import 'node:crypto';
13
13
  import 'node:os';
14
- import 'zod';
14
+ import 'node:child_process';
15
15
  import 'node:url';
16
+ import 'zod';
16
17
  import '../routes/renderer.mjs';
17
18
  import 'vue-bundle-renderer/runtime';
18
19
  import 'unhead/server';
@@ -18,8 +18,9 @@ import 'node:fs';
18
18
  import 'node:path';
19
19
  import 'node:crypto';
20
20
  import 'node:os';
21
- import 'zod';
21
+ import 'node:child_process';
22
22
  import 'node:url';
23
+ import 'zod';
23
24
  import '@vue/shared';
24
25
  import 'perfect-debounce';
25
26
  import '../routes/renderer.mjs';
@@ -1,5 +1,5 @@
1
1
  import { defineComponent, shallowRef, h, resolveComponent, computed } from 'vue';
2
- import { L as parseQuery, C as hasProtocol, x as joinURL, M as withTrailingSlash, N as withoutTrailingSlash } from '../nitro/nitro.mjs';
2
+ import { a3 as parseQuery, V as hasProtocol, Q as joinURL, a4 as withTrailingSlash, a5 as withoutTrailingSlash } from '../nitro/nitro.mjs';
3
3
  import { a as useRouter, e as encodeRoutePath, r as resolveRouteObject, n as navigateTo, c as useNuxtApp, d as useRuntimeConfig, f as nuxtLinkDefaults } from './server.mjs';
4
4
 
5
5
  const firstNonUndefined = (...args) => args.find((arg) => arg !== void 0);
@@ -21,8 +21,9 @@ import 'node:fs';
21
21
  import 'node:path';
22
22
  import 'node:crypto';
23
23
  import 'node:os';
24
- import 'zod';
24
+ import 'node:child_process';
25
25
  import 'node:url';
26
+ import 'zod';
26
27
  import 'clsx';
27
28
  import 'tailwind-merge';
28
29
  import 'vue-sonner';
@@ -1,5 +1,5 @@
1
1
  import process from 'node:process';globalThis._importMeta_=globalThis._importMeta_||{url:"file:///_entry.js",env:process.env};import { defineComponent, shallowRef, getCurrentInstance, provide, cloneVNode, h, createElementBlock, hasInjectionContext, inject, toRef, isRef, computed, defineAsyncComponent, unref, shallowReactive, ref, Suspense, Fragment, useSSRContext, createApp, withCtx, createVNode, onErrorCaptured, onServerPrefetch, resolveDynamicComponent, reactive, effectScope, nextTick, mergeProps, getCurrentScope, isReadonly, isShallow, isReactive, toRaw } from 'vue';
2
- import { z as parseURL, A as encodePath, B as decodePath, c as createError$1, C as hasProtocol, D as isScriptProtocol, x as joinURL, E as withQuery, F as sanitizeStatusCode, G as getContext, $ as $fetch, H as createHooks, I as defu, J as executeAsync } from '../nitro/nitro.mjs';
2
+ import { S as parseURL, T as encodePath, U as decodePath, c as createError$1, V as hasProtocol, W as isScriptProtocol, Q as joinURL, X as withQuery, Y as sanitizeStatusCode, Z as getContext, $ as $fetch, _ as createHooks, a0 as defu, a1 as executeAsync } from '../nitro/nitro.mjs';
3
3
  import { u as useHead$1, h as headSymbol, b as baseURL } from '../routes/renderer.mjs';
4
4
  import { useRoute as useRoute$1, RouterView, createMemoryHistory, createRouter, START_LOCATION } from 'vue-router';
5
5
  import { ssrRenderComponent, ssrRenderSuspense, ssrRenderVNode } from 'vue/server-renderer';
@@ -11,8 +11,9 @@ import 'node:fs';
11
11
  import 'node:path';
12
12
  import 'node:crypto';
13
13
  import 'node:os';
14
- import 'zod';
14
+ import 'node:child_process';
15
15
  import 'node:url';
16
+ import 'zod';
16
17
  import 'vue-bundle-renderer/runtime';
17
18
  import 'unhead/server';
18
19
  import 'devalue';
@@ -5,7 +5,7 @@ import { Primitive } from 'reka-ui';
5
5
  import { clsx } from 'clsx';
6
6
  import { twMerge } from 'tailwind-merge';
7
7
  import { toast } from 'vue-sonner';
8
- import { K as hash } from '../nitro/nitro.mjs';
8
+ import { a2 as hash } from '../nitro/nitro.mjs';
9
9
  import { isPlainObject } from '@vue/shared';
10
10
  import { g as useState, k as fetchDefaults, c as useNuxtApp, i as asyncDataDefaults, j as createError } from './server.mjs';
11
11
  import { debounce } from 'perfect-debounce';