vibeman 0.0.5 → 0.0.6

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 (241) hide show
  1. package/dist/api.js +49 -0
  2. package/dist/cli.js +135 -0
  3. package/dist/ui/index-gnk6rhxs.js +9 -0
  4. package/dist/ui/index.html +10 -0
  5. package/dist/ui/index.js +2 -0
  6. package/package.json +10 -46
  7. package/README.md +0 -12
  8. package/dist/index.js +0 -114
  9. package/dist/runtime/api/.tsbuildinfo +0 -1
  10. package/dist/runtime/api/agent/agent-service.d.ts +0 -229
  11. package/dist/runtime/api/agent/agent-service.js +0 -963
  12. package/dist/runtime/api/agent/ai-providers/amp-cli-provider.d.ts +0 -38
  13. package/dist/runtime/api/agent/ai-providers/amp-cli-provider.js +0 -268
  14. package/dist/runtime/api/agent/ai-providers/claude-code-adapter.d.ts +0 -61
  15. package/dist/runtime/api/agent/ai-providers/claude-code-adapter.js +0 -362
  16. package/dist/runtime/api/agent/ai-providers/codex-cli-provider.d.ts +0 -36
  17. package/dist/runtime/api/agent/ai-providers/codex-cli-provider.js +0 -375
  18. package/dist/runtime/api/agent/ai-providers/gemini-cli-provider.d.ts +0 -24
  19. package/dist/runtime/api/agent/ai-providers/gemini-cli-provider.js +0 -291
  20. package/dist/runtime/api/agent/ai-providers/index.d.ts +0 -9
  21. package/dist/runtime/api/agent/ai-providers/index.js +0 -9
  22. package/dist/runtime/api/agent/ai-providers/types.d.ts +0 -185
  23. package/dist/runtime/api/agent/ai-providers/types.js +0 -5
  24. package/dist/runtime/api/agent/amp-cli-provider.test.d.ts +0 -1
  25. package/dist/runtime/api/agent/amp-cli-provider.test.js +0 -99
  26. package/dist/runtime/api/agent/codex-cli-provider.test.d.ts +0 -1
  27. package/dist/runtime/api/agent/codex-cli-provider.test.js +0 -172
  28. package/dist/runtime/api/agent/core-agent-service.d.ts +0 -119
  29. package/dist/runtime/api/agent/core-agent-service.js +0 -267
  30. package/dist/runtime/api/agent/parsers.d.ts +0 -16
  31. package/dist/runtime/api/agent/parsers.js +0 -308
  32. package/dist/runtime/api/agent/prompt-service.d.ts +0 -30
  33. package/dist/runtime/api/agent/prompt-service.js +0 -452
  34. package/dist/runtime/api/agent/prompt-service.test.d.ts +0 -1
  35. package/dist/runtime/api/agent/prompt-service.test.js +0 -265
  36. package/dist/runtime/api/agent/routing-policy.d.ts +0 -171
  37. package/dist/runtime/api/agent/routing-policy.js +0 -196
  38. package/dist/runtime/api/agent/routing-policy.test.d.ts +0 -1
  39. package/dist/runtime/api/agent/routing-policy.test.js +0 -63
  40. package/dist/runtime/api/api/router-helpers.d.ts +0 -32
  41. package/dist/runtime/api/api/router-helpers.js +0 -31
  42. package/dist/runtime/api/api/routers/ai.d.ts +0 -200
  43. package/dist/runtime/api/api/routers/ai.js +0 -396
  44. package/dist/runtime/api/api/routers/executions.d.ts +0 -93
  45. package/dist/runtime/api/api/routers/executions.js +0 -94
  46. package/dist/runtime/api/api/routers/git.d.ts +0 -45
  47. package/dist/runtime/api/api/routers/git.js +0 -35
  48. package/dist/runtime/api/api/routers/provider-config.d.ts +0 -199
  49. package/dist/runtime/api/api/routers/provider-config.js +0 -252
  50. package/dist/runtime/api/api/routers/settings.d.ts +0 -158
  51. package/dist/runtime/api/api/routers/settings.js +0 -129
  52. package/dist/runtime/api/api/routers/tasks.d.ts +0 -141
  53. package/dist/runtime/api/api/routers/tasks.js +0 -238
  54. package/dist/runtime/api/api/routers/workflows.d.ts +0 -275
  55. package/dist/runtime/api/api/routers/workflows.js +0 -311
  56. package/dist/runtime/api/api/routers/worktrees.d.ts +0 -101
  57. package/dist/runtime/api/api/routers/worktrees.js +0 -80
  58. package/dist/runtime/api/api/trpc.d.ts +0 -118
  59. package/dist/runtime/api/api/trpc.js +0 -34
  60. package/dist/runtime/api/index.d.ts +0 -9
  61. package/dist/runtime/api/index.js +0 -117
  62. package/dist/runtime/api/lib/id-generator.d.ts +0 -70
  63. package/dist/runtime/api/lib/id-generator.js +0 -123
  64. package/dist/runtime/api/lib/local-config.d.ts +0 -335
  65. package/dist/runtime/api/lib/local-config.js +0 -304
  66. package/dist/runtime/api/lib/logger.d.ts +0 -11
  67. package/dist/runtime/api/lib/logger.js +0 -188
  68. package/dist/runtime/api/lib/provider-detection.d.ts +0 -61
  69. package/dist/runtime/api/lib/provider-detection.js +0 -326
  70. package/dist/runtime/api/lib/server/agent-service-singleton.d.ts +0 -6
  71. package/dist/runtime/api/lib/server/agent-service-singleton.js +0 -27
  72. package/dist/runtime/api/lib/server/bootstrap.d.ts +0 -38
  73. package/dist/runtime/api/lib/server/bootstrap.js +0 -197
  74. package/dist/runtime/api/lib/server/git-service-singleton.d.ts +0 -6
  75. package/dist/runtime/api/lib/server/git-service-singleton.js +0 -47
  76. package/dist/runtime/api/lib/server/project-root.d.ts +0 -2
  77. package/dist/runtime/api/lib/server/project-root.js +0 -61
  78. package/dist/runtime/api/lib/server/task-service-singleton.d.ts +0 -7
  79. package/dist/runtime/api/lib/server/task-service-singleton.js +0 -58
  80. package/dist/runtime/api/lib/server/vibeman-info.d.ts +0 -5
  81. package/dist/runtime/api/lib/server/vibeman-info.js +0 -85
  82. package/dist/runtime/api/lib/server/vibing-orchestrator-singleton.d.ts +0 -7
  83. package/dist/runtime/api/lib/server/vibing-orchestrator-singleton.js +0 -57
  84. package/dist/runtime/api/lib/trpc/server.d.ts +0 -965
  85. package/dist/runtime/api/lib/trpc/server.js +0 -11
  86. package/dist/runtime/api/lib/trpc/ws-server.d.ts +0 -8
  87. package/dist/runtime/api/lib/trpc/ws-server.js +0 -33
  88. package/dist/runtime/api/persistence/database-service.d.ts +0 -14
  89. package/dist/runtime/api/persistence/database-service.js +0 -74
  90. package/dist/runtime/api/persistence/execution-log-persistence.d.ts +0 -90
  91. package/dist/runtime/api/persistence/execution-log-persistence.js +0 -426
  92. package/dist/runtime/api/persistence/execution-log-persistence.test.d.ts +0 -1
  93. package/dist/runtime/api/persistence/execution-log-persistence.test.js +0 -170
  94. package/dist/runtime/api/router.d.ts +0 -968
  95. package/dist/runtime/api/router.js +0 -34
  96. package/dist/runtime/api/settings-service.d.ts +0 -110
  97. package/dist/runtime/api/settings-service.js +0 -678
  98. package/dist/runtime/api/tasks/file-watcher.d.ts +0 -23
  99. package/dist/runtime/api/tasks/file-watcher.js +0 -88
  100. package/dist/runtime/api/tasks/task-file-parser.d.ts +0 -14
  101. package/dist/runtime/api/tasks/task-file-parser.js +0 -180
  102. package/dist/runtime/api/tasks/task-service.d.ts +0 -36
  103. package/dist/runtime/api/tasks/task-service.js +0 -173
  104. package/dist/runtime/api/tasks/task-updater.d.ts +0 -62
  105. package/dist/runtime/api/tasks/task-updater.js +0 -260
  106. package/dist/runtime/api/tasks/task-updater.test.d.ts +0 -1
  107. package/dist/runtime/api/tasks/task-updater.test.js +0 -303
  108. package/dist/runtime/api/types/index.d.ts +0 -186
  109. package/dist/runtime/api/types/index.js +0 -1
  110. package/dist/runtime/api/types/settings.d.ts +0 -105
  111. package/dist/runtime/api/types/settings.js +0 -2
  112. package/dist/runtime/api/types.d.ts +0 -2
  113. package/dist/runtime/api/types.js +0 -1
  114. package/dist/runtime/api/utils/env.d.ts +0 -6
  115. package/dist/runtime/api/utils/env.js +0 -12
  116. package/dist/runtime/api/utils/stripNextEnv.d.ts +0 -7
  117. package/dist/runtime/api/utils/stripNextEnv.js +0 -22
  118. package/dist/runtime/api/utils/title-slug.d.ts +0 -6
  119. package/dist/runtime/api/utils/title-slug.js +0 -77
  120. package/dist/runtime/api/utils/url.d.ts +0 -2
  121. package/dist/runtime/api/utils/url.js +0 -19
  122. package/dist/runtime/api/vcs/git-history-service.d.ts +0 -57
  123. package/dist/runtime/api/vcs/git-history-service.js +0 -228
  124. package/dist/runtime/api/vcs/git-service.d.ts +0 -136
  125. package/dist/runtime/api/vcs/git-service.js +0 -307
  126. package/dist/runtime/api/vcs/worktree-service.d.ts +0 -93
  127. package/dist/runtime/api/vcs/worktree-service.js +0 -518
  128. package/dist/runtime/api/vcs/worktree-service.test.d.ts +0 -1
  129. package/dist/runtime/api/vcs/worktree-service.test.js +0 -20
  130. package/dist/runtime/api/workflows/quality-pipeline.d.ts +0 -58
  131. package/dist/runtime/api/workflows/quality-pipeline.js +0 -401
  132. package/dist/runtime/api/workflows/vibing-orchestrator.d.ts +0 -406
  133. package/dist/runtime/api/workflows/vibing-orchestrator.js +0 -2462
  134. package/dist/runtime/api/workflows/workflow-effects.d.ts +0 -45
  135. package/dist/runtime/api/workflows/workflow-effects.js +0 -49
  136. package/dist/runtime/api/workflows/workflow-reconciler.d.ts +0 -65
  137. package/dist/runtime/api/workflows/workflow-reconciler.js +0 -226
  138. package/dist/runtime/api/workflows/workflow-reducer.d.ts +0 -26
  139. package/dist/runtime/api/workflows/workflow-reducer.js +0 -288
  140. package/dist/runtime/api/workflows/workflow-reducer.test.d.ts +0 -1
  141. package/dist/runtime/api/workflows/workflow-reducer.test.js +0 -247
  142. package/dist/runtime/api/workflows/workflow-schema.d.ts +0 -546
  143. package/dist/runtime/api/workflows/workflow-schema.js +0 -256
  144. package/dist/runtime/web/.next/BUILD_ID +0 -1
  145. package/dist/runtime/web/.next/app-build-manifest.json +0 -66
  146. package/dist/runtime/web/.next/app-path-routes-manifest.json +0 -8
  147. package/dist/runtime/web/.next/build-manifest.json +0 -33
  148. package/dist/runtime/web/.next/package.json +0 -1
  149. package/dist/runtime/web/.next/prerender-manifest.json +0 -61
  150. package/dist/runtime/web/.next/react-loadable-manifest.json +0 -8
  151. package/dist/runtime/web/.next/required-server-files.json +0 -334
  152. package/dist/runtime/web/.next/routes-manifest.json +0 -70
  153. package/dist/runtime/web/.next/server/app/.vibeman/assets/images/[...path]/route.js +0 -1
  154. package/dist/runtime/web/.next/server/app/.vibeman/assets/images/[...path]/route.js.nft.json +0 -1
  155. package/dist/runtime/web/.next/server/app/.vibeman/assets/images/[...path]/route_client-reference-manifest.js +0 -1
  156. package/dist/runtime/web/.next/server/app/_not-found/page.js +0 -2
  157. package/dist/runtime/web/.next/server/app/_not-found/page.js.nft.json +0 -1
  158. package/dist/runtime/web/.next/server/app/_not-found/page_client-reference-manifest.js +0 -1
  159. package/dist/runtime/web/.next/server/app/_not-found.html +0 -7
  160. package/dist/runtime/web/.next/server/app/_not-found.meta +0 -8
  161. package/dist/runtime/web/.next/server/app/_not-found.rsc +0 -22
  162. package/dist/runtime/web/.next/server/app/api/health/route.js +0 -1
  163. package/dist/runtime/web/.next/server/app/api/health/route.js.nft.json +0 -1
  164. package/dist/runtime/web/.next/server/app/api/health/route_client-reference-manifest.js +0 -1
  165. package/dist/runtime/web/.next/server/app/api/images/[...path]/route.js +0 -1
  166. package/dist/runtime/web/.next/server/app/api/images/[...path]/route.js.nft.json +0 -1
  167. package/dist/runtime/web/.next/server/app/api/images/[...path]/route_client-reference-manifest.js +0 -1
  168. package/dist/runtime/web/.next/server/app/api/upload/route.js +0 -1
  169. package/dist/runtime/web/.next/server/app/api/upload/route.js.nft.json +0 -1
  170. package/dist/runtime/web/.next/server/app/api/upload/route_client-reference-manifest.js +0 -1
  171. package/dist/runtime/web/.next/server/app/index.html +0 -7
  172. package/dist/runtime/web/.next/server/app/index.meta +0 -7
  173. package/dist/runtime/web/.next/server/app/index.rsc +0 -27
  174. package/dist/runtime/web/.next/server/app/page.js +0 -112
  175. package/dist/runtime/web/.next/server/app/page.js.nft.json +0 -1
  176. package/dist/runtime/web/.next/server/app/page_client-reference-manifest.js +0 -1
  177. package/dist/runtime/web/.next/server/app-paths-manifest.json +0 -8
  178. package/dist/runtime/web/.next/server/chunks/210.js +0 -1
  179. package/dist/runtime/web/.next/server/chunks/291.js +0 -18
  180. package/dist/runtime/web/.next/server/chunks/552.js +0 -22
  181. package/dist/runtime/web/.next/server/chunks/780.js +0 -1
  182. package/dist/runtime/web/.next/server/chunks/905.js +0 -6
  183. package/dist/runtime/web/.next/server/chunks/98.js +0 -1
  184. package/dist/runtime/web/.next/server/functions-config-manifest.json +0 -4
  185. package/dist/runtime/web/.next/server/middleware-build-manifest.js +0 -1
  186. package/dist/runtime/web/.next/server/middleware-manifest.json +0 -6
  187. package/dist/runtime/web/.next/server/middleware-react-loadable-manifest.js +0 -1
  188. package/dist/runtime/web/.next/server/next-font-manifest.js +0 -1
  189. package/dist/runtime/web/.next/server/next-font-manifest.json +0 -1
  190. package/dist/runtime/web/.next/server/pages/404.html +0 -7
  191. package/dist/runtime/web/.next/server/pages/500.html +0 -1
  192. package/dist/runtime/web/.next/server/pages/_app.js +0 -1
  193. package/dist/runtime/web/.next/server/pages/_app.js.nft.json +0 -1
  194. package/dist/runtime/web/.next/server/pages/_document.js +0 -1
  195. package/dist/runtime/web/.next/server/pages/_document.js.nft.json +0 -1
  196. package/dist/runtime/web/.next/server/pages/_error.js +0 -19
  197. package/dist/runtime/web/.next/server/pages/_error.js.nft.json +0 -1
  198. package/dist/runtime/web/.next/server/pages-manifest.json +0 -6
  199. package/dist/runtime/web/.next/server/server-reference-manifest.js +0 -1
  200. package/dist/runtime/web/.next/server/server-reference-manifest.json +0 -1
  201. package/dist/runtime/web/.next/server/webpack-runtime.js +0 -1
  202. package/dist/runtime/web/.next/static/LJFZk_8tvKFN_Ee4HqUuM/_buildManifest.js +0 -1
  203. package/dist/runtime/web/.next/static/LJFZk_8tvKFN_Ee4HqUuM/_ssgManifest.js +0 -1
  204. package/dist/runtime/web/.next/static/chunks/05c91ade-7d09b2b280adffd1.js +0 -1
  205. package/dist/runtime/web/.next/static/chunks/201-51bef3fa8c832e2e.js +0 -1
  206. package/dist/runtime/web/.next/static/chunks/524-89747ed9b0294f8a.js +0 -1
  207. package/dist/runtime/web/.next/static/chunks/554-8bec6e9cca6acc67.js +0 -1
  208. package/dist/runtime/web/.next/static/chunks/764.86e9503a69d45a85.js +0 -1
  209. package/dist/runtime/web/.next/static/chunks/7ab4dc20-239138e0ae7af24a.js +0 -1
  210. package/dist/runtime/web/.next/static/chunks/905-342391e3d3a3678f.js +0 -20
  211. package/dist/runtime/web/.next/static/chunks/a8a5ce16-4edea7df2d9b544a.js +0 -79
  212. package/dist/runtime/web/.next/static/chunks/ad74d572-4c1b162e2c15acaa.js +0 -1
  213. package/dist/runtime/web/.next/static/chunks/app/.vibeman/assets/images/[...path]/route-7b752a8641f96c1f.js +0 -1
  214. package/dist/runtime/web/.next/static/chunks/app/_not-found/page-34e66b251c2b5044.js +0 -1
  215. package/dist/runtime/web/.next/static/chunks/app/api/health/route-7b752a8641f96c1f.js +0 -1
  216. package/dist/runtime/web/.next/static/chunks/app/api/images/[...path]/route-7b752a8641f96c1f.js +0 -1
  217. package/dist/runtime/web/.next/static/chunks/app/api/upload/route-7b752a8641f96c1f.js +0 -1
  218. package/dist/runtime/web/.next/static/chunks/app/layout-df9ac93cb02b2385.js +0 -1
  219. package/dist/runtime/web/.next/static/chunks/app/page-6610743f7de5f92a.js +0 -1
  220. package/dist/runtime/web/.next/static/chunks/c25e0690-e9b798b8de667da1.js +0 -1
  221. package/dist/runtime/web/.next/static/chunks/framework-57157ec4d37f64aa.js +0 -1
  222. package/dist/runtime/web/.next/static/chunks/main-app-156cc0c60371bd78.js +0 -1
  223. package/dist/runtime/web/.next/static/chunks/main-df25d367c47b1fec.js +0 -1
  224. package/dist/runtime/web/.next/static/chunks/pages/_app-9f629a5e1131d19f.js +0 -1
  225. package/dist/runtime/web/.next/static/chunks/pages/_error-9238238274c7efcd.js +0 -1
  226. package/dist/runtime/web/.next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
  227. package/dist/runtime/web/.next/static/chunks/webpack-cd50e39b423d1808.js +0 -1
  228. package/dist/runtime/web/.next/static/css/2728291c68f99cb1.css +0 -3
  229. package/dist/runtime/web/.next/static/css/4fbf378a264bd4ea.css +0 -1
  230. package/dist/runtime/web/.next/static/css/521bd69cc298cd1a.css +0 -1
  231. package/dist/runtime/web/.next/static/css/537e22821e101b87.css +0 -1
  232. package/dist/runtime/web/.next/static/media/19cfc7226ec3afaa-s.woff2 +0 -0
  233. package/dist/runtime/web/.next/static/media/21350d82a1f187e9-s.woff2 +0 -0
  234. package/dist/runtime/web/.next/static/media/8e9860b6e62d6359-s.woff2 +0 -0
  235. package/dist/runtime/web/.next/static/media/ba9851c3c22cd980-s.woff2 +0 -0
  236. package/dist/runtime/web/.next/static/media/c5fe6dc8356a8c31-s.woff2 +0 -0
  237. package/dist/runtime/web/.next/static/media/df0a9ae256c0569c-s.woff2 +0 -0
  238. package/dist/runtime/web/.next/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
  239. package/dist/runtime/web/package.json +0 -65
  240. package/dist/runtime/web/server.js +0 -44
  241. package/dist/tsconfig.tsbuildinfo +0 -1
@@ -1,968 +0,0 @@
1
- import type { TaskService } from './tasks/task-service.js';
2
- import type { GitService } from './vcs/git-service.js';
3
- import type { VibingOrchestrator } from './workflows/vibing-orchestrator.js';
4
- export declare function createRouter(taskService: TaskService, gitService: GitService, vibingOrchestrator: VibingOrchestrator): import("@trpc/server").TRPCBuiltRouter<{
5
- ctx: import("./api/trpc.js").Context;
6
- meta: object;
7
- errorShape: import("@trpc/server").TRPCDefaultErrorShape;
8
- transformer: true;
9
- }, import("@trpc/server").TRPCDecorateCreateRouterOptions<{
10
- detectAllProviders: import("@trpc/server").TRPCQueryProcedure<{
11
- input: void;
12
- output: Record<string, import("./lib/provider-detection.js").DetectionResult>;
13
- meta: object;
14
- }>;
15
- detectProvider: import("@trpc/server").TRPCQueryProcedure<{
16
- input: {
17
- provider: string;
18
- };
19
- output: import("./lib/provider-detection.js").DetectionResult;
20
- meta: object;
21
- }>;
22
- setProviderPath: import("@trpc/server").TRPCMutationProcedure<{
23
- input: {
24
- path: string;
25
- provider: string;
26
- };
27
- output: {
28
- success: boolean;
29
- result: import("./lib/provider-detection.js").DetectionResult;
30
- };
31
- meta: object;
32
- }>;
33
- clearProviderPath: import("@trpc/server").TRPCMutationProcedure<{
34
- input: {
35
- provider: string;
36
- };
37
- output: {
38
- success: boolean;
39
- };
40
- meta: object;
41
- }>;
42
- getLocalConfigInfo: import("@trpc/server").TRPCQueryProcedure<{
43
- input: void;
44
- output: {
45
- providers: {
46
- 'claude-code'?: {
47
- binPath?: string | undefined;
48
- detectedPath?: string | undefined;
49
- lastDetected?: string | undefined;
50
- detectionMethod?: "explicit" | "PATH" | "common-location" | undefined;
51
- } | undefined;
52
- codex?: {
53
- binPath?: string | undefined;
54
- detectedPath?: string | undefined;
55
- lastDetected?: string | undefined;
56
- detectionMethod?: "explicit" | "PATH" | "common-location" | undefined;
57
- } | undefined;
58
- gemini?: {
59
- binPath?: string | undefined;
60
- detectedPath?: string | undefined;
61
- lastDetected?: string | undefined;
62
- detectionMethod?: "explicit" | "PATH" | "common-location" | undefined;
63
- } | undefined;
64
- amp?: {
65
- binPath?: string | undefined;
66
- detectedPath?: string | undefined;
67
- lastDetected?: string | undefined;
68
- detectionMethod?: "explicit" | "PATH" | "common-location" | undefined;
69
- } | undefined;
70
- };
71
- path: string;
72
- exists: boolean;
73
- size?: number;
74
- };
75
- meta: object;
76
- }>;
77
- clearValidationCache: import("@trpc/server").TRPCMutationProcedure<{
78
- input: void;
79
- output: {
80
- success: boolean;
81
- };
82
- meta: object;
83
- }>;
84
- getProviderDiagnostics: import("@trpc/server").TRPCQueryProcedure<{
85
- input: void;
86
- output: {
87
- localConfigPath: string;
88
- localConfigExists: boolean;
89
- providers: {
90
- provider: string;
91
- detection: import("./lib/provider-detection.js").DetectionResult;
92
- localConfig: {
93
- binPath?: string | undefined;
94
- detectedPath?: string | undefined;
95
- lastDetected?: string | undefined;
96
- detectionMethod?: "explicit" | "PATH" | "common-location" | undefined;
97
- } | {
98
- binPath?: string | undefined;
99
- detectedPath?: string | undefined;
100
- lastDetected?: string | undefined;
101
- detectionMethod?: "explicit" | "PATH" | "common-location" | undefined;
102
- } | {
103
- binPath?: string | undefined;
104
- detectedPath?: string | undefined;
105
- lastDetected?: string | undefined;
106
- detectionMethod?: "explicit" | "PATH" | "common-location" | undefined;
107
- } | {
108
- binPath?: string | undefined;
109
- detectedPath?: string | undefined;
110
- lastDetected?: string | undefined;
111
- detectionMethod?: "explicit" | "PATH" | "common-location" | undefined;
112
- } | undefined;
113
- cached: {
114
- available: boolean;
115
- error: string | undefined;
116
- version: string | undefined;
117
- checkedAt: string;
118
- isFresh: boolean;
119
- } | null;
120
- }[];
121
- };
122
- meta: object;
123
- }>;
124
- listProviders: import("@trpc/server").TRPCQueryProcedure<{
125
- input: void;
126
- output: {
127
- name: string;
128
- displayName: string;
129
- available: boolean;
130
- error: string | undefined;
131
- capabilities: import("./agent/ai-providers/types.js").ProviderCapabilities;
132
- models: import("./agent/ai-providers/types.js").ModelInfo[];
133
- }[];
134
- meta: object;
135
- }>;
136
- listModels: import("@trpc/server").TRPCQueryProcedure<{
137
- input: {
138
- provider?: string | undefined;
139
- } | undefined;
140
- output: import("./agent/ai-providers/types.js").ModelInfo[];
141
- meta: object;
142
- }>;
143
- getRoutingPolicy: import("@trpc/server").TRPCQueryProcedure<{
144
- input: void;
145
- output: {
146
- defaultProvider: string;
147
- operations?: Partial<Record<"execute_task" | "quality_checks" | "ai_codereview" | "ai_merge" | "improve_task", {
148
- provider: string;
149
- options?: {
150
- temperature?: number | undefined;
151
- maxTokens?: number | undefined;
152
- tools?: string[] | undefined;
153
- } | undefined;
154
- model?: string | undefined;
155
- fallback?: string[] | undefined;
156
- }>> | undefined;
157
- };
158
- meta: object;
159
- }>;
160
- updateRoutingPolicy: import("@trpc/server").TRPCMutationProcedure<{
161
- input: {
162
- policy: {
163
- defaultProvider?: string | undefined;
164
- operations?: Partial<Record<"execute_task" | "quality_checks" | "ai_codereview" | "ai_merge" | "improve_task", {
165
- provider: string;
166
- options?: {
167
- temperature?: number | undefined;
168
- maxTokens?: number | undefined;
169
- tools?: string[] | undefined;
170
- } | undefined;
171
- model?: string | undefined;
172
- fallback?: string[] | undefined;
173
- }>> | undefined;
174
- };
175
- };
176
- output: {
177
- success: boolean;
178
- policy: any;
179
- };
180
- meta: object;
181
- }>;
182
- setDefaultProvider: import("@trpc/server").TRPCMutationProcedure<{
183
- input: {
184
- provider: string;
185
- };
186
- output: {
187
- success: boolean;
188
- provider: string;
189
- };
190
- meta: object;
191
- }>;
192
- setOperationConfig: import("@trpc/server").TRPCMutationProcedure<{
193
- input: {
194
- config: {
195
- provider: string;
196
- options?: {
197
- temperature?: number | undefined;
198
- maxTokens?: number | undefined;
199
- tools?: string[] | undefined;
200
- } | undefined;
201
- model?: string | undefined;
202
- fallback?: string[] | undefined;
203
- };
204
- operation: "execute_task" | "quality_checks" | "ai_codereview" | "ai_merge" | "improve_task";
205
- };
206
- output: {
207
- success: boolean;
208
- };
209
- meta: object;
210
- }>;
211
- validateProviders: import("@trpc/server").TRPCMutationProcedure<{
212
- input: {
213
- force?: boolean | undefined;
214
- } | undefined;
215
- output: {
216
- success: boolean;
217
- results: {
218
- provider: string;
219
- available: boolean;
220
- error: string | undefined;
221
- modelCount: number;
222
- capabilities: import("./agent/ai-providers/types.js").ProviderCapabilities;
223
- }[];
224
- totalProviders: number;
225
- availableProviders: number;
226
- };
227
- meta: object;
228
- }>;
229
- getGitStatus: import("@trpc/server").TRPCQueryProcedure<{
230
- input: void;
231
- output: {
232
- current: string;
233
- staged: string[];
234
- modified: string[];
235
- untracked: string[];
236
- ahead: number;
237
- behind: number;
238
- };
239
- meta: object;
240
- }>;
241
- createBranch: import("@trpc/server").TRPCMutationProcedure<{
242
- input: {
243
- taskId: string;
244
- baseBranch?: string | undefined;
245
- };
246
- output: import("./vcs/git-service.js").BranchInfo;
247
- meta: object;
248
- }>;
249
- commitChanges: import("@trpc/server").TRPCMutationProcedure<{
250
- input: {
251
- taskId: string;
252
- message?: string | undefined;
253
- files?: string[] | undefined;
254
- };
255
- output: import("./vcs/git-service.js").CommitInfo;
256
- meta: object;
257
- }>;
258
- getCommitHistory: import("@trpc/server").TRPCQueryProcedure<{
259
- input: {
260
- maxCount?: number | undefined;
261
- };
262
- output: import("./vcs/git-service.js").CommitInfo[];
263
- meta: object;
264
- }>;
265
- hasUncommittedChanges: import("@trpc/server").TRPCQueryProcedure<{
266
- input: void;
267
- output: boolean;
268
- meta: object;
269
- }>;
270
- getProjectInfo: import("@trpc/server").TRPCQueryProcedure<{
271
- input: void;
272
- output: {
273
- name: string;
274
- path: string;
275
- };
276
- meta: object;
277
- }>;
278
- getVibemanInfo: import("@trpc/server").TRPCQueryProcedure<{
279
- input: void;
280
- output: import("./lib/server/vibeman-info.js").VibemanInfo;
281
- meta: object;
282
- }>;
283
- getSettings: import("@trpc/server").TRPCQueryProcedure<{
284
- input: void;
285
- output: import("./types/settings.js").VibemanSettings;
286
- meta: object;
287
- }>;
288
- detectQualityChecks: import("@trpc/server").TRPCMutationProcedure<{
289
- input: void;
290
- output: {
291
- checks: {
292
- name: string;
293
- command: string;
294
- args: string[];
295
- timeout: number;
296
- enabled: boolean;
297
- }[];
298
- workingDirectory: string;
299
- };
300
- meta: object;
301
- }>;
302
- getSetting: import("@trpc/server").TRPCQueryProcedure<{
303
- input: {
304
- path: string[];
305
- };
306
- output: unknown;
307
- meta: object;
308
- }>;
309
- updateSettings: import("@trpc/server").TRPCMutationProcedure<{
310
- input: {
311
- path: string[];
312
- value?: unknown;
313
- }[];
314
- output: {
315
- success: boolean;
316
- errors: import("./types/settings.js").SettingsValidationError[];
317
- };
318
- meta: object;
319
- }>;
320
- resetToDefaults: import("@trpc/server").TRPCMutationProcedure<{
321
- input: void;
322
- output: import("./types/settings.js").VibemanSettings;
323
- meta: object;
324
- }>;
325
- validateSettings: import("@trpc/server").TRPCQueryProcedure<{
326
- input: Record<string, unknown>;
327
- output: {
328
- valid: boolean;
329
- errors: import("./types/settings.js").SettingsValidationError[];
330
- };
331
- meta: object;
332
- }>;
333
- getSettingsInfo: import("@trpc/server").TRPCQueryProcedure<{
334
- input: void;
335
- output: {
336
- path: string;
337
- exists: boolean;
338
- };
339
- meta: object;
340
- }>;
341
- getEditorPresets: import("@trpc/server").TRPCQueryProcedure<{
342
- input: void;
343
- output: Record<string, Partial<{
344
- type?: "vscode" | "cursor" | "vim" | "custom";
345
- command?: string;
346
- args?: string[];
347
- name?: string;
348
- openFileCommand?: string[];
349
- openFolderCommand?: string[];
350
- } | undefined>>;
351
- meta: object;
352
- }>;
353
- getTerminalPresets: import("@trpc/server").TRPCQueryProcedure<{
354
- input: void;
355
- output: Record<string, Partial<{
356
- type?: "system" | "iterm2" | "warp" | "custom";
357
- command?: string;
358
- args?: string[];
359
- name?: string;
360
- openCommand?: string[];
361
- } | undefined>>;
362
- meta: object;
363
- }>;
364
- applyEditorPreset: import("@trpc/server").TRPCMutationProcedure<{
365
- input: {
366
- presetName: string;
367
- };
368
- output: {
369
- success: boolean;
370
- errors: import("./types/settings.js").SettingsValidationError[];
371
- };
372
- meta: object;
373
- }>;
374
- applyTerminalPreset: import("@trpc/server").TRPCMutationProcedure<{
375
- input: {
376
- presetName: string;
377
- };
378
- output: {
379
- success: boolean;
380
- errors: import("./types/settings.js").SettingsValidationError[];
381
- };
382
- meta: object;
383
- }>;
384
- updateWorkflowOptions: import("@trpc/server").TRPCMutationProcedure<{
385
- input: {
386
- config: {
387
- autoQualityChecks?: boolean | undefined;
388
- requireHumanApproval?: boolean | undefined;
389
- aiCodeReview?: boolean | undefined;
390
- autoCommit?: boolean | undefined;
391
- createPR?: boolean | undefined;
392
- stepByStepMode?: boolean | undefined;
393
- autoMerge?: boolean | undefined;
394
- aiRoutingOverrides?: {
395
- execute_task?: {
396
- provider?: string | undefined;
397
- model?: string | undefined;
398
- } | undefined;
399
- quality_checks?: {
400
- provider?: string | undefined;
401
- model?: string | undefined;
402
- } | undefined;
403
- ai_codereview?: {
404
- provider?: string | undefined;
405
- model?: string | undefined;
406
- } | undefined;
407
- ai_merge?: {
408
- provider?: string | undefined;
409
- model?: string | undefined;
410
- } | undefined;
411
- improve_task?: {
412
- provider?: string | undefined;
413
- model?: string | undefined;
414
- } | undefined;
415
- } | undefined;
416
- };
417
- workflowId: string;
418
- };
419
- output: {
420
- readonly success: true;
421
- };
422
- meta: object;
423
- }>;
424
- startWorkflow: import("@trpc/server").TRPCMutationProcedure<{
425
- input: {
426
- taskId: string;
427
- config?: {
428
- autoQualityChecks?: boolean | undefined;
429
- requireHumanApproval?: boolean | undefined;
430
- aiCodeReview?: boolean | undefined;
431
- autoCommit?: boolean | undefined;
432
- createPR?: boolean | undefined;
433
- stepByStepMode?: boolean | undefined;
434
- autoMerge?: boolean | undefined;
435
- aiRoutingOverrides?: {
436
- execute_task?: {
437
- provider?: string | undefined;
438
- model?: string | undefined;
439
- } | undefined;
440
- quality_checks?: {
441
- provider?: string | undefined;
442
- model?: string | undefined;
443
- } | undefined;
444
- ai_codereview?: {
445
- provider?: string | undefined;
446
- model?: string | undefined;
447
- } | undefined;
448
- ai_merge?: {
449
- provider?: string | undefined;
450
- model?: string | undefined;
451
- } | undefined;
452
- improve_task?: {
453
- provider?: string | undefined;
454
- model?: string | undefined;
455
- } | undefined;
456
- } | undefined;
457
- } | undefined;
458
- };
459
- output: {
460
- workflowId: string;
461
- };
462
- meta: object;
463
- }>;
464
- continueWorkflow: import("@trpc/server").TRPCMutationProcedure<{
465
- input: {
466
- workflowId: string;
467
- };
468
- output: {
469
- readonly success: true;
470
- };
471
- meta: object;
472
- }>;
473
- runValidation: import("@trpc/server").TRPCMutationProcedure<{
474
- input: {
475
- workflowId: string;
476
- };
477
- output: {
478
- readonly success: true;
479
- };
480
- meta: object;
481
- }>;
482
- runMerge: import("@trpc/server").TRPCMutationProcedure<{
483
- input: {
484
- workflowId: string;
485
- provider?: string | undefined;
486
- model?: string | undefined;
487
- };
488
- output: {
489
- readonly success: true;
490
- };
491
- meta: object;
492
- }>;
493
- runCleanup: import("@trpc/server").TRPCMutationProcedure<{
494
- input: {
495
- workflowId: string;
496
- };
497
- output: {
498
- readonly success: true;
499
- };
500
- meta: object;
501
- }>;
502
- pauseWorkflow: import("@trpc/server").TRPCMutationProcedure<{
503
- input: {
504
- workflowId: string;
505
- };
506
- output: {
507
- readonly success: true;
508
- };
509
- meta: object;
510
- }>;
511
- resetWorkflow: import("@trpc/server").TRPCMutationProcedure<{
512
- input: {
513
- workflowId: string;
514
- force?: boolean | undefined;
515
- deleteWorktree?: boolean | undefined;
516
- };
517
- output: {
518
- success: true;
519
- };
520
- meta: object;
521
- }>;
522
- approveWorkflow: import("@trpc/server").TRPCMutationProcedure<{
523
- input: {
524
- workflowId: string;
525
- comments?: string | undefined;
526
- };
527
- output: {
528
- readonly success: true;
529
- };
530
- meta: object;
531
- }>;
532
- rejectWorkflow: import("@trpc/server").TRPCMutationProcedure<{
533
- input: {
534
- workflowId: string;
535
- feedback: string;
536
- };
537
- output: {
538
- readonly success: true;
539
- };
540
- meta: object;
541
- }>;
542
- onTaskWorkflowEvents: import("@trpc/server").TRPCSubscriptionProcedure<{
543
- input: {
544
- taskId?: string | undefined;
545
- } | undefined;
546
- output: AsyncIterable<{
547
- type: "started" | "phase" | "completed" | "failed" | "updated" | "deleted";
548
- workflowId: string;
549
- phase?: string;
550
- workflow?: any;
551
- executionId?: string;
552
- }, void, any>;
553
- meta: object;
554
- }>;
555
- getWorkflow: import("@trpc/server").TRPCQueryProcedure<{
556
- input: {
557
- workflowId: string;
558
- };
559
- output: import("./types/index.js").VibingExecution | null;
560
- meta: object;
561
- }>;
562
- getWorkflowsByTaskId: import("@trpc/server").TRPCQueryProcedure<{
563
- input: {
564
- taskId: string;
565
- };
566
- output: import("./types/index.js").VibingExecution[];
567
- meta: object;
568
- }>;
569
- getLatestWorkflowByTaskId: import("@trpc/server").TRPCQueryProcedure<{
570
- input: {
571
- taskId: string;
572
- };
573
- output: import("./types/index.js").VibingExecution | null;
574
- meta: object;
575
- }>;
576
- aiReviewCode: import("@trpc/server").TRPCMutationProcedure<{
577
- input: {
578
- taskId: string;
579
- provider?: string | undefined;
580
- model?: string | undefined;
581
- workflowId?: string | undefined;
582
- reviewContext?: string | undefined;
583
- };
584
- output: {
585
- executionId: string;
586
- reviewSummary: string;
587
- recommendations: string[];
588
- qualityScore: number;
589
- };
590
- meta: object;
591
- }>;
592
- approveAndContinueReview: import("@trpc/server").TRPCMutationProcedure<{
593
- input: {
594
- workflowId: string;
595
- };
596
- output: {
597
- success: true;
598
- };
599
- meta: object;
600
- }>;
601
- markCompleted: import("@trpc/server").TRPCMutationProcedure<{
602
- input: {
603
- workflowId: string;
604
- };
605
- output: {
606
- success: true;
607
- };
608
- meta: object;
609
- }>;
610
- checkWorktreeStatus: import("@trpc/server").TRPCMutationProcedure<{
611
- input: {
612
- workflowId: string;
613
- };
614
- output: {
615
- clean: boolean;
616
- uncommittedFiles: string[];
617
- worktreePath?: string;
618
- };
619
- meta: object;
620
- }>;
621
- rerunImplementation: import("@trpc/server").TRPCMutationProcedure<{
622
- input: {
623
- workflowId: string;
624
- provider?: string | undefined;
625
- model?: string | undefined;
626
- feedback?: string | undefined;
627
- };
628
- output: {
629
- success: true;
630
- };
631
- meta: object;
632
- }>;
633
- skipToNextPhase: import("@trpc/server").TRPCMutationProcedure<{
634
- input: {
635
- workflowId: string;
636
- };
637
- output: {
638
- success: true;
639
- };
640
- meta: object;
641
- }>;
642
- rerunFromPhase: import("@trpc/server").TRPCMutationProcedure<{
643
- input: {
644
- workflowId: string;
645
- phase: "completed" | "failed" | "draft" | "awaiting-review" | "approved" | "merged" | "paused" | "implementing" | "validating" | "ai-reviewing" | "merging" | "cleaning";
646
- };
647
- output: {
648
- success: true;
649
- };
650
- meta: object;
651
- }>;
652
- listWorktrees: import("@trpc/server").TRPCQueryProcedure<{
653
- input: void;
654
- output: (import("./types/index.js").WorktreeInfo & {
655
- isConnectedToTask: boolean;
656
- })[];
657
- meta: object;
658
- }>;
659
- syncWorktreeState: import("@trpc/server").TRPCMutationProcedure<{
660
- input: void;
661
- output: {
662
- readonly success: true;
663
- readonly message: "Worktree state synchronized";
664
- };
665
- meta: object;
666
- }>;
667
- getWorktreeInfo: import("@trpc/server").TRPCQueryProcedure<{
668
- input: {
669
- taskId: string;
670
- };
671
- output: any;
672
- meta: object;
673
- }>;
674
- createWorktree: import("@trpc/server").TRPCMutationProcedure<{
675
- input: {
676
- taskId: string;
677
- };
678
- output: any;
679
- meta: object;
680
- }>;
681
- deleteWorktree: import("@trpc/server").TRPCMutationProcedure<{
682
- input: {
683
- taskId: string;
684
- force?: boolean | undefined;
685
- };
686
- output: {
687
- readonly success: true;
688
- };
689
- meta: object;
690
- }>;
691
- openInEditor: import("@trpc/server").TRPCMutationProcedure<{
692
- input: {
693
- worktreePath: string;
694
- };
695
- output: {
696
- readonly success: true;
697
- };
698
- meta: object;
699
- }>;
700
- openInTerminal: import("@trpc/server").TRPCMutationProcedure<{
701
- input: {
702
- worktreePath: string;
703
- };
704
- output: {
705
- readonly success: true;
706
- };
707
- meta: object;
708
- }>;
709
- createWorktreePR: import("@trpc/server").TRPCMutationProcedure<{
710
- input: {
711
- taskId: string;
712
- baseBranch?: string | undefined;
713
- };
714
- output: {
715
- success: boolean;
716
- pullRequest?: any;
717
- error?: string;
718
- };
719
- meta: object;
720
- }>;
721
- createPullRequest: import("@trpc/server").TRPCMutationProcedure<{
722
- input: {
723
- taskId: string;
724
- baseBranch?: string | undefined;
725
- };
726
- output: {
727
- success: boolean;
728
- pullRequest?: any;
729
- error?: string;
730
- };
731
- meta: object;
732
- }>;
733
- cleanupWorktree: import("@trpc/server").TRPCMutationProcedure<{
734
- input: {
735
- isConnectedToTask: boolean;
736
- worktreePath?: string | undefined;
737
- force?: boolean | undefined;
738
- taskId?: string | undefined;
739
- branchName?: string | undefined;
740
- };
741
- output: {
742
- readonly success: true;
743
- };
744
- meta: object;
745
- }>;
746
- executeTask: import("@trpc/server").TRPCMutationProcedure<{
747
- input: {
748
- taskId: string;
749
- };
750
- output: {
751
- readonly executionId: string;
752
- };
753
- meta: object;
754
- }>;
755
- stopTaskExecution: import("@trpc/server").TRPCMutationProcedure<{
756
- input: {
757
- executionId: string;
758
- };
759
- output: {
760
- readonly success: true;
761
- };
762
- meta: object;
763
- }>;
764
- getTaskExecutionStatus: import("@trpc/server").TRPCQueryProcedure<{
765
- input: {
766
- executionId: string;
767
- };
768
- output: import("./types/index.js").AgentExecution | null;
769
- meta: object;
770
- }>;
771
- getTaskExecutionLogs: import("@trpc/server").TRPCQueryProcedure<{
772
- input: {
773
- executionId: string;
774
- };
775
- output: {
776
- logs: any[];
777
- };
778
- meta: object;
779
- }>;
780
- getTaskExecutions: import("@trpc/server").TRPCQueryProcedure<{
781
- input: {
782
- taskId: string;
783
- };
784
- output: import("./types/index.js").AgentExecution[];
785
- meta: object;
786
- }>;
787
- getTaskExecutionStats: import("@trpc/server").TRPCQueryProcedure<{
788
- input: void;
789
- output: {
790
- total: number;
791
- pending: number;
792
- running: number;
793
- completed: number;
794
- failed: number;
795
- cancelled: number;
796
- worktrees: {
797
- active: number;
798
- total: number;
799
- enabled: boolean;
800
- };
801
- };
802
- meta: object;
803
- }>;
804
- improveTask: import("@trpc/server").TRPCMutationProcedure<{
805
- input: {
806
- type: "feature" | "bug" | "chore" | "refactor" | "test" | "doc";
807
- priority: "low" | "medium" | "high";
808
- title: string;
809
- content: string;
810
- taskId: string;
811
- executionId?: string | undefined;
812
- };
813
- output: {
814
- readonly executionId: string;
815
- };
816
- meta: object;
817
- }>;
818
- onExecutionUpdate: import("@trpc/server").TRPCSubscriptionProcedure<{
819
- input: {
820
- executionId: string;
821
- };
822
- output: AsyncIterable<{
823
- executionId: string;
824
- status: "pending" | "running" | "completed" | "failed" | "cancelled";
825
- logs: string[];
826
- error?: string;
827
- }, void, any>;
828
- meta: object;
829
- }>;
830
- listTasks: import("@trpc/server").TRPCQueryProcedure<{
831
- input: {
832
- type?: "feature" | "bug" | "chore" | "refactor" | "test" | "doc" | undefined;
833
- status?: "backlog" | "in-progress" | "review" | "done" | undefined;
834
- priority?: "low" | "medium" | "high" | undefined;
835
- search?: string | undefined;
836
- tags?: string[] | undefined;
837
- includeDeleted?: boolean | undefined;
838
- onlyDeleted?: boolean | undefined;
839
- } | undefined;
840
- output: import("./types/index.js").Task[];
841
- meta: object;
842
- }>;
843
- getTask: import("@trpc/server").TRPCQueryProcedure<{
844
- input: {
845
- id: string;
846
- };
847
- output: import("./types/index.js").Task;
848
- meta: object;
849
- }>;
850
- createTask: import("@trpc/server").TRPCMutationProcedure<{
851
- input: {
852
- type: "feature" | "bug" | "chore" | "refactor" | "test" | "doc";
853
- title: string;
854
- content: string;
855
- status?: "backlog" | "in-progress" | "review" | "done" | undefined;
856
- priority?: "low" | "medium" | "high" | undefined;
857
- id?: string | undefined;
858
- tags?: string[] | undefined;
859
- due_date?: string | undefined;
860
- assignee?: string[] | undefined;
861
- comments?: string[] | undefined;
862
- };
863
- output: import("./types/index.js").Task;
864
- meta: object;
865
- }>;
866
- updateTask: import("@trpc/server").TRPCMutationProcedure<{
867
- input: {
868
- id: string;
869
- type?: "feature" | "bug" | "chore" | "refactor" | "test" | "doc" | undefined;
870
- status?: "backlog" | "in-progress" | "review" | "done" | undefined;
871
- priority?: "low" | "medium" | "high" | undefined;
872
- title?: string | undefined;
873
- tags?: string[] | undefined;
874
- due_date?: string | undefined;
875
- assignee?: string[] | undefined;
876
- comments?: string[] | undefined;
877
- content?: string | undefined;
878
- deleted_at?: string | undefined;
879
- };
880
- output: import("./types/index.js").Task;
881
- meta: object;
882
- }>;
883
- deleteTask: import("@trpc/server").TRPCMutationProcedure<{
884
- input: {
885
- id: string;
886
- };
887
- output: {
888
- readonly success: true;
889
- };
890
- meta: object;
891
- }>;
892
- moveTask: import("@trpc/server").TRPCMutationProcedure<{
893
- input: {
894
- status: "backlog" | "in-progress" | "review" | "done";
895
- id: string;
896
- };
897
- output: import("./types/index.js").Task;
898
- meta: object;
899
- }>;
900
- getTaskStats: import("@trpc/server").TRPCQueryProcedure<{
901
- input: void;
902
- output: any;
903
- meta: object;
904
- }>;
905
- searchTasks: import("@trpc/server").TRPCQueryProcedure<{
906
- input: {
907
- query: string;
908
- includeDeleted?: boolean | undefined;
909
- onlyDeleted?: boolean | undefined;
910
- };
911
- output: import("./types/index.js").Task[];
912
- meta: object;
913
- }>;
914
- healthCheck: import("@trpc/server").TRPCQueryProcedure<{
915
- input: void;
916
- output: {
917
- status: string;
918
- timestamp: string;
919
- tasksLoaded: number;
920
- };
921
- meta: object;
922
- }>;
923
- onTaskUpdate: import("@trpc/server").TRPCSubscriptionProcedure<{
924
- input: {
925
- taskId?: string | undefined;
926
- } | undefined;
927
- output: AsyncIterable<{
928
- type: "update" | "delete";
929
- taskId: string;
930
- task?: any;
931
- }, void, any>;
932
- meta: object;
933
- }>;
934
- getTaskHistory: import("@trpc/server").TRPCQueryProcedure<{
935
- input: {
936
- taskId: string;
937
- limit?: number | undefined;
938
- };
939
- output: {
940
- available: boolean;
941
- history: import("./vcs/git-history-service.js").TaskHistoryEntry[];
942
- error?: undefined;
943
- } | {
944
- available: boolean;
945
- history: never[];
946
- error: string;
947
- };
948
- meta: object;
949
- }>;
950
- getTaskVersion: import("@trpc/server").TRPCQueryProcedure<{
951
- input: {
952
- taskId: string;
953
- commitHash: string;
954
- };
955
- output: import("./vcs/git-history-service.js").TaskFileContent;
956
- meta: object;
957
- }>;
958
- getTaskDiff: import("@trpc/server").TRPCQueryProcedure<{
959
- input: {
960
- taskId: string;
961
- fromHash: string;
962
- toHash: string;
963
- };
964
- output: import("./vcs/git-history-service.js").TaskDiffEntry;
965
- meta: object;
966
- }>;
967
- }>>;
968
- export type AppRouter = ReturnType<typeof createRouter>;