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