@task-mcp/shared 1.0.19 → 1.0.21
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/package.json +1 -6
- package/src/schemas/task.ts +60 -14
- package/src/utils/date.ts +40 -0
- package/src/utils/hierarchy.ts +63 -1
- package/src/utils/index.ts +2 -0
- package/src/utils/natural-language.ts +12 -0
- package/src/utils/projection.ts +14 -3
- package/dist/algorithms/critical-path.d.ts +0 -46
- package/dist/algorithms/critical-path.d.ts.map +0 -1
- package/dist/algorithms/critical-path.js +0 -320
- package/dist/algorithms/critical-path.js.map +0 -1
- package/dist/algorithms/critical-path.test.d.ts +0 -2
- package/dist/algorithms/critical-path.test.d.ts.map +0 -1
- package/dist/algorithms/critical-path.test.js +0 -194
- package/dist/algorithms/critical-path.test.js.map +0 -1
- package/dist/algorithms/dependency-integrity.d.ts +0 -81
- package/dist/algorithms/dependency-integrity.d.ts.map +0 -1
- package/dist/algorithms/dependency-integrity.js +0 -207
- package/dist/algorithms/dependency-integrity.js.map +0 -1
- package/dist/algorithms/dependency-integrity.test.d.ts +0 -2
- package/dist/algorithms/dependency-integrity.test.d.ts.map +0 -1
- package/dist/algorithms/dependency-integrity.test.js +0 -309
- package/dist/algorithms/dependency-integrity.test.js.map +0 -1
- package/dist/algorithms/index.d.ts +0 -5
- package/dist/algorithms/index.d.ts.map +0 -1
- package/dist/algorithms/index.js +0 -5
- package/dist/algorithms/index.js.map +0 -1
- package/dist/algorithms/tech-analysis.d.ts +0 -106
- package/dist/algorithms/tech-analysis.d.ts.map +0 -1
- package/dist/algorithms/tech-analysis.js +0 -344
- package/dist/algorithms/tech-analysis.js.map +0 -1
- package/dist/algorithms/tech-analysis.test.d.ts +0 -2
- package/dist/algorithms/tech-analysis.test.d.ts.map +0 -1
- package/dist/algorithms/tech-analysis.test.js +0 -338
- package/dist/algorithms/tech-analysis.test.js.map +0 -1
- package/dist/algorithms/topological-sort.d.ts +0 -41
- package/dist/algorithms/topological-sort.d.ts.map +0 -1
- package/dist/algorithms/topological-sort.js +0 -165
- package/dist/algorithms/topological-sort.js.map +0 -1
- package/dist/algorithms/topological-sort.test.d.ts +0 -2
- package/dist/algorithms/topological-sort.test.d.ts.map +0 -1
- package/dist/algorithms/topological-sort.test.js +0 -162
- package/dist/algorithms/topological-sort.test.js.map +0 -1
- package/dist/index.d.ts +0 -4
- package/dist/index.d.ts.map +0 -1
- package/dist/index.js +0 -7
- package/dist/index.js.map +0 -1
- package/dist/schemas/inbox.d.ts +0 -55
- package/dist/schemas/inbox.d.ts.map +0 -1
- package/dist/schemas/inbox.js +0 -25
- package/dist/schemas/inbox.js.map +0 -1
- package/dist/schemas/index.d.ts +0 -7
- package/dist/schemas/index.d.ts.map +0 -1
- package/dist/schemas/index.js +0 -17
- package/dist/schemas/index.js.map +0 -1
- package/dist/schemas/project.d.ts +0 -177
- package/dist/schemas/project.d.ts.map +0 -1
- package/dist/schemas/project.js +0 -56
- package/dist/schemas/project.js.map +0 -1
- package/dist/schemas/response-format.d.ts +0 -148
- package/dist/schemas/response-format.d.ts.map +0 -1
- package/dist/schemas/response-format.js +0 -18
- package/dist/schemas/response-format.js.map +0 -1
- package/dist/schemas/response-schema.d.ts +0 -307
- package/dist/schemas/response-schema.d.ts.map +0 -1
- package/dist/schemas/response-schema.js +0 -75
- package/dist/schemas/response-schema.js.map +0 -1
- package/dist/schemas/response-schema.test.d.ts +0 -2
- package/dist/schemas/response-schema.test.d.ts.map +0 -1
- package/dist/schemas/response-schema.test.js +0 -256
- package/dist/schemas/response-schema.test.js.map +0 -1
- package/dist/schemas/state.d.ts +0 -17
- package/dist/schemas/state.d.ts.map +0 -1
- package/dist/schemas/state.js +0 -17
- package/dist/schemas/state.js.map +0 -1
- package/dist/schemas/task.d.ts +0 -625
- package/dist/schemas/task.d.ts.map +0 -1
- package/dist/schemas/task.js +0 -152
- package/dist/schemas/task.js.map +0 -1
- package/dist/schemas/view.d.ts +0 -143
- package/dist/schemas/view.d.ts.map +0 -1
- package/dist/schemas/view.js +0 -48
- package/dist/schemas/view.js.map +0 -1
- package/dist/utils/dashboard-renderer.d.ts +0 -93
- package/dist/utils/dashboard-renderer.d.ts.map +0 -1
- package/dist/utils/dashboard-renderer.js +0 -424
- package/dist/utils/dashboard-renderer.js.map +0 -1
- package/dist/utils/dashboard-renderer.test.d.ts +0 -2
- package/dist/utils/dashboard-renderer.test.d.ts.map +0 -1
- package/dist/utils/dashboard-renderer.test.js +0 -774
- package/dist/utils/dashboard-renderer.test.js.map +0 -1
- package/dist/utils/date.d.ts +0 -81
- package/dist/utils/date.d.ts.map +0 -1
- package/dist/utils/date.js +0 -294
- package/dist/utils/date.js.map +0 -1
- package/dist/utils/date.test.d.ts +0 -2
- package/dist/utils/date.test.d.ts.map +0 -1
- package/dist/utils/date.test.js +0 -276
- package/dist/utils/date.test.js.map +0 -1
- package/dist/utils/hierarchy.d.ts +0 -75
- package/dist/utils/hierarchy.d.ts.map +0 -1
- package/dist/utils/hierarchy.js +0 -189
- package/dist/utils/hierarchy.js.map +0 -1
- package/dist/utils/hierarchy.test.d.ts +0 -2
- package/dist/utils/hierarchy.test.d.ts.map +0 -1
- package/dist/utils/hierarchy.test.js +0 -351
- package/dist/utils/hierarchy.test.js.map +0 -1
- package/dist/utils/id.d.ts +0 -60
- package/dist/utils/id.d.ts.map +0 -1
- package/dist/utils/id.js +0 -118
- package/dist/utils/id.js.map +0 -1
- package/dist/utils/id.test.d.ts +0 -2
- package/dist/utils/id.test.d.ts.map +0 -1
- package/dist/utils/id.test.js +0 -193
- package/dist/utils/id.test.js.map +0 -1
- package/dist/utils/index.d.ts +0 -12
- package/dist/utils/index.d.ts.map +0 -1
- package/dist/utils/index.js +0 -34
- package/dist/utils/index.js.map +0 -1
- package/dist/utils/natural-language.d.ts +0 -57
- package/dist/utils/natural-language.d.ts.map +0 -1
- package/dist/utils/natural-language.js +0 -205
- package/dist/utils/natural-language.js.map +0 -1
- package/dist/utils/natural-language.test.d.ts +0 -2
- package/dist/utils/natural-language.test.d.ts.map +0 -1
- package/dist/utils/natural-language.test.js +0 -156
- package/dist/utils/natural-language.test.js.map +0 -1
- package/dist/utils/priority-queue.d.ts +0 -17
- package/dist/utils/priority-queue.d.ts.map +0 -1
- package/dist/utils/priority-queue.js +0 -62
- package/dist/utils/priority-queue.js.map +0 -1
- package/dist/utils/projection.d.ts +0 -65
- package/dist/utils/projection.d.ts.map +0 -1
- package/dist/utils/projection.js +0 -170
- package/dist/utils/projection.js.map +0 -1
- package/dist/utils/projection.test.d.ts +0 -2
- package/dist/utils/projection.test.d.ts.map +0 -1
- package/dist/utils/projection.test.js +0 -336
- package/dist/utils/projection.test.js.map +0 -1
- package/dist/utils/terminal-ui.d.ts +0 -208
- package/dist/utils/terminal-ui.d.ts.map +0 -1
- package/dist/utils/terminal-ui.js +0 -611
- package/dist/utils/terminal-ui.js.map +0 -1
- package/dist/utils/terminal-ui.test.d.ts +0 -2
- package/dist/utils/terminal-ui.test.d.ts.map +0 -1
- package/dist/utils/terminal-ui.test.js +0 -683
- package/dist/utils/terminal-ui.test.js.map +0 -1
- package/dist/utils/workspace.d.ts +0 -100
- package/dist/utils/workspace.d.ts.map +0 -1
- package/dist/utils/workspace.js +0 -173
- package/dist/utils/workspace.js.map +0 -1
- package/src/algorithms/critical-path.test.ts +0 -241
- package/src/algorithms/dependency-integrity.test.ts +0 -348
- package/src/algorithms/tech-analysis.test.ts +0 -413
- package/src/algorithms/topological-sort.test.ts +0 -190
- package/src/schemas/response-schema.test.ts +0 -314
- package/src/utils/dashboard-renderer.test.ts +0 -983
- package/src/utils/date.test.ts +0 -329
- package/src/utils/hierarchy.test.ts +0 -411
- package/src/utils/id.test.ts +0 -235
- package/src/utils/natural-language.test.ts +0 -182
- package/src/utils/projection.test.ts +0 -425
- package/src/utils/terminal-ui.test.ts +0 -831
package/dist/schemas/task.d.ts
DELETED
|
@@ -1,625 +0,0 @@
|
|
|
1
|
-
import { z } from "zod";
|
|
2
|
-
export declare const Priority: z.ZodEnum<["critical", "high", "medium", "low"]>;
|
|
3
|
-
export type Priority = z.infer<typeof Priority>;
|
|
4
|
-
export declare const TaskStatus: z.ZodEnum<["pending", "in_progress", "blocked", "completed", "cancelled"]>;
|
|
5
|
-
export type TaskStatus = z.infer<typeof TaskStatus>;
|
|
6
|
-
export declare const DependencyType: z.ZodEnum<["blocks", "blocked_by", "related"]>;
|
|
7
|
-
export type DependencyType = z.infer<typeof DependencyType>;
|
|
8
|
-
export declare const Dependency: z.ZodObject<{
|
|
9
|
-
taskId: z.ZodString;
|
|
10
|
-
type: z.ZodEnum<["blocks", "blocked_by", "related"]>;
|
|
11
|
-
reason: z.ZodOptional<z.ZodString>;
|
|
12
|
-
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
taskId: string;
|
|
14
|
-
type: "blocks" | "blocked_by" | "related";
|
|
15
|
-
reason?: string | undefined;
|
|
16
|
-
}, {
|
|
17
|
-
taskId: string;
|
|
18
|
-
type: "blocks" | "blocked_by" | "related";
|
|
19
|
-
reason?: string | undefined;
|
|
20
|
-
}>;
|
|
21
|
-
export type Dependency = z.infer<typeof Dependency>;
|
|
22
|
-
export declare const TimeEstimate: z.ZodObject<{
|
|
23
|
-
optimistic: z.ZodOptional<z.ZodNumber>;
|
|
24
|
-
expected: z.ZodOptional<z.ZodNumber>;
|
|
25
|
-
pessimistic: z.ZodOptional<z.ZodNumber>;
|
|
26
|
-
confidence: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
27
|
-
}, "strip", z.ZodTypeAny, {
|
|
28
|
-
expected?: number | undefined;
|
|
29
|
-
optimistic?: number | undefined;
|
|
30
|
-
pessimistic?: number | undefined;
|
|
31
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
32
|
-
}, {
|
|
33
|
-
expected?: number | undefined;
|
|
34
|
-
optimistic?: number | undefined;
|
|
35
|
-
pessimistic?: number | undefined;
|
|
36
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
37
|
-
}>;
|
|
38
|
-
export type TimeEstimate = z.infer<typeof TimeEstimate>;
|
|
39
|
-
export declare const Recurrence: z.ZodObject<{
|
|
40
|
-
pattern: z.ZodEnum<["daily", "weekly", "monthly", "after_completion"]>;
|
|
41
|
-
interval: z.ZodOptional<z.ZodNumber>;
|
|
42
|
-
daysOfWeek: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
43
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
44
|
-
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
46
|
-
interval?: number | undefined;
|
|
47
|
-
daysOfWeek?: number[] | undefined;
|
|
48
|
-
endDate?: string | undefined;
|
|
49
|
-
}, {
|
|
50
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
51
|
-
interval?: number | undefined;
|
|
52
|
-
daysOfWeek?: number[] | undefined;
|
|
53
|
-
endDate?: string | undefined;
|
|
54
|
-
}>;
|
|
55
|
-
export type Recurrence = z.infer<typeof Recurrence>;
|
|
56
|
-
export declare const ComplexityFactor: z.ZodEnum<["cross_cutting", "state_management", "error_handling", "performance", "security", "external_dependency", "data_migration", "breaking_change", "unclear_requirements", "coordination"]>;
|
|
57
|
-
export type ComplexityFactor = z.infer<typeof ComplexityFactor>;
|
|
58
|
-
export declare const ComplexityAnalysis: z.ZodObject<{
|
|
59
|
-
score: z.ZodOptional<z.ZodNumber>;
|
|
60
|
-
factors: z.ZodOptional<z.ZodArray<z.ZodEnum<["cross_cutting", "state_management", "error_handling", "performance", "security", "external_dependency", "data_migration", "breaking_change", "unclear_requirements", "coordination"]>, "many">>;
|
|
61
|
-
suggestedSubtasks: z.ZodOptional<z.ZodNumber>;
|
|
62
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
63
|
-
analyzedAt: z.ZodOptional<z.ZodString>;
|
|
64
|
-
}, "strip", z.ZodTypeAny, {
|
|
65
|
-
score?: number | undefined;
|
|
66
|
-
factors?: ("cross_cutting" | "state_management" | "error_handling" | "performance" | "security" | "external_dependency" | "data_migration" | "breaking_change" | "unclear_requirements" | "coordination")[] | undefined;
|
|
67
|
-
suggestedSubtasks?: number | undefined;
|
|
68
|
-
rationale?: string | undefined;
|
|
69
|
-
analyzedAt?: string | undefined;
|
|
70
|
-
}, {
|
|
71
|
-
score?: number | undefined;
|
|
72
|
-
factors?: ("cross_cutting" | "state_management" | "error_handling" | "performance" | "security" | "external_dependency" | "data_migration" | "breaking_change" | "unclear_requirements" | "coordination")[] | undefined;
|
|
73
|
-
suggestedSubtasks?: number | undefined;
|
|
74
|
-
rationale?: string | undefined;
|
|
75
|
-
analyzedAt?: string | undefined;
|
|
76
|
-
}>;
|
|
77
|
-
export type ComplexityAnalysis = z.infer<typeof ComplexityAnalysis>;
|
|
78
|
-
export declare const TechArea: z.ZodEnum<["schema", "backend", "frontend", "infra", "devops", "test", "docs", "refactor"]>;
|
|
79
|
-
export type TechArea = z.infer<typeof TechArea>;
|
|
80
|
-
export declare const RiskLevel: z.ZodEnum<["low", "medium", "high", "critical"]>;
|
|
81
|
-
export type RiskLevel = z.infer<typeof RiskLevel>;
|
|
82
|
-
export declare const TechStackAnalysis: z.ZodObject<{
|
|
83
|
-
areas: z.ZodOptional<z.ZodArray<z.ZodEnum<["schema", "backend", "frontend", "infra", "devops", "test", "docs", "refactor"]>, "many">>;
|
|
84
|
-
hasBreakingChange: z.ZodOptional<z.ZodBoolean>;
|
|
85
|
-
riskLevel: z.ZodOptional<z.ZodEnum<["low", "medium", "high", "critical"]>>;
|
|
86
|
-
affectedComponents: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
87
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
88
|
-
analyzedAt: z.ZodOptional<z.ZodString>;
|
|
89
|
-
}, "strip", z.ZodTypeAny, {
|
|
90
|
-
rationale?: string | undefined;
|
|
91
|
-
analyzedAt?: string | undefined;
|
|
92
|
-
areas?: ("schema" | "backend" | "frontend" | "infra" | "devops" | "test" | "docs" | "refactor")[] | undefined;
|
|
93
|
-
hasBreakingChange?: boolean | undefined;
|
|
94
|
-
riskLevel?: "critical" | "high" | "medium" | "low" | undefined;
|
|
95
|
-
affectedComponents?: string[] | undefined;
|
|
96
|
-
}, {
|
|
97
|
-
rationale?: string | undefined;
|
|
98
|
-
analyzedAt?: string | undefined;
|
|
99
|
-
areas?: ("schema" | "backend" | "frontend" | "infra" | "devops" | "test" | "docs" | "refactor")[] | undefined;
|
|
100
|
-
hasBreakingChange?: boolean | undefined;
|
|
101
|
-
riskLevel?: "critical" | "high" | "medium" | "low" | undefined;
|
|
102
|
-
affectedComponents?: string[] | undefined;
|
|
103
|
-
}>;
|
|
104
|
-
export type TechStackAnalysis = z.infer<typeof TechStackAnalysis>;
|
|
105
|
-
export declare const Task: z.ZodObject<{
|
|
106
|
-
id: z.ZodString;
|
|
107
|
-
title: z.ZodString;
|
|
108
|
-
description: z.ZodOptional<z.ZodString>;
|
|
109
|
-
status: z.ZodEnum<["pending", "in_progress", "blocked", "completed", "cancelled"]>;
|
|
110
|
-
priority: z.ZodEnum<["critical", "high", "medium", "low"]>;
|
|
111
|
-
workspace: z.ZodString;
|
|
112
|
-
parentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
113
|
-
level: z.ZodOptional<z.ZodNumber>;
|
|
114
|
-
dependencies: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
115
|
-
taskId: z.ZodString;
|
|
116
|
-
type: z.ZodEnum<["blocks", "blocked_by", "related"]>;
|
|
117
|
-
reason: z.ZodOptional<z.ZodString>;
|
|
118
|
-
}, "strip", z.ZodTypeAny, {
|
|
119
|
-
taskId: string;
|
|
120
|
-
type: "blocks" | "blocked_by" | "related";
|
|
121
|
-
reason?: string | undefined;
|
|
122
|
-
}, {
|
|
123
|
-
taskId: string;
|
|
124
|
-
type: "blocks" | "blocked_by" | "related";
|
|
125
|
-
reason?: string | undefined;
|
|
126
|
-
}>, "many">>;
|
|
127
|
-
estimate: z.ZodOptional<z.ZodObject<{
|
|
128
|
-
optimistic: z.ZodOptional<z.ZodNumber>;
|
|
129
|
-
expected: z.ZodOptional<z.ZodNumber>;
|
|
130
|
-
pessimistic: z.ZodOptional<z.ZodNumber>;
|
|
131
|
-
confidence: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
132
|
-
}, "strip", z.ZodTypeAny, {
|
|
133
|
-
expected?: number | undefined;
|
|
134
|
-
optimistic?: number | undefined;
|
|
135
|
-
pessimistic?: number | undefined;
|
|
136
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
137
|
-
}, {
|
|
138
|
-
expected?: number | undefined;
|
|
139
|
-
optimistic?: number | undefined;
|
|
140
|
-
pessimistic?: number | undefined;
|
|
141
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
142
|
-
}>>;
|
|
143
|
-
actualMinutes: z.ZodOptional<z.ZodNumber>;
|
|
144
|
-
dueDate: z.ZodOptional<z.ZodString>;
|
|
145
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
146
|
-
startedAt: z.ZodOptional<z.ZodString>;
|
|
147
|
-
completedAt: z.ZodOptional<z.ZodString>;
|
|
148
|
-
contexts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
149
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
150
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
151
|
-
recurrence: z.ZodOptional<z.ZodObject<{
|
|
152
|
-
pattern: z.ZodEnum<["daily", "weekly", "monthly", "after_completion"]>;
|
|
153
|
-
interval: z.ZodOptional<z.ZodNumber>;
|
|
154
|
-
daysOfWeek: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
155
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
156
|
-
}, "strip", z.ZodTypeAny, {
|
|
157
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
158
|
-
interval?: number | undefined;
|
|
159
|
-
daysOfWeek?: number[] | undefined;
|
|
160
|
-
endDate?: string | undefined;
|
|
161
|
-
}, {
|
|
162
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
163
|
-
interval?: number | undefined;
|
|
164
|
-
daysOfWeek?: number[] | undefined;
|
|
165
|
-
endDate?: string | undefined;
|
|
166
|
-
}>>;
|
|
167
|
-
createdAt: z.ZodString;
|
|
168
|
-
updatedAt: z.ZodString;
|
|
169
|
-
criticalPath: z.ZodOptional<z.ZodBoolean>;
|
|
170
|
-
slack: z.ZodOptional<z.ZodNumber>;
|
|
171
|
-
earliestStart: z.ZodOptional<z.ZodNumber>;
|
|
172
|
-
latestStart: z.ZodOptional<z.ZodNumber>;
|
|
173
|
-
complexity: z.ZodOptional<z.ZodObject<{
|
|
174
|
-
score: z.ZodOptional<z.ZodNumber>;
|
|
175
|
-
factors: z.ZodOptional<z.ZodArray<z.ZodEnum<["cross_cutting", "state_management", "error_handling", "performance", "security", "external_dependency", "data_migration", "breaking_change", "unclear_requirements", "coordination"]>, "many">>;
|
|
176
|
-
suggestedSubtasks: z.ZodOptional<z.ZodNumber>;
|
|
177
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
178
|
-
analyzedAt: z.ZodOptional<z.ZodString>;
|
|
179
|
-
}, "strip", z.ZodTypeAny, {
|
|
180
|
-
score?: number | undefined;
|
|
181
|
-
factors?: ("cross_cutting" | "state_management" | "error_handling" | "performance" | "security" | "external_dependency" | "data_migration" | "breaking_change" | "unclear_requirements" | "coordination")[] | undefined;
|
|
182
|
-
suggestedSubtasks?: number | undefined;
|
|
183
|
-
rationale?: string | undefined;
|
|
184
|
-
analyzedAt?: string | undefined;
|
|
185
|
-
}, {
|
|
186
|
-
score?: number | undefined;
|
|
187
|
-
factors?: ("cross_cutting" | "state_management" | "error_handling" | "performance" | "security" | "external_dependency" | "data_migration" | "breaking_change" | "unclear_requirements" | "coordination")[] | undefined;
|
|
188
|
-
suggestedSubtasks?: number | undefined;
|
|
189
|
-
rationale?: string | undefined;
|
|
190
|
-
analyzedAt?: string | undefined;
|
|
191
|
-
}>>;
|
|
192
|
-
techStack: z.ZodOptional<z.ZodObject<{
|
|
193
|
-
areas: z.ZodOptional<z.ZodArray<z.ZodEnum<["schema", "backend", "frontend", "infra", "devops", "test", "docs", "refactor"]>, "many">>;
|
|
194
|
-
hasBreakingChange: z.ZodOptional<z.ZodBoolean>;
|
|
195
|
-
riskLevel: z.ZodOptional<z.ZodEnum<["low", "medium", "high", "critical"]>>;
|
|
196
|
-
affectedComponents: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
197
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
198
|
-
analyzedAt: z.ZodOptional<z.ZodString>;
|
|
199
|
-
}, "strip", z.ZodTypeAny, {
|
|
200
|
-
rationale?: string | undefined;
|
|
201
|
-
analyzedAt?: string | undefined;
|
|
202
|
-
areas?: ("schema" | "backend" | "frontend" | "infra" | "devops" | "test" | "docs" | "refactor")[] | undefined;
|
|
203
|
-
hasBreakingChange?: boolean | undefined;
|
|
204
|
-
riskLevel?: "critical" | "high" | "medium" | "low" | undefined;
|
|
205
|
-
affectedComponents?: string[] | undefined;
|
|
206
|
-
}, {
|
|
207
|
-
rationale?: string | undefined;
|
|
208
|
-
analyzedAt?: string | undefined;
|
|
209
|
-
areas?: ("schema" | "backend" | "frontend" | "infra" | "devops" | "test" | "docs" | "refactor")[] | undefined;
|
|
210
|
-
hasBreakingChange?: boolean | undefined;
|
|
211
|
-
riskLevel?: "critical" | "high" | "medium" | "low" | undefined;
|
|
212
|
-
affectedComponents?: string[] | undefined;
|
|
213
|
-
}>>;
|
|
214
|
-
}, "strip", z.ZodTypeAny, {
|
|
215
|
-
id: string;
|
|
216
|
-
title: string;
|
|
217
|
-
status: "pending" | "in_progress" | "blocked" | "completed" | "cancelled";
|
|
218
|
-
priority: "critical" | "high" | "medium" | "low";
|
|
219
|
-
workspace: string;
|
|
220
|
-
createdAt: string;
|
|
221
|
-
updatedAt: string;
|
|
222
|
-
description?: string | undefined;
|
|
223
|
-
parentId?: string | null | undefined;
|
|
224
|
-
level?: number | undefined;
|
|
225
|
-
dependencies?: {
|
|
226
|
-
taskId: string;
|
|
227
|
-
type: "blocks" | "blocked_by" | "related";
|
|
228
|
-
reason?: string | undefined;
|
|
229
|
-
}[] | undefined;
|
|
230
|
-
estimate?: {
|
|
231
|
-
expected?: number | undefined;
|
|
232
|
-
optimistic?: number | undefined;
|
|
233
|
-
pessimistic?: number | undefined;
|
|
234
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
235
|
-
} | undefined;
|
|
236
|
-
actualMinutes?: number | undefined;
|
|
237
|
-
dueDate?: string | undefined;
|
|
238
|
-
startDate?: string | undefined;
|
|
239
|
-
startedAt?: string | undefined;
|
|
240
|
-
completedAt?: string | undefined;
|
|
241
|
-
contexts?: string[] | undefined;
|
|
242
|
-
tags?: string[] | undefined;
|
|
243
|
-
sortOrder?: number | undefined;
|
|
244
|
-
recurrence?: {
|
|
245
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
246
|
-
interval?: number | undefined;
|
|
247
|
-
daysOfWeek?: number[] | undefined;
|
|
248
|
-
endDate?: string | undefined;
|
|
249
|
-
} | undefined;
|
|
250
|
-
criticalPath?: boolean | undefined;
|
|
251
|
-
slack?: number | undefined;
|
|
252
|
-
earliestStart?: number | undefined;
|
|
253
|
-
latestStart?: number | undefined;
|
|
254
|
-
complexity?: {
|
|
255
|
-
score?: number | undefined;
|
|
256
|
-
factors?: ("cross_cutting" | "state_management" | "error_handling" | "performance" | "security" | "external_dependency" | "data_migration" | "breaking_change" | "unclear_requirements" | "coordination")[] | undefined;
|
|
257
|
-
suggestedSubtasks?: number | undefined;
|
|
258
|
-
rationale?: string | undefined;
|
|
259
|
-
analyzedAt?: string | undefined;
|
|
260
|
-
} | undefined;
|
|
261
|
-
techStack?: {
|
|
262
|
-
rationale?: string | undefined;
|
|
263
|
-
analyzedAt?: string | undefined;
|
|
264
|
-
areas?: ("schema" | "backend" | "frontend" | "infra" | "devops" | "test" | "docs" | "refactor")[] | undefined;
|
|
265
|
-
hasBreakingChange?: boolean | undefined;
|
|
266
|
-
riskLevel?: "critical" | "high" | "medium" | "low" | undefined;
|
|
267
|
-
affectedComponents?: string[] | undefined;
|
|
268
|
-
} | undefined;
|
|
269
|
-
}, {
|
|
270
|
-
id: string;
|
|
271
|
-
title: string;
|
|
272
|
-
status: "pending" | "in_progress" | "blocked" | "completed" | "cancelled";
|
|
273
|
-
priority: "critical" | "high" | "medium" | "low";
|
|
274
|
-
workspace: string;
|
|
275
|
-
createdAt: string;
|
|
276
|
-
updatedAt: string;
|
|
277
|
-
description?: string | undefined;
|
|
278
|
-
parentId?: string | null | undefined;
|
|
279
|
-
level?: number | undefined;
|
|
280
|
-
dependencies?: {
|
|
281
|
-
taskId: string;
|
|
282
|
-
type: "blocks" | "blocked_by" | "related";
|
|
283
|
-
reason?: string | undefined;
|
|
284
|
-
}[] | undefined;
|
|
285
|
-
estimate?: {
|
|
286
|
-
expected?: number | undefined;
|
|
287
|
-
optimistic?: number | undefined;
|
|
288
|
-
pessimistic?: number | undefined;
|
|
289
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
290
|
-
} | undefined;
|
|
291
|
-
actualMinutes?: number | undefined;
|
|
292
|
-
dueDate?: string | undefined;
|
|
293
|
-
startDate?: string | undefined;
|
|
294
|
-
startedAt?: string | undefined;
|
|
295
|
-
completedAt?: string | undefined;
|
|
296
|
-
contexts?: string[] | undefined;
|
|
297
|
-
tags?: string[] | undefined;
|
|
298
|
-
sortOrder?: number | undefined;
|
|
299
|
-
recurrence?: {
|
|
300
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
301
|
-
interval?: number | undefined;
|
|
302
|
-
daysOfWeek?: number[] | undefined;
|
|
303
|
-
endDate?: string | undefined;
|
|
304
|
-
} | undefined;
|
|
305
|
-
criticalPath?: boolean | undefined;
|
|
306
|
-
slack?: number | undefined;
|
|
307
|
-
earliestStart?: number | undefined;
|
|
308
|
-
latestStart?: number | undefined;
|
|
309
|
-
complexity?: {
|
|
310
|
-
score?: number | undefined;
|
|
311
|
-
factors?: ("cross_cutting" | "state_management" | "error_handling" | "performance" | "security" | "external_dependency" | "data_migration" | "breaking_change" | "unclear_requirements" | "coordination")[] | undefined;
|
|
312
|
-
suggestedSubtasks?: number | undefined;
|
|
313
|
-
rationale?: string | undefined;
|
|
314
|
-
analyzedAt?: string | undefined;
|
|
315
|
-
} | undefined;
|
|
316
|
-
techStack?: {
|
|
317
|
-
rationale?: string | undefined;
|
|
318
|
-
analyzedAt?: string | undefined;
|
|
319
|
-
areas?: ("schema" | "backend" | "frontend" | "infra" | "devops" | "test" | "docs" | "refactor")[] | undefined;
|
|
320
|
-
hasBreakingChange?: boolean | undefined;
|
|
321
|
-
riskLevel?: "critical" | "high" | "medium" | "low" | undefined;
|
|
322
|
-
affectedComponents?: string[] | undefined;
|
|
323
|
-
} | undefined;
|
|
324
|
-
}>;
|
|
325
|
-
export type Task = z.infer<typeof Task>;
|
|
326
|
-
export declare const TaskCreateInput: z.ZodObject<{
|
|
327
|
-
title: z.ZodString;
|
|
328
|
-
description: z.ZodOptional<z.ZodString>;
|
|
329
|
-
priority: z.ZodOptional<z.ZodEnum<["critical", "high", "medium", "low"]>>;
|
|
330
|
-
parentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
331
|
-
dependencies: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
332
|
-
taskId: z.ZodString;
|
|
333
|
-
type: z.ZodEnum<["blocks", "blocked_by", "related"]>;
|
|
334
|
-
reason: z.ZodOptional<z.ZodString>;
|
|
335
|
-
}, "strip", z.ZodTypeAny, {
|
|
336
|
-
taskId: string;
|
|
337
|
-
type: "blocks" | "blocked_by" | "related";
|
|
338
|
-
reason?: string | undefined;
|
|
339
|
-
}, {
|
|
340
|
-
taskId: string;
|
|
341
|
-
type: "blocks" | "blocked_by" | "related";
|
|
342
|
-
reason?: string | undefined;
|
|
343
|
-
}>, "many">>;
|
|
344
|
-
estimate: z.ZodOptional<z.ZodObject<{
|
|
345
|
-
optimistic: z.ZodOptional<z.ZodNumber>;
|
|
346
|
-
expected: z.ZodOptional<z.ZodNumber>;
|
|
347
|
-
pessimistic: z.ZodOptional<z.ZodNumber>;
|
|
348
|
-
confidence: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
349
|
-
}, "strip", z.ZodTypeAny, {
|
|
350
|
-
expected?: number | undefined;
|
|
351
|
-
optimistic?: number | undefined;
|
|
352
|
-
pessimistic?: number | undefined;
|
|
353
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
354
|
-
}, {
|
|
355
|
-
expected?: number | undefined;
|
|
356
|
-
optimistic?: number | undefined;
|
|
357
|
-
pessimistic?: number | undefined;
|
|
358
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
359
|
-
}>>;
|
|
360
|
-
dueDate: z.ZodOptional<z.ZodString>;
|
|
361
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
362
|
-
contexts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
363
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
364
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
365
|
-
recurrence: z.ZodOptional<z.ZodObject<{
|
|
366
|
-
pattern: z.ZodEnum<["daily", "weekly", "monthly", "after_completion"]>;
|
|
367
|
-
interval: z.ZodOptional<z.ZodNumber>;
|
|
368
|
-
daysOfWeek: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
369
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
370
|
-
}, "strip", z.ZodTypeAny, {
|
|
371
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
372
|
-
interval?: number | undefined;
|
|
373
|
-
daysOfWeek?: number[] | undefined;
|
|
374
|
-
endDate?: string | undefined;
|
|
375
|
-
}, {
|
|
376
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
377
|
-
interval?: number | undefined;
|
|
378
|
-
daysOfWeek?: number[] | undefined;
|
|
379
|
-
endDate?: string | undefined;
|
|
380
|
-
}>>;
|
|
381
|
-
}, "strip", z.ZodTypeAny, {
|
|
382
|
-
title: string;
|
|
383
|
-
description?: string | undefined;
|
|
384
|
-
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
385
|
-
parentId?: string | null | undefined;
|
|
386
|
-
dependencies?: {
|
|
387
|
-
taskId: string;
|
|
388
|
-
type: "blocks" | "blocked_by" | "related";
|
|
389
|
-
reason?: string | undefined;
|
|
390
|
-
}[] | undefined;
|
|
391
|
-
estimate?: {
|
|
392
|
-
expected?: number | undefined;
|
|
393
|
-
optimistic?: number | undefined;
|
|
394
|
-
pessimistic?: number | undefined;
|
|
395
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
396
|
-
} | undefined;
|
|
397
|
-
dueDate?: string | undefined;
|
|
398
|
-
startDate?: string | undefined;
|
|
399
|
-
contexts?: string[] | undefined;
|
|
400
|
-
tags?: string[] | undefined;
|
|
401
|
-
sortOrder?: number | undefined;
|
|
402
|
-
recurrence?: {
|
|
403
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
404
|
-
interval?: number | undefined;
|
|
405
|
-
daysOfWeek?: number[] | undefined;
|
|
406
|
-
endDate?: string | undefined;
|
|
407
|
-
} | undefined;
|
|
408
|
-
}, {
|
|
409
|
-
title: string;
|
|
410
|
-
description?: string | undefined;
|
|
411
|
-
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
412
|
-
parentId?: string | null | undefined;
|
|
413
|
-
dependencies?: {
|
|
414
|
-
taskId: string;
|
|
415
|
-
type: "blocks" | "blocked_by" | "related";
|
|
416
|
-
reason?: string | undefined;
|
|
417
|
-
}[] | undefined;
|
|
418
|
-
estimate?: {
|
|
419
|
-
expected?: number | undefined;
|
|
420
|
-
optimistic?: number | undefined;
|
|
421
|
-
pessimistic?: number | undefined;
|
|
422
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
423
|
-
} | undefined;
|
|
424
|
-
dueDate?: string | undefined;
|
|
425
|
-
startDate?: string | undefined;
|
|
426
|
-
contexts?: string[] | undefined;
|
|
427
|
-
tags?: string[] | undefined;
|
|
428
|
-
sortOrder?: number | undefined;
|
|
429
|
-
recurrence?: {
|
|
430
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
431
|
-
interval?: number | undefined;
|
|
432
|
-
daysOfWeek?: number[] | undefined;
|
|
433
|
-
endDate?: string | undefined;
|
|
434
|
-
} | undefined;
|
|
435
|
-
}>;
|
|
436
|
-
export type TaskCreateInput = z.infer<typeof TaskCreateInput>;
|
|
437
|
-
export declare const TaskUpdateInput: z.ZodObject<{
|
|
438
|
-
title: z.ZodOptional<z.ZodString>;
|
|
439
|
-
description: z.ZodOptional<z.ZodString>;
|
|
440
|
-
status: z.ZodOptional<z.ZodEnum<["pending", "in_progress", "blocked", "completed", "cancelled"]>>;
|
|
441
|
-
priority: z.ZodOptional<z.ZodEnum<["critical", "high", "medium", "low"]>>;
|
|
442
|
-
parentId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
443
|
-
dependencies: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
444
|
-
taskId: z.ZodString;
|
|
445
|
-
type: z.ZodEnum<["blocks", "blocked_by", "related"]>;
|
|
446
|
-
reason: z.ZodOptional<z.ZodString>;
|
|
447
|
-
}, "strip", z.ZodTypeAny, {
|
|
448
|
-
taskId: string;
|
|
449
|
-
type: "blocks" | "blocked_by" | "related";
|
|
450
|
-
reason?: string | undefined;
|
|
451
|
-
}, {
|
|
452
|
-
taskId: string;
|
|
453
|
-
type: "blocks" | "blocked_by" | "related";
|
|
454
|
-
reason?: string | undefined;
|
|
455
|
-
}>, "many">>;
|
|
456
|
-
estimate: z.ZodOptional<z.ZodObject<{
|
|
457
|
-
optimistic: z.ZodOptional<z.ZodNumber>;
|
|
458
|
-
expected: z.ZodOptional<z.ZodNumber>;
|
|
459
|
-
pessimistic: z.ZodOptional<z.ZodNumber>;
|
|
460
|
-
confidence: z.ZodOptional<z.ZodEnum<["low", "medium", "high"]>>;
|
|
461
|
-
}, "strip", z.ZodTypeAny, {
|
|
462
|
-
expected?: number | undefined;
|
|
463
|
-
optimistic?: number | undefined;
|
|
464
|
-
pessimistic?: number | undefined;
|
|
465
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
466
|
-
}, {
|
|
467
|
-
expected?: number | undefined;
|
|
468
|
-
optimistic?: number | undefined;
|
|
469
|
-
pessimistic?: number | undefined;
|
|
470
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
471
|
-
}>>;
|
|
472
|
-
actualMinutes: z.ZodOptional<z.ZodNumber>;
|
|
473
|
-
dueDate: z.ZodOptional<z.ZodString>;
|
|
474
|
-
startDate: z.ZodOptional<z.ZodString>;
|
|
475
|
-
contexts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
476
|
-
tags: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
477
|
-
sortOrder: z.ZodOptional<z.ZodNumber>;
|
|
478
|
-
recurrence: z.ZodOptional<z.ZodObject<{
|
|
479
|
-
pattern: z.ZodEnum<["daily", "weekly", "monthly", "after_completion"]>;
|
|
480
|
-
interval: z.ZodOptional<z.ZodNumber>;
|
|
481
|
-
daysOfWeek: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
482
|
-
endDate: z.ZodOptional<z.ZodString>;
|
|
483
|
-
}, "strip", z.ZodTypeAny, {
|
|
484
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
485
|
-
interval?: number | undefined;
|
|
486
|
-
daysOfWeek?: number[] | undefined;
|
|
487
|
-
endDate?: string | undefined;
|
|
488
|
-
}, {
|
|
489
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
490
|
-
interval?: number | undefined;
|
|
491
|
-
daysOfWeek?: number[] | undefined;
|
|
492
|
-
endDate?: string | undefined;
|
|
493
|
-
}>>;
|
|
494
|
-
complexity: z.ZodOptional<z.ZodObject<{
|
|
495
|
-
score: z.ZodOptional<z.ZodNumber>;
|
|
496
|
-
factors: z.ZodOptional<z.ZodArray<z.ZodEnum<["cross_cutting", "state_management", "error_handling", "performance", "security", "external_dependency", "data_migration", "breaking_change", "unclear_requirements", "coordination"]>, "many">>;
|
|
497
|
-
suggestedSubtasks: z.ZodOptional<z.ZodNumber>;
|
|
498
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
499
|
-
analyzedAt: z.ZodOptional<z.ZodString>;
|
|
500
|
-
}, "strip", z.ZodTypeAny, {
|
|
501
|
-
score?: number | undefined;
|
|
502
|
-
factors?: ("cross_cutting" | "state_management" | "error_handling" | "performance" | "security" | "external_dependency" | "data_migration" | "breaking_change" | "unclear_requirements" | "coordination")[] | undefined;
|
|
503
|
-
suggestedSubtasks?: number | undefined;
|
|
504
|
-
rationale?: string | undefined;
|
|
505
|
-
analyzedAt?: string | undefined;
|
|
506
|
-
}, {
|
|
507
|
-
score?: number | undefined;
|
|
508
|
-
factors?: ("cross_cutting" | "state_management" | "error_handling" | "performance" | "security" | "external_dependency" | "data_migration" | "breaking_change" | "unclear_requirements" | "coordination")[] | undefined;
|
|
509
|
-
suggestedSubtasks?: number | undefined;
|
|
510
|
-
rationale?: string | undefined;
|
|
511
|
-
analyzedAt?: string | undefined;
|
|
512
|
-
}>>;
|
|
513
|
-
techStack: z.ZodOptional<z.ZodObject<{
|
|
514
|
-
areas: z.ZodOptional<z.ZodArray<z.ZodEnum<["schema", "backend", "frontend", "infra", "devops", "test", "docs", "refactor"]>, "many">>;
|
|
515
|
-
hasBreakingChange: z.ZodOptional<z.ZodBoolean>;
|
|
516
|
-
riskLevel: z.ZodOptional<z.ZodEnum<["low", "medium", "high", "critical"]>>;
|
|
517
|
-
affectedComponents: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
518
|
-
rationale: z.ZodOptional<z.ZodString>;
|
|
519
|
-
analyzedAt: z.ZodOptional<z.ZodString>;
|
|
520
|
-
}, "strip", z.ZodTypeAny, {
|
|
521
|
-
rationale?: string | undefined;
|
|
522
|
-
analyzedAt?: string | undefined;
|
|
523
|
-
areas?: ("schema" | "backend" | "frontend" | "infra" | "devops" | "test" | "docs" | "refactor")[] | undefined;
|
|
524
|
-
hasBreakingChange?: boolean | undefined;
|
|
525
|
-
riskLevel?: "critical" | "high" | "medium" | "low" | undefined;
|
|
526
|
-
affectedComponents?: string[] | undefined;
|
|
527
|
-
}, {
|
|
528
|
-
rationale?: string | undefined;
|
|
529
|
-
analyzedAt?: string | undefined;
|
|
530
|
-
areas?: ("schema" | "backend" | "frontend" | "infra" | "devops" | "test" | "docs" | "refactor")[] | undefined;
|
|
531
|
-
hasBreakingChange?: boolean | undefined;
|
|
532
|
-
riskLevel?: "critical" | "high" | "medium" | "low" | undefined;
|
|
533
|
-
affectedComponents?: string[] | undefined;
|
|
534
|
-
}>>;
|
|
535
|
-
}, "strip", z.ZodTypeAny, {
|
|
536
|
-
title?: string | undefined;
|
|
537
|
-
description?: string | undefined;
|
|
538
|
-
status?: "pending" | "in_progress" | "blocked" | "completed" | "cancelled" | undefined;
|
|
539
|
-
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
540
|
-
parentId?: string | null | undefined;
|
|
541
|
-
dependencies?: {
|
|
542
|
-
taskId: string;
|
|
543
|
-
type: "blocks" | "blocked_by" | "related";
|
|
544
|
-
reason?: string | undefined;
|
|
545
|
-
}[] | undefined;
|
|
546
|
-
estimate?: {
|
|
547
|
-
expected?: number | undefined;
|
|
548
|
-
optimistic?: number | undefined;
|
|
549
|
-
pessimistic?: number | undefined;
|
|
550
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
551
|
-
} | undefined;
|
|
552
|
-
actualMinutes?: number | undefined;
|
|
553
|
-
dueDate?: string | undefined;
|
|
554
|
-
startDate?: string | undefined;
|
|
555
|
-
contexts?: string[] | undefined;
|
|
556
|
-
tags?: string[] | undefined;
|
|
557
|
-
sortOrder?: number | undefined;
|
|
558
|
-
recurrence?: {
|
|
559
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
560
|
-
interval?: number | undefined;
|
|
561
|
-
daysOfWeek?: number[] | undefined;
|
|
562
|
-
endDate?: string | undefined;
|
|
563
|
-
} | undefined;
|
|
564
|
-
complexity?: {
|
|
565
|
-
score?: number | undefined;
|
|
566
|
-
factors?: ("cross_cutting" | "state_management" | "error_handling" | "performance" | "security" | "external_dependency" | "data_migration" | "breaking_change" | "unclear_requirements" | "coordination")[] | undefined;
|
|
567
|
-
suggestedSubtasks?: number | undefined;
|
|
568
|
-
rationale?: string | undefined;
|
|
569
|
-
analyzedAt?: string | undefined;
|
|
570
|
-
} | undefined;
|
|
571
|
-
techStack?: {
|
|
572
|
-
rationale?: string | undefined;
|
|
573
|
-
analyzedAt?: string | undefined;
|
|
574
|
-
areas?: ("schema" | "backend" | "frontend" | "infra" | "devops" | "test" | "docs" | "refactor")[] | undefined;
|
|
575
|
-
hasBreakingChange?: boolean | undefined;
|
|
576
|
-
riskLevel?: "critical" | "high" | "medium" | "low" | undefined;
|
|
577
|
-
affectedComponents?: string[] | undefined;
|
|
578
|
-
} | undefined;
|
|
579
|
-
}, {
|
|
580
|
-
title?: string | undefined;
|
|
581
|
-
description?: string | undefined;
|
|
582
|
-
status?: "pending" | "in_progress" | "blocked" | "completed" | "cancelled" | undefined;
|
|
583
|
-
priority?: "critical" | "high" | "medium" | "low" | undefined;
|
|
584
|
-
parentId?: string | null | undefined;
|
|
585
|
-
dependencies?: {
|
|
586
|
-
taskId: string;
|
|
587
|
-
type: "blocks" | "blocked_by" | "related";
|
|
588
|
-
reason?: string | undefined;
|
|
589
|
-
}[] | undefined;
|
|
590
|
-
estimate?: {
|
|
591
|
-
expected?: number | undefined;
|
|
592
|
-
optimistic?: number | undefined;
|
|
593
|
-
pessimistic?: number | undefined;
|
|
594
|
-
confidence?: "high" | "medium" | "low" | undefined;
|
|
595
|
-
} | undefined;
|
|
596
|
-
actualMinutes?: number | undefined;
|
|
597
|
-
dueDate?: string | undefined;
|
|
598
|
-
startDate?: string | undefined;
|
|
599
|
-
contexts?: string[] | undefined;
|
|
600
|
-
tags?: string[] | undefined;
|
|
601
|
-
sortOrder?: number | undefined;
|
|
602
|
-
recurrence?: {
|
|
603
|
-
pattern: "daily" | "weekly" | "monthly" | "after_completion";
|
|
604
|
-
interval?: number | undefined;
|
|
605
|
-
daysOfWeek?: number[] | undefined;
|
|
606
|
-
endDate?: string | undefined;
|
|
607
|
-
} | undefined;
|
|
608
|
-
complexity?: {
|
|
609
|
-
score?: number | undefined;
|
|
610
|
-
factors?: ("cross_cutting" | "state_management" | "error_handling" | "performance" | "security" | "external_dependency" | "data_migration" | "breaking_change" | "unclear_requirements" | "coordination")[] | undefined;
|
|
611
|
-
suggestedSubtasks?: number | undefined;
|
|
612
|
-
rationale?: string | undefined;
|
|
613
|
-
analyzedAt?: string | undefined;
|
|
614
|
-
} | undefined;
|
|
615
|
-
techStack?: {
|
|
616
|
-
rationale?: string | undefined;
|
|
617
|
-
analyzedAt?: string | undefined;
|
|
618
|
-
areas?: ("schema" | "backend" | "frontend" | "infra" | "devops" | "test" | "docs" | "refactor")[] | undefined;
|
|
619
|
-
hasBreakingChange?: boolean | undefined;
|
|
620
|
-
riskLevel?: "critical" | "high" | "medium" | "low" | undefined;
|
|
621
|
-
affectedComponents?: string[] | undefined;
|
|
622
|
-
} | undefined;
|
|
623
|
-
}>;
|
|
624
|
-
export type TaskUpdateInput = z.infer<typeof TaskUpdateInput>;
|
|
625
|
-
//# sourceMappingURL=task.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"task.d.ts","sourceRoot":"","sources":["../../src/schemas/task.ts"],"names":[],"mappings":"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"}
|