specky-sdd 2.0.0 → 2.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +93 -0
- package/README.md +803 -88
- package/SECURITY.md +110 -0
- package/dist/config.d.ts +12 -0
- package/dist/config.d.ts.map +1 -0
- package/dist/config.js +66 -0
- package/dist/config.js.map +1 -0
- package/dist/constants.d.ts +100 -1
- package/dist/constants.d.ts.map +1 -1
- package/dist/constants.js +112 -1
- package/dist/constants.js.map +1 -1
- package/dist/index.js +17 -2
- package/dist/index.js.map +1 -1
- package/dist/schemas/environment.d.ts +12 -37
- package/dist/schemas/environment.d.ts.map +1 -1
- package/dist/schemas/infrastructure.d.ts +22 -42
- package/dist/schemas/infrastructure.d.ts.map +1 -1
- package/dist/schemas/input.d.ts +13 -34
- package/dist/schemas/input.d.ts.map +1 -1
- package/dist/schemas/integration.d.ts +12 -80
- package/dist/schemas/integration.d.ts.map +1 -1
- package/dist/schemas/pipeline.d.ts +24 -230
- package/dist/schemas/pipeline.d.ts.map +1 -1
- package/dist/schemas/quality.d.ts +27 -39
- package/dist/schemas/quality.d.ts.map +1 -1
- package/dist/schemas/quality.js +13 -0
- package/dist/schemas/quality.js.map +1 -1
- package/dist/schemas/testing.d.ts +23 -0
- package/dist/schemas/testing.d.ts.map +1 -0
- package/dist/schemas/testing.js +26 -0
- package/dist/schemas/testing.js.map +1 -0
- package/dist/schemas/transcript.d.ts +18 -40
- package/dist/schemas/transcript.d.ts.map +1 -1
- package/dist/schemas/utility.d.ts +33 -65
- package/dist/schemas/utility.d.ts.map +1 -1
- package/dist/schemas/visualization.d.ts +28 -39
- package/dist/schemas/visualization.d.ts.map +1 -1
- package/dist/services/test-generator.d.ts +61 -0
- package/dist/services/test-generator.d.ts.map +1 -0
- package/dist/services/test-generator.js +217 -0
- package/dist/services/test-generator.js.map +1 -0
- package/dist/tools/input.d.ts.map +1 -1
- package/dist/tools/input.js +12 -0
- package/dist/tools/input.js.map +1 -1
- package/dist/tools/integration.d.ts.map +1 -1
- package/dist/tools/integration.js +24 -0
- package/dist/tools/integration.js.map +1 -1
- package/dist/tools/quality.d.ts +3 -2
- package/dist/tools/quality.d.ts.map +1 -1
- package/dist/tools/quality.js +84 -3
- package/dist/tools/quality.js.map +1 -1
- package/dist/tools/testing.d.ts +9 -0
- package/dist/tools/testing.d.ts.map +1 -0
- package/dist/tools/testing.js +130 -0
- package/dist/tools/testing.js.map +1 -0
- package/dist/tools/utility.d.ts.map +1 -1
- package/dist/tools/utility.js +36 -1
- package/dist/tools/utility.js.map +1 -1
- package/dist/types.d.ts +20 -0
- package/dist/types.d.ts.map +1 -1
- package/hooks/auto-docs.md +53 -0
- package/hooks/auto-test.md +61 -0
- package/hooks/changelog.md +74 -0
- package/hooks/security-scan.md +72 -0
- package/hooks/spec-sync.md +80 -0
- package/hooks/srp-validator.md +86 -0
- package/package.json +14 -5
- package/references/design-patterns.md +434 -0
- package/references/ears-notation.md +605 -0
- package/references/spec-templates.md +936 -0
- package/templates/analysis.md +1 -0
- package/templates/api-docs.md +1 -0
- package/templates/bugfix.md +1 -0
- package/templates/checklist.md +1 -0
- package/templates/compliance.md +1 -0
- package/templates/constitution.md +1 -0
- package/templates/cross-analysis.md +1 -0
- package/templates/data-model.md +1 -0
- package/templates/design.md +1 -0
- package/templates/devcontainer.md +1 -0
- package/templates/dockerfile.md +1 -0
- package/templates/onboarding.md +1 -0
- package/templates/research.md +1 -0
- package/templates/runbook.md +1 -0
- package/templates/specification.md +1 -0
- package/templates/sync-report.md +1 -0
- package/templates/tasks.md +3 -2
- package/templates/terraform.md +1 -0
- package/templates/test-stub.md +34 -0
- package/templates/user-stories.md +1 -0
- package/templates/verification.md +1 -0
- package/templates/work-items.md +1 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"environment.d.ts","sourceRoot":"","sources":["../../src/schemas/environment.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"environment.d.ts","sourceRoot":"","sources":["../../src/schemas/environment.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,wBAAwB;;;;;kBAcqH,CAAC;AAE3J,eAAO,MAAM,0BAA0B;;;;;;;;;;kBAW4F,CAAC;AAEpI,eAAO,MAAM,+BAA+B;;;;;kBAW2H,CAAC"}
|
|
@@ -5,55 +5,35 @@ import { z } from "zod";
|
|
|
5
5
|
export declare const generateIacInputSchema: z.ZodObject<{
|
|
6
6
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
7
7
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
8
|
-
provider: z.ZodDefault<z.ZodEnum<
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
feature_number?: string | undefined;
|
|
20
|
-
provider?: "terraform" | "bicep" | undefined;
|
|
21
|
-
cloud?: "azure" | "aws" | "gcp" | undefined;
|
|
22
|
-
modules?: string[] | undefined;
|
|
23
|
-
}>;
|
|
8
|
+
provider: z.ZodDefault<z.ZodEnum<{
|
|
9
|
+
terraform: "terraform";
|
|
10
|
+
bicep: "bicep";
|
|
11
|
+
}>>;
|
|
12
|
+
cloud: z.ZodDefault<z.ZodEnum<{
|
|
13
|
+
azure: "azure";
|
|
14
|
+
aws: "aws";
|
|
15
|
+
gcp: "gcp";
|
|
16
|
+
}>>;
|
|
17
|
+
modules: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
18
|
+
}, z.core.$strict>;
|
|
24
19
|
export declare const validateIacInputSchema: z.ZodObject<{
|
|
25
20
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
26
21
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
27
|
-
provider: z.ZodDefault<z.ZodEnum<
|
|
28
|
-
|
|
22
|
+
provider: z.ZodDefault<z.ZodEnum<{
|
|
23
|
+
terraform: "terraform";
|
|
24
|
+
bicep: "bicep";
|
|
25
|
+
}>>;
|
|
26
|
+
cloud: z.ZodDefault<z.ZodEnum<{
|
|
27
|
+
azure: "azure";
|
|
28
|
+
aws: "aws";
|
|
29
|
+
gcp: "gcp";
|
|
30
|
+
}>>;
|
|
29
31
|
iac_dir: z.ZodOptional<z.ZodString>;
|
|
30
|
-
},
|
|
31
|
-
spec_dir: string;
|
|
32
|
-
feature_number: string;
|
|
33
|
-
provider: "terraform" | "bicep";
|
|
34
|
-
cloud: "azure" | "aws" | "gcp";
|
|
35
|
-
iac_dir?: string | undefined;
|
|
36
|
-
}, {
|
|
37
|
-
spec_dir?: string | undefined;
|
|
38
|
-
feature_number?: string | undefined;
|
|
39
|
-
provider?: "terraform" | "bicep" | undefined;
|
|
40
|
-
cloud?: "azure" | "aws" | "gcp" | undefined;
|
|
41
|
-
iac_dir?: string | undefined;
|
|
42
|
-
}>;
|
|
32
|
+
}, z.core.$strict>;
|
|
43
33
|
export declare const generateDockerfileInputSchema: z.ZodObject<{
|
|
44
34
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
45
35
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
46
36
|
include_compose: z.ZodDefault<z.ZodBoolean>;
|
|
47
37
|
multi_stage: z.ZodDefault<z.ZodBoolean>;
|
|
48
|
-
},
|
|
49
|
-
spec_dir: string;
|
|
50
|
-
feature_number: string;
|
|
51
|
-
include_compose: boolean;
|
|
52
|
-
multi_stage: boolean;
|
|
53
|
-
}, {
|
|
54
|
-
spec_dir?: string | undefined;
|
|
55
|
-
feature_number?: string | undefined;
|
|
56
|
-
include_compose?: boolean | undefined;
|
|
57
|
-
multi_stage?: boolean | undefined;
|
|
58
|
-
}>;
|
|
38
|
+
}, z.core.$strict>;
|
|
59
39
|
//# sourceMappingURL=infrastructure.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"infrastructure.d.ts","sourceRoot":"","sources":["../../src/schemas/infrastructure.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAaxB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"infrastructure.d.ts","sourceRoot":"","sources":["../../src/schemas/infrastructure.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAaxB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;kBASwG,CAAC;AAE5I,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;kBAUgJ,CAAC;AAEpL,eAAO,MAAM,6BAA6B;;;;;kBAW6D,CAAC"}
|
package/dist/schemas/input.d.ts
CHANGED
|
@@ -5,49 +5,28 @@ import { z } from "zod";
|
|
|
5
5
|
export declare const importDocumentInputSchema: z.ZodObject<{
|
|
6
6
|
file_path: z.ZodOptional<z.ZodString>;
|
|
7
7
|
raw_text: z.ZodOptional<z.ZodString>;
|
|
8
|
-
format: z.ZodDefault<z.ZodEnum<
|
|
8
|
+
format: z.ZodDefault<z.ZodEnum<{
|
|
9
|
+
auto: "auto";
|
|
10
|
+
pdf: "pdf";
|
|
11
|
+
docx: "docx";
|
|
12
|
+
pptx: "pptx";
|
|
13
|
+
md: "md";
|
|
14
|
+
txt: "txt";
|
|
15
|
+
vtt: "vtt";
|
|
16
|
+
srt: "srt";
|
|
17
|
+
}>>;
|
|
9
18
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
10
|
-
},
|
|
11
|
-
spec_dir: string;
|
|
12
|
-
format: "auto" | "pdf" | "docx" | "pptx" | "md" | "txt" | "vtt" | "srt";
|
|
13
|
-
file_path?: string | undefined;
|
|
14
|
-
raw_text?: string | undefined;
|
|
15
|
-
}, {
|
|
16
|
-
spec_dir?: string | undefined;
|
|
17
|
-
file_path?: string | undefined;
|
|
18
|
-
raw_text?: string | undefined;
|
|
19
|
-
format?: "auto" | "pdf" | "docx" | "pptx" | "md" | "txt" | "vtt" | "srt" | undefined;
|
|
20
|
-
}>;
|
|
19
|
+
}, z.core.$strict>;
|
|
21
20
|
export declare const figmaToSpecInputSchema: z.ZodObject<{
|
|
22
21
|
figma_file_key: z.ZodString;
|
|
23
22
|
figma_node_id: z.ZodOptional<z.ZodString>;
|
|
24
23
|
project_name: z.ZodString;
|
|
25
24
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
26
25
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
27
|
-
},
|
|
28
|
-
project_name: string;
|
|
29
|
-
spec_dir: string;
|
|
30
|
-
force: boolean;
|
|
31
|
-
figma_file_key: string;
|
|
32
|
-
figma_node_id?: string | undefined;
|
|
33
|
-
}, {
|
|
34
|
-
project_name: string;
|
|
35
|
-
figma_file_key: string;
|
|
36
|
-
spec_dir?: string | undefined;
|
|
37
|
-
force?: boolean | undefined;
|
|
38
|
-
figma_node_id?: string | undefined;
|
|
39
|
-
}>;
|
|
26
|
+
}, z.core.$strict>;
|
|
40
27
|
export declare const batchImportInputSchema: z.ZodObject<{
|
|
41
28
|
documents_dir: z.ZodString;
|
|
42
29
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
43
30
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
44
|
-
},
|
|
45
|
-
spec_dir: string;
|
|
46
|
-
force: boolean;
|
|
47
|
-
documents_dir: string;
|
|
48
|
-
}, {
|
|
49
|
-
documents_dir: string;
|
|
50
|
-
spec_dir?: string | undefined;
|
|
51
|
-
force?: boolean | undefined;
|
|
52
|
-
}>;
|
|
31
|
+
}, z.core.$strict>;
|
|
53
32
|
//# sourceMappingURL=input.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../src/schemas/input.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../src/schemas/input.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;kBAekD,CAAC;AAEzF,eAAO,MAAM,sBAAsB;;;;;;kBAegJ,CAAC;AAEpL,eAAO,MAAM,sBAAsB;;;;kBAOsG,CAAC"}
|
|
@@ -7,77 +7,33 @@ export declare const createBranchInputSchema: z.ZodObject<{
|
|
|
7
7
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
8
8
|
branch_prefix: z.ZodDefault<z.ZodString>;
|
|
9
9
|
base_branch: z.ZodDefault<z.ZodString>;
|
|
10
|
-
},
|
|
11
|
-
spec_dir: string;
|
|
12
|
-
feature_number: string;
|
|
13
|
-
base_branch: string;
|
|
14
|
-
branch_prefix: string;
|
|
15
|
-
}, {
|
|
16
|
-
spec_dir?: string | undefined;
|
|
17
|
-
feature_number?: string | undefined;
|
|
18
|
-
base_branch?: string | undefined;
|
|
19
|
-
branch_prefix?: string | undefined;
|
|
20
|
-
}>;
|
|
10
|
+
}, z.core.$strict>;
|
|
21
11
|
export declare const exportWorkItemsInputSchema: z.ZodObject<{
|
|
22
|
-
platform: z.ZodEnum<
|
|
12
|
+
platform: z.ZodEnum<{
|
|
13
|
+
github: "github";
|
|
14
|
+
jira: "jira";
|
|
15
|
+
azure_boards: "azure_boards";
|
|
16
|
+
}>;
|
|
23
17
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
24
18
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
25
19
|
include_subtasks: z.ZodDefault<z.ZodBoolean>;
|
|
26
20
|
project_key: z.ZodOptional<z.ZodString>;
|
|
27
21
|
area_path: z.ZodOptional<z.ZodString>;
|
|
28
22
|
iteration_path: z.ZodOptional<z.ZodString>;
|
|
29
|
-
},
|
|
30
|
-
spec_dir: string;
|
|
31
|
-
feature_number: string;
|
|
32
|
-
platform: "github" | "azure_boards" | "jira";
|
|
33
|
-
include_subtasks: boolean;
|
|
34
|
-
project_key?: string | undefined;
|
|
35
|
-
area_path?: string | undefined;
|
|
36
|
-
iteration_path?: string | undefined;
|
|
37
|
-
}, {
|
|
38
|
-
platform: "github" | "azure_boards" | "jira";
|
|
39
|
-
spec_dir?: string | undefined;
|
|
40
|
-
feature_number?: string | undefined;
|
|
41
|
-
include_subtasks?: boolean | undefined;
|
|
42
|
-
project_key?: string | undefined;
|
|
43
|
-
area_path?: string | undefined;
|
|
44
|
-
iteration_path?: string | undefined;
|
|
45
|
-
}>;
|
|
23
|
+
}, z.core.$strict>;
|
|
46
24
|
export declare const createPrInputSchema: z.ZodObject<{
|
|
47
25
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
48
26
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
49
27
|
base_branch: z.ZodDefault<z.ZodString>;
|
|
50
28
|
head_branch: z.ZodOptional<z.ZodString>;
|
|
51
29
|
draft: z.ZodDefault<z.ZodBoolean>;
|
|
52
|
-
},
|
|
53
|
-
spec_dir: string;
|
|
54
|
-
feature_number: string;
|
|
55
|
-
base_branch: string;
|
|
56
|
-
draft: boolean;
|
|
57
|
-
head_branch?: string | undefined;
|
|
58
|
-
}, {
|
|
59
|
-
spec_dir?: string | undefined;
|
|
60
|
-
feature_number?: string | undefined;
|
|
61
|
-
base_branch?: string | undefined;
|
|
62
|
-
head_branch?: string | undefined;
|
|
63
|
-
draft?: boolean | undefined;
|
|
64
|
-
}>;
|
|
30
|
+
}, z.core.$strict>;
|
|
65
31
|
export declare const implementInputSchema: z.ZodObject<{
|
|
66
32
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
67
33
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
68
|
-
task_ids: z.ZodOptional<z.ZodArray<z.ZodString
|
|
34
|
+
task_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
69
35
|
checkpoint: z.ZodDefault<z.ZodBoolean>;
|
|
70
|
-
},
|
|
71
|
-
spec_dir: string;
|
|
72
|
-
feature_number: string;
|
|
73
|
-
checkpoint: boolean;
|
|
74
|
-
task_ids?: string[] | undefined;
|
|
75
|
-
}, {
|
|
76
|
-
spec_dir?: string | undefined;
|
|
77
|
-
feature_number?: string | undefined;
|
|
78
|
-
task_ids?: string[] | undefined;
|
|
79
|
-
checkpoint?: boolean | undefined;
|
|
80
|
-
}>;
|
|
36
|
+
}, z.core.$strict>;
|
|
81
37
|
export declare const researchInputSchema: z.ZodObject<{
|
|
82
38
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
83
39
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
@@ -85,30 +41,6 @@ export declare const researchInputSchema: z.ZodObject<{
|
|
|
85
41
|
id: z.ZodString;
|
|
86
42
|
question: z.ZodString;
|
|
87
43
|
context: z.ZodOptional<z.ZodString>;
|
|
88
|
-
},
|
|
89
|
-
|
|
90
|
-
question: string;
|
|
91
|
-
context?: string | undefined;
|
|
92
|
-
}, {
|
|
93
|
-
id: string;
|
|
94
|
-
question: string;
|
|
95
|
-
context?: string | undefined;
|
|
96
|
-
}>, "many">;
|
|
97
|
-
}, "strict", z.ZodTypeAny, {
|
|
98
|
-
spec_dir: string;
|
|
99
|
-
feature_number: string;
|
|
100
|
-
questions: {
|
|
101
|
-
id: string;
|
|
102
|
-
question: string;
|
|
103
|
-
context?: string | undefined;
|
|
104
|
-
}[];
|
|
105
|
-
}, {
|
|
106
|
-
questions: {
|
|
107
|
-
id: string;
|
|
108
|
-
question: string;
|
|
109
|
-
context?: string | undefined;
|
|
110
|
-
}[];
|
|
111
|
-
spec_dir?: string | undefined;
|
|
112
|
-
feature_number?: string | undefined;
|
|
113
|
-
}>;
|
|
44
|
+
}, z.core.$strict>>;
|
|
45
|
+
}, z.core.$strict>;
|
|
114
46
|
//# sourceMappingURL=integration.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"integration.d.ts","sourceRoot":"","sources":["../../src/schemas/integration.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,uBAAuB
|
|
1
|
+
{"version":3,"file":"integration.d.ts","sourceRoot":"","sources":["../../src/schemas/integration.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,uBAAuB;;;;;kBAWzB,CAAC;AAEZ,eAAO,MAAM,0BAA0B;;;;;;;;;;;;kBAsB5B,CAAC;AAEZ,eAAO,MAAM,mBAAmB;;;;;;kBAerB,CAAC;AAEZ,eAAO,MAAM,oBAAoB;;;;;kBAWtB,CAAC;AAEZ,eAAO,MAAM,mBAAmB;;;;;;;;kBAsBrB,CAAC"}
|
|
@@ -5,35 +5,15 @@ import { z } from "zod";
|
|
|
5
5
|
export declare const initInputSchema: z.ZodObject<{
|
|
6
6
|
project_name: z.ZodString;
|
|
7
7
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
8
|
-
principles: z.ZodOptional<z.ZodArray<z.ZodString
|
|
9
|
-
constraints: z.ZodOptional<z.ZodArray<z.ZodString
|
|
10
|
-
},
|
|
11
|
-
project_name: string;
|
|
12
|
-
spec_dir: string;
|
|
13
|
-
principles?: string[] | undefined;
|
|
14
|
-
constraints?: string[] | undefined;
|
|
15
|
-
}, {
|
|
16
|
-
project_name: string;
|
|
17
|
-
spec_dir?: string | undefined;
|
|
18
|
-
principles?: string[] | undefined;
|
|
19
|
-
constraints?: string[] | undefined;
|
|
20
|
-
}>;
|
|
8
|
+
principles: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
9
|
+
constraints: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
10
|
+
}, z.core.$strict>;
|
|
21
11
|
export declare const discoverInputSchema: z.ZodObject<{
|
|
22
12
|
project_idea: z.ZodString;
|
|
23
13
|
codebase_summary: z.ZodOptional<z.ZodString>;
|
|
24
14
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
25
15
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
26
|
-
},
|
|
27
|
-
spec_dir: string;
|
|
28
|
-
project_idea: string;
|
|
29
|
-
feature_number: string;
|
|
30
|
-
codebase_summary?: string | undefined;
|
|
31
|
-
}, {
|
|
32
|
-
project_idea: string;
|
|
33
|
-
spec_dir?: string | undefined;
|
|
34
|
-
codebase_summary?: string | undefined;
|
|
35
|
-
feature_number?: string | undefined;
|
|
36
|
-
}>;
|
|
16
|
+
}, z.core.$strict>;
|
|
37
17
|
export declare const writeSpecInputSchema: z.ZodObject<{
|
|
38
18
|
feature_name: z.ZodString;
|
|
39
19
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
@@ -42,255 +22,69 @@ export declare const writeSpecInputSchema: z.ZodObject<{
|
|
|
42
22
|
id: z.ZodString;
|
|
43
23
|
ears_pattern: z.ZodString;
|
|
44
24
|
text: z.ZodString;
|
|
45
|
-
acceptance_criteria: z.ZodArray<z.ZodString
|
|
46
|
-
},
|
|
47
|
-
id: string;
|
|
48
|
-
ears_pattern: string;
|
|
49
|
-
text: string;
|
|
50
|
-
acceptance_criteria: string[];
|
|
51
|
-
}, {
|
|
52
|
-
id: string;
|
|
53
|
-
ears_pattern: string;
|
|
54
|
-
text: string;
|
|
55
|
-
acceptance_criteria: string[];
|
|
56
|
-
}>, "many">;
|
|
25
|
+
acceptance_criteria: z.ZodArray<z.ZodString>;
|
|
26
|
+
}, z.core.$strict>>;
|
|
57
27
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
58
28
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
59
|
-
},
|
|
60
|
-
spec_dir: string;
|
|
61
|
-
feature_number: string;
|
|
62
|
-
feature_name: string;
|
|
63
|
-
discovery_answers: Record<string, string>;
|
|
64
|
-
requirements: {
|
|
65
|
-
id: string;
|
|
66
|
-
ears_pattern: string;
|
|
67
|
-
text: string;
|
|
68
|
-
acceptance_criteria: string[];
|
|
69
|
-
}[];
|
|
70
|
-
force: boolean;
|
|
71
|
-
}, {
|
|
72
|
-
feature_name: string;
|
|
73
|
-
discovery_answers: Record<string, string>;
|
|
74
|
-
requirements: {
|
|
75
|
-
id: string;
|
|
76
|
-
ears_pattern: string;
|
|
77
|
-
text: string;
|
|
78
|
-
acceptance_criteria: string[];
|
|
79
|
-
}[];
|
|
80
|
-
spec_dir?: string | undefined;
|
|
81
|
-
feature_number?: string | undefined;
|
|
82
|
-
force?: boolean | undefined;
|
|
83
|
-
}>;
|
|
29
|
+
}, z.core.$strict>;
|
|
84
30
|
export declare const clarifyInputSchema: z.ZodObject<{
|
|
85
31
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
86
32
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
87
|
-
},
|
|
88
|
-
spec_dir: string;
|
|
89
|
-
feature_number: string;
|
|
90
|
-
}, {
|
|
91
|
-
spec_dir?: string | undefined;
|
|
92
|
-
feature_number?: string | undefined;
|
|
93
|
-
}>;
|
|
33
|
+
}, z.core.$strict>;
|
|
94
34
|
export declare const writeDesignInputSchema: z.ZodObject<{
|
|
95
35
|
architecture_overview: z.ZodString;
|
|
96
36
|
mermaid_diagrams: z.ZodArray<z.ZodObject<{
|
|
97
37
|
title: z.ZodString;
|
|
98
38
|
type: z.ZodString;
|
|
99
39
|
code: z.ZodString;
|
|
100
|
-
},
|
|
101
|
-
title: string;
|
|
102
|
-
type: string;
|
|
103
|
-
code: string;
|
|
104
|
-
}, {
|
|
105
|
-
title: string;
|
|
106
|
-
type: string;
|
|
107
|
-
code: string;
|
|
108
|
-
}>, "many">;
|
|
40
|
+
}, z.core.$strict>>;
|
|
109
41
|
adrs: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
110
42
|
title: z.ZodString;
|
|
111
43
|
decision: z.ZodString;
|
|
112
44
|
rationale: z.ZodString;
|
|
113
45
|
consequences: z.ZodString;
|
|
114
|
-
},
|
|
115
|
-
title: string;
|
|
116
|
-
decision: string;
|
|
117
|
-
rationale: string;
|
|
118
|
-
consequences: string;
|
|
119
|
-
}, {
|
|
120
|
-
title: string;
|
|
121
|
-
decision: string;
|
|
122
|
-
rationale: string;
|
|
123
|
-
consequences: string;
|
|
124
|
-
}>, "many">>;
|
|
46
|
+
}, z.core.$strict>>>;
|
|
125
47
|
api_contracts: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
126
48
|
endpoint: z.ZodString;
|
|
127
49
|
method: z.ZodString;
|
|
128
50
|
description: z.ZodString;
|
|
129
51
|
request: z.ZodOptional<z.ZodString>;
|
|
130
52
|
response: z.ZodOptional<z.ZodString>;
|
|
131
|
-
},
|
|
132
|
-
endpoint: string;
|
|
133
|
-
method: string;
|
|
134
|
-
description: string;
|
|
135
|
-
request?: string | undefined;
|
|
136
|
-
response?: string | undefined;
|
|
137
|
-
}, {
|
|
138
|
-
endpoint: string;
|
|
139
|
-
method: string;
|
|
140
|
-
description: string;
|
|
141
|
-
request?: string | undefined;
|
|
142
|
-
response?: string | undefined;
|
|
143
|
-
}>, "many">>;
|
|
53
|
+
}, z.core.$strict>>>;
|
|
144
54
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
145
55
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
146
56
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
147
|
-
},
|
|
148
|
-
spec_dir: string;
|
|
149
|
-
feature_number: string;
|
|
150
|
-
force: boolean;
|
|
151
|
-
architecture_overview: string;
|
|
152
|
-
mermaid_diagrams: {
|
|
153
|
-
title: string;
|
|
154
|
-
type: string;
|
|
155
|
-
code: string;
|
|
156
|
-
}[];
|
|
157
|
-
adrs?: {
|
|
158
|
-
title: string;
|
|
159
|
-
decision: string;
|
|
160
|
-
rationale: string;
|
|
161
|
-
consequences: string;
|
|
162
|
-
}[] | undefined;
|
|
163
|
-
api_contracts?: {
|
|
164
|
-
endpoint: string;
|
|
165
|
-
method: string;
|
|
166
|
-
description: string;
|
|
167
|
-
request?: string | undefined;
|
|
168
|
-
response?: string | undefined;
|
|
169
|
-
}[] | undefined;
|
|
170
|
-
}, {
|
|
171
|
-
architecture_overview: string;
|
|
172
|
-
mermaid_diagrams: {
|
|
173
|
-
title: string;
|
|
174
|
-
type: string;
|
|
175
|
-
code: string;
|
|
176
|
-
}[];
|
|
177
|
-
spec_dir?: string | undefined;
|
|
178
|
-
feature_number?: string | undefined;
|
|
179
|
-
force?: boolean | undefined;
|
|
180
|
-
adrs?: {
|
|
181
|
-
title: string;
|
|
182
|
-
decision: string;
|
|
183
|
-
rationale: string;
|
|
184
|
-
consequences: string;
|
|
185
|
-
}[] | undefined;
|
|
186
|
-
api_contracts?: {
|
|
187
|
-
endpoint: string;
|
|
188
|
-
method: string;
|
|
189
|
-
description: string;
|
|
190
|
-
request?: string | undefined;
|
|
191
|
-
response?: string | undefined;
|
|
192
|
-
}[] | undefined;
|
|
193
|
-
}>;
|
|
57
|
+
}, z.core.$strict>;
|
|
194
58
|
export declare const writeTasksInputSchema: z.ZodObject<{
|
|
195
59
|
tasks: z.ZodArray<z.ZodObject<{
|
|
196
60
|
id: z.ZodString;
|
|
197
61
|
title: z.ZodString;
|
|
198
62
|
description: z.ZodString;
|
|
199
|
-
effort: z.ZodEnum<
|
|
200
|
-
|
|
63
|
+
effort: z.ZodEnum<{
|
|
64
|
+
S: "S";
|
|
65
|
+
M: "M";
|
|
66
|
+
L: "L";
|
|
67
|
+
}>;
|
|
68
|
+
dependencies: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
201
69
|
parallel: z.ZodDefault<z.ZodBoolean>;
|
|
202
|
-
traces_to: z.ZodDefault<z.ZodArray<z.ZodString
|
|
203
|
-
},
|
|
204
|
-
title: string;
|
|
205
|
-
dependencies: string[];
|
|
206
|
-
id: string;
|
|
207
|
-
description: string;
|
|
208
|
-
effort: "S" | "M" | "L";
|
|
209
|
-
parallel: boolean;
|
|
210
|
-
traces_to: string[];
|
|
211
|
-
}, {
|
|
212
|
-
title: string;
|
|
213
|
-
id: string;
|
|
214
|
-
description: string;
|
|
215
|
-
effort: "S" | "M" | "L";
|
|
216
|
-
dependencies?: string[] | undefined;
|
|
217
|
-
parallel?: boolean | undefined;
|
|
218
|
-
traces_to?: string[] | undefined;
|
|
219
|
-
}>, "many">;
|
|
70
|
+
traces_to: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
71
|
+
}, z.core.$strict>>;
|
|
220
72
|
pre_impl_gates: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
221
73
|
id: z.ZodString;
|
|
222
74
|
check: z.ZodString;
|
|
223
75
|
constitution_article: z.ZodString;
|
|
224
|
-
},
|
|
225
|
-
id: string;
|
|
226
|
-
check: string;
|
|
227
|
-
constitution_article: string;
|
|
228
|
-
}, {
|
|
229
|
-
id: string;
|
|
230
|
-
check: string;
|
|
231
|
-
constitution_article: string;
|
|
232
|
-
}>, "many">>;
|
|
76
|
+
}, z.core.$strict>>>;
|
|
233
77
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
234
78
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
235
79
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
236
|
-
},
|
|
237
|
-
tasks: {
|
|
238
|
-
title: string;
|
|
239
|
-
dependencies: string[];
|
|
240
|
-
id: string;
|
|
241
|
-
description: string;
|
|
242
|
-
effort: "S" | "M" | "L";
|
|
243
|
-
parallel: boolean;
|
|
244
|
-
traces_to: string[];
|
|
245
|
-
}[];
|
|
246
|
-
spec_dir: string;
|
|
247
|
-
feature_number: string;
|
|
248
|
-
force: boolean;
|
|
249
|
-
pre_impl_gates: {
|
|
250
|
-
id: string;
|
|
251
|
-
check: string;
|
|
252
|
-
constitution_article: string;
|
|
253
|
-
}[];
|
|
254
|
-
}, {
|
|
255
|
-
tasks: {
|
|
256
|
-
title: string;
|
|
257
|
-
id: string;
|
|
258
|
-
description: string;
|
|
259
|
-
effort: "S" | "M" | "L";
|
|
260
|
-
dependencies?: string[] | undefined;
|
|
261
|
-
parallel?: boolean | undefined;
|
|
262
|
-
traces_to?: string[] | undefined;
|
|
263
|
-
}[];
|
|
264
|
-
spec_dir?: string | undefined;
|
|
265
|
-
feature_number?: string | undefined;
|
|
266
|
-
force?: boolean | undefined;
|
|
267
|
-
pre_impl_gates?: {
|
|
268
|
-
id: string;
|
|
269
|
-
check: string;
|
|
270
|
-
constitution_article: string;
|
|
271
|
-
}[] | undefined;
|
|
272
|
-
}>;
|
|
80
|
+
}, z.core.$strict>;
|
|
273
81
|
export declare const runAnalysisInputSchema: z.ZodObject<{
|
|
274
82
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
275
83
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
276
84
|
force: z.ZodDefault<z.ZodBoolean>;
|
|
277
|
-
},
|
|
278
|
-
spec_dir: string;
|
|
279
|
-
feature_number: string;
|
|
280
|
-
force: boolean;
|
|
281
|
-
}, {
|
|
282
|
-
spec_dir?: string | undefined;
|
|
283
|
-
feature_number?: string | undefined;
|
|
284
|
-
force?: boolean | undefined;
|
|
285
|
-
}>;
|
|
85
|
+
}, z.core.$strict>;
|
|
286
86
|
export declare const advancePhaseInputSchema: z.ZodObject<{
|
|
287
87
|
spec_dir: z.ZodDefault<z.ZodString>;
|
|
288
88
|
feature_number: z.ZodDefault<z.ZodString>;
|
|
289
|
-
},
|
|
290
|
-
spec_dir: string;
|
|
291
|
-
feature_number: string;
|
|
292
|
-
}, {
|
|
293
|
-
spec_dir?: string | undefined;
|
|
294
|
-
feature_number?: string | undefined;
|
|
295
|
-
}>;
|
|
89
|
+
}, z.core.$strict>;
|
|
296
90
|
//# sourceMappingURL=pipeline.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../src/schemas/pipeline.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,eAAe
|
|
1
|
+
{"version":3,"file":"pipeline.d.ts","sourceRoot":"","sources":["../../src/schemas/pipeline.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAGxB,eAAO,MAAM,eAAe;;;;;kBAgBjB,CAAC;AAEZ,eAAO,MAAM,mBAAmB;;;;;kBAYrB,CAAC;AAEZ,eAAO,MAAM,oBAAoB;;;;;;;;;;;;kBAuBtB,CAAC;AAEZ,eAAO,MAAM,kBAAkB;;;kBAGpB,CAAC;AAEZ,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;kBAyCxB,CAAC;AAEZ,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;kBA4BvB,CAAC;AAEZ,eAAO,MAAM,sBAAsB;;;;kBAIxB,CAAC;AAEZ,eAAO,MAAM,uBAAuB;;;kBAGzB,CAAC"}
|