@openspecui/core 3.10.0 → 3.11.0
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/index.d.mts +39 -30
- package/dist/index.mjs +128 -5
- package/dist/{local-download-profiles-Qu1932tV.d.mts → local-download-profiles-BdHk_i54.d.mts} +1 -1
- package/dist/local-download-profiles.d.mts +2 -2
- package/dist/{notifications-D7tcKw71.d.mts → notifications-B4GiAnmn.d.mts} +9 -9
- package/dist/notifications.d.mts +2 -2
- package/dist/{openspec-projection-Bby9mX80.d.mts → openspec-projection-Df5C6CFv.d.mts} +1 -1
- package/dist/openspec-projection.d.mts +2 -2
- package/dist/{opsx-entity-DUJvjvrv.d.mts → opsx-entity-DHidvJcx.d.mts} +13 -13
- package/dist/opsx-entity.d.mts +2 -2
- package/dist/{opsx-schema-detail-CUG4dYdw.d.mts → opsx-schema-detail-VyCbvX1I.d.mts} +1 -1
- package/dist/opsx-schema-detail.d.mts +3 -3
- package/dist/{schemas-CqgvXgGV.d.mts → schemas-3VC51gAF.d.mts} +52 -44
- package/dist/{sounds-DABkmyg9.d.mts → sounds-CQJ1eD1u.d.mts} +9 -9
- package/dist/sounds.d.mts +1 -1
- package/dist/{terminal-audio-CDyXOIWx.d.mts → terminal-audio-BrmM5FX_.d.mts} +2 -2
- package/dist/terminal-audio.d.mts +2 -2
- package/dist/terminal-control.d.mts +2 -2
- package/dist/{terminal-invocation-BnsT7ae7.d.mts → terminal-invocation-Z0xbyZ1V.d.mts} +39 -39
- package/dist/terminal-invocation.d.mts +1 -1
- package/dist/{translator-C3W7bTIN.d.mts → translator-BSPMDjZy.d.mts} +16 -16
- package/dist/translator.d.mts +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as ChangeFile } from "./schemas-
|
|
1
|
+
import { n as ChangeFile } from "./schemas-3VC51gAF.mjs";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
|
|
4
4
|
//#region src/opsx-types.d.ts
|
|
@@ -146,15 +146,15 @@ declare const ApplyInstructionsSchema: z.ZodObject<{
|
|
|
146
146
|
complete: number;
|
|
147
147
|
remaining: number;
|
|
148
148
|
};
|
|
149
|
-
changeName: string;
|
|
150
|
-
schemaName: string;
|
|
151
|
-
changeDir: string;
|
|
152
|
-
contextFiles: Record<string, string[]>;
|
|
153
149
|
tasks: {
|
|
154
150
|
id: string;
|
|
155
151
|
description: string;
|
|
156
152
|
done: boolean;
|
|
157
153
|
}[];
|
|
154
|
+
changeName: string;
|
|
155
|
+
schemaName: string;
|
|
156
|
+
changeDir: string;
|
|
157
|
+
contextFiles: Record<string, string[]>;
|
|
158
158
|
state: "ready" | "blocked" | "all_done";
|
|
159
159
|
instruction: string;
|
|
160
160
|
missingArtifacts?: string[] | undefined;
|
|
@@ -164,15 +164,15 @@ declare const ApplyInstructionsSchema: z.ZodObject<{
|
|
|
164
164
|
complete: number;
|
|
165
165
|
remaining: number;
|
|
166
166
|
};
|
|
167
|
-
changeName: string;
|
|
168
|
-
schemaName: string;
|
|
169
|
-
changeDir: string;
|
|
170
|
-
contextFiles: Record<string, string | string[]>;
|
|
171
167
|
tasks: {
|
|
172
168
|
id: string;
|
|
173
169
|
description: string;
|
|
174
170
|
done: boolean;
|
|
175
171
|
}[];
|
|
172
|
+
changeName: string;
|
|
173
|
+
schemaName: string;
|
|
174
|
+
changeDir: string;
|
|
175
|
+
contextFiles: Record<string, string | string[]>;
|
|
176
176
|
state: "ready" | "blocked" | "all_done";
|
|
177
177
|
instruction: string;
|
|
178
178
|
missingArtifacts?: string[] | undefined;
|
|
@@ -250,13 +250,13 @@ declare const SchemaInfoSchema: z.ZodObject<{
|
|
|
250
250
|
artifacts: z.ZodArray<z.ZodString, "many">;
|
|
251
251
|
source: z.ZodEnum<["project", "user", "package"]>;
|
|
252
252
|
}, "strip", z.ZodTypeAny, {
|
|
253
|
-
source: "project" | "user" | "package";
|
|
254
253
|
name: string;
|
|
254
|
+
source: "project" | "user" | "package";
|
|
255
255
|
artifacts: string[];
|
|
256
256
|
description?: string | undefined;
|
|
257
257
|
}, {
|
|
258
|
-
source: "project" | "user" | "package";
|
|
259
258
|
name: string;
|
|
259
|
+
source: "project" | "user" | "package";
|
|
260
260
|
artifacts: string[];
|
|
261
261
|
description?: string | undefined;
|
|
262
262
|
}>;
|
|
@@ -281,8 +281,8 @@ declare const SchemaResolutionSchema: z.ZodObject<{
|
|
|
281
281
|
}>, "many">;
|
|
282
282
|
}, "strip", z.ZodTypeAny, {
|
|
283
283
|
path: string;
|
|
284
|
-
source: "project" | "user" | "package";
|
|
285
284
|
name: string;
|
|
285
|
+
source: "project" | "user" | "package";
|
|
286
286
|
shadows: {
|
|
287
287
|
path: string;
|
|
288
288
|
source: "project" | "user" | "package";
|
|
@@ -291,8 +291,8 @@ declare const SchemaResolutionSchema: z.ZodObject<{
|
|
|
291
291
|
displayPath?: string | undefined;
|
|
292
292
|
}, {
|
|
293
293
|
path: string;
|
|
294
|
-
source: "project" | "user" | "package";
|
|
295
294
|
name: string;
|
|
295
|
+
source: "project" | "user" | "package";
|
|
296
296
|
shadows: {
|
|
297
297
|
path: string;
|
|
298
298
|
source: "project" | "user" | "package";
|
package/dist/opsx-entity.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { a as OpsxEntityFile, c as buildOpsxEntityDetail, d as isOpsxGlobPattern, f as normalizeOpsxEntityPath, h as parseOpsxEntityMetadata, i as OpsxEntityDiagnostic, l as getOpsxEntityMetadataPath, m as opsxPathMatchesPattern, n as OpsxEntityArtifactFile, o as OpsxEntityReadOptions, p as opsxGlobToRegex, r as OpsxEntityDetail, s as OpsxEntityStage, t as OpsxEntityArtifact, u as getOpsxEntityRootRelativePath } from "./opsx-entity-
|
|
2
|
-
import "./schemas-
|
|
1
|
+
import { a as OpsxEntityFile, c as buildOpsxEntityDetail, d as isOpsxGlobPattern, f as normalizeOpsxEntityPath, h as parseOpsxEntityMetadata, i as OpsxEntityDiagnostic, l as getOpsxEntityMetadataPath, m as opsxPathMatchesPattern, n as OpsxEntityArtifactFile, o as OpsxEntityReadOptions, p as opsxGlobToRegex, r as OpsxEntityDetail, s as OpsxEntityStage, t as OpsxEntityArtifact, u as getOpsxEntityRootRelativePath } from "./opsx-entity-DHidvJcx.mjs";
|
|
2
|
+
import "./schemas-3VC51gAF.mjs";
|
|
3
3
|
export { OpsxEntityArtifact, OpsxEntityArtifactFile, OpsxEntityDetail, OpsxEntityDiagnostic, OpsxEntityFile, OpsxEntityReadOptions, OpsxEntityStage, buildOpsxEntityDetail, getOpsxEntityMetadataPath, getOpsxEntityRootRelativePath, isOpsxGlobPattern, normalizeOpsxEntityPath, opsxGlobToRegex, opsxPathMatchesPattern, parseOpsxEntityMetadata };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import "./opsx-entity-
|
|
2
|
-
import "./schemas-
|
|
3
|
-
import { n as parseOpsxSchemaDetail, t as ParsedOpsxSchemaDetail } from "./opsx-schema-detail-
|
|
1
|
+
import "./opsx-entity-DHidvJcx.mjs";
|
|
2
|
+
import "./schemas-3VC51gAF.mjs";
|
|
3
|
+
import { n as parseOpsxSchemaDetail, t as ParsedOpsxSchemaDetail } from "./opsx-schema-detail-VyCbvX1I.mjs";
|
|
4
4
|
export { ParsedOpsxSchemaDetail, parseOpsxSchemaDetail };
|
|
@@ -14,16 +14,24 @@ declare const ChangeFileSchema: z.ZodObject<{
|
|
|
14
14
|
content: z.ZodOptional<z.ZodString>;
|
|
15
15
|
/** Optional byte size for files */
|
|
16
16
|
size: z.ZodOptional<z.ZodNumber>;
|
|
17
|
+
/** Optional mime inferred from file path */
|
|
18
|
+
mime: z.ZodOptional<z.ZodString>;
|
|
19
|
+
/** Optional preview kind inferred from file path and mime */
|
|
20
|
+
previewKind: z.ZodOptional<z.ZodEnum<["markdown", "html", "image", "audio", "video", "pdf", "text", "none"]>>;
|
|
17
21
|
}, "strip", z.ZodTypeAny, {
|
|
18
22
|
path: string;
|
|
19
23
|
type: "file" | "directory";
|
|
24
|
+
mime?: string | undefined;
|
|
20
25
|
size?: number | undefined;
|
|
21
26
|
content?: string | undefined;
|
|
27
|
+
previewKind?: "html" | "text" | "markdown" | "image" | "audio" | "video" | "pdf" | "none" | undefined;
|
|
22
28
|
}, {
|
|
23
29
|
path: string;
|
|
24
30
|
type: "file" | "directory";
|
|
31
|
+
mime?: string | undefined;
|
|
25
32
|
size?: number | undefined;
|
|
26
33
|
content?: string | undefined;
|
|
34
|
+
previewKind?: "html" | "text" | "markdown" | "image" | "audio" | "video" | "pdf" | "none" | undefined;
|
|
27
35
|
}>;
|
|
28
36
|
type ChangeFile = z.infer<typeof ChangeFileSchema>;
|
|
29
37
|
declare const ScenarioStepKeywordSchema: z.ZodEnum<["GIVEN", "WHEN", "THEN", "AND", "BUT"]>;
|
|
@@ -102,8 +110,8 @@ declare const RequirementSchema: z.ZodObject<{
|
|
|
102
110
|
}[] | undefined;
|
|
103
111
|
}>, "many">;
|
|
104
112
|
}, "strip", z.ZodTypeAny, {
|
|
105
|
-
title: string;
|
|
106
113
|
id: string;
|
|
114
|
+
title: string;
|
|
107
115
|
text: string;
|
|
108
116
|
bodyMarkdown: string;
|
|
109
117
|
scenarios: {
|
|
@@ -117,8 +125,8 @@ declare const RequirementSchema: z.ZodObject<{
|
|
|
117
125
|
}[] | undefined;
|
|
118
126
|
}[];
|
|
119
127
|
}, {
|
|
120
|
-
title: string;
|
|
121
128
|
id: string;
|
|
129
|
+
title: string;
|
|
122
130
|
text: string;
|
|
123
131
|
bodyMarkdown: string;
|
|
124
132
|
scenarios: {
|
|
@@ -199,8 +207,8 @@ declare const SpecSchema: z.ZodObject<{
|
|
|
199
207
|
}[] | undefined;
|
|
200
208
|
}>, "many">;
|
|
201
209
|
}, "strip", z.ZodTypeAny, {
|
|
202
|
-
title: string;
|
|
203
210
|
id: string;
|
|
211
|
+
title: string;
|
|
204
212
|
text: string;
|
|
205
213
|
bodyMarkdown: string;
|
|
206
214
|
scenarios: {
|
|
@@ -214,8 +222,8 @@ declare const SpecSchema: z.ZodObject<{
|
|
|
214
222
|
}[] | undefined;
|
|
215
223
|
}[];
|
|
216
224
|
}, {
|
|
217
|
-
title: string;
|
|
218
225
|
id: string;
|
|
226
|
+
title: string;
|
|
219
227
|
text: string;
|
|
220
228
|
bodyMarkdown: string;
|
|
221
229
|
scenarios: {
|
|
@@ -248,8 +256,8 @@ declare const SpecSchema: z.ZodObject<{
|
|
|
248
256
|
name: string;
|
|
249
257
|
overview: string;
|
|
250
258
|
requirements: {
|
|
251
|
-
title: string;
|
|
252
259
|
id: string;
|
|
260
|
+
title: string;
|
|
253
261
|
text: string;
|
|
254
262
|
bodyMarkdown: string;
|
|
255
263
|
scenarios: {
|
|
@@ -273,8 +281,8 @@ declare const SpecSchema: z.ZodObject<{
|
|
|
273
281
|
name: string;
|
|
274
282
|
overview: string;
|
|
275
283
|
requirements: {
|
|
276
|
-
title: string;
|
|
277
284
|
id: string;
|
|
285
|
+
title: string;
|
|
278
286
|
text: string;
|
|
279
287
|
bodyMarkdown: string;
|
|
280
288
|
scenarios: {
|
|
@@ -362,8 +370,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
362
370
|
}[] | undefined;
|
|
363
371
|
}>, "many">;
|
|
364
372
|
}, "strip", z.ZodTypeAny, {
|
|
365
|
-
title: string;
|
|
366
373
|
id: string;
|
|
374
|
+
title: string;
|
|
367
375
|
text: string;
|
|
368
376
|
bodyMarkdown: string;
|
|
369
377
|
scenarios: {
|
|
@@ -377,8 +385,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
377
385
|
}[] | undefined;
|
|
378
386
|
}[];
|
|
379
387
|
}, {
|
|
380
|
-
title: string;
|
|
381
388
|
id: string;
|
|
389
|
+
title: string;
|
|
382
390
|
text: string;
|
|
383
391
|
bodyMarkdown: string;
|
|
384
392
|
scenarios: {
|
|
@@ -447,8 +455,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
447
455
|
}[] | undefined;
|
|
448
456
|
}>, "many">;
|
|
449
457
|
}, "strip", z.ZodTypeAny, {
|
|
450
|
-
title: string;
|
|
451
458
|
id: string;
|
|
459
|
+
title: string;
|
|
452
460
|
text: string;
|
|
453
461
|
bodyMarkdown: string;
|
|
454
462
|
scenarios: {
|
|
@@ -462,8 +470,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
462
470
|
}[] | undefined;
|
|
463
471
|
}[];
|
|
464
472
|
}, {
|
|
465
|
-
title: string;
|
|
466
473
|
id: string;
|
|
474
|
+
title: string;
|
|
467
475
|
text: string;
|
|
468
476
|
bodyMarkdown: string;
|
|
469
477
|
scenarios: {
|
|
@@ -493,8 +501,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
493
501
|
spec: string;
|
|
494
502
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
495
503
|
requirements?: {
|
|
496
|
-
title: string;
|
|
497
504
|
id: string;
|
|
505
|
+
title: string;
|
|
498
506
|
text: string;
|
|
499
507
|
bodyMarkdown: string;
|
|
500
508
|
scenarios: {
|
|
@@ -509,8 +517,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
509
517
|
}[];
|
|
510
518
|
}[] | undefined;
|
|
511
519
|
requirement?: {
|
|
512
|
-
title: string;
|
|
513
520
|
id: string;
|
|
521
|
+
title: string;
|
|
514
522
|
text: string;
|
|
515
523
|
bodyMarkdown: string;
|
|
516
524
|
scenarios: {
|
|
@@ -533,8 +541,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
533
541
|
spec: string;
|
|
534
542
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
535
543
|
requirements?: {
|
|
536
|
-
title: string;
|
|
537
544
|
id: string;
|
|
545
|
+
title: string;
|
|
538
546
|
text: string;
|
|
539
547
|
bodyMarkdown: string;
|
|
540
548
|
scenarios: {
|
|
@@ -549,8 +557,8 @@ declare const DeltaSchema: z.ZodObject<{
|
|
|
549
557
|
}[];
|
|
550
558
|
}[] | undefined;
|
|
551
559
|
requirement?: {
|
|
552
|
-
title: string;
|
|
553
560
|
id: string;
|
|
561
|
+
title: string;
|
|
554
562
|
text: string;
|
|
555
563
|
bodyMarkdown: string;
|
|
556
564
|
scenarios: {
|
|
@@ -692,8 +700,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
692
700
|
}[] | undefined;
|
|
693
701
|
}>, "many">;
|
|
694
702
|
}, "strip", z.ZodTypeAny, {
|
|
695
|
-
title: string;
|
|
696
703
|
id: string;
|
|
704
|
+
title: string;
|
|
697
705
|
text: string;
|
|
698
706
|
bodyMarkdown: string;
|
|
699
707
|
scenarios: {
|
|
@@ -707,8 +715,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
707
715
|
}[] | undefined;
|
|
708
716
|
}[];
|
|
709
717
|
}, {
|
|
710
|
-
title: string;
|
|
711
718
|
id: string;
|
|
719
|
+
title: string;
|
|
712
720
|
text: string;
|
|
713
721
|
bodyMarkdown: string;
|
|
714
722
|
scenarios: {
|
|
@@ -777,8 +785,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
777
785
|
}[] | undefined;
|
|
778
786
|
}>, "many">;
|
|
779
787
|
}, "strip", z.ZodTypeAny, {
|
|
780
|
-
title: string;
|
|
781
788
|
id: string;
|
|
789
|
+
title: string;
|
|
782
790
|
text: string;
|
|
783
791
|
bodyMarkdown: string;
|
|
784
792
|
scenarios: {
|
|
@@ -792,8 +800,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
792
800
|
}[] | undefined;
|
|
793
801
|
}[];
|
|
794
802
|
}, {
|
|
795
|
-
title: string;
|
|
796
803
|
id: string;
|
|
804
|
+
title: string;
|
|
797
805
|
text: string;
|
|
798
806
|
bodyMarkdown: string;
|
|
799
807
|
scenarios: {
|
|
@@ -823,8 +831,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
823
831
|
spec: string;
|
|
824
832
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
825
833
|
requirements?: {
|
|
826
|
-
title: string;
|
|
827
834
|
id: string;
|
|
835
|
+
title: string;
|
|
828
836
|
text: string;
|
|
829
837
|
bodyMarkdown: string;
|
|
830
838
|
scenarios: {
|
|
@@ -839,8 +847,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
839
847
|
}[];
|
|
840
848
|
}[] | undefined;
|
|
841
849
|
requirement?: {
|
|
842
|
-
title: string;
|
|
843
850
|
id: string;
|
|
851
|
+
title: string;
|
|
844
852
|
text: string;
|
|
845
853
|
bodyMarkdown: string;
|
|
846
854
|
scenarios: {
|
|
@@ -863,8 +871,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
863
871
|
spec: string;
|
|
864
872
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
865
873
|
requirements?: {
|
|
866
|
-
title: string;
|
|
867
874
|
id: string;
|
|
875
|
+
title: string;
|
|
868
876
|
text: string;
|
|
869
877
|
bodyMarkdown: string;
|
|
870
878
|
scenarios: {
|
|
@@ -879,8 +887,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
879
887
|
}[];
|
|
880
888
|
}[] | undefined;
|
|
881
889
|
requirement?: {
|
|
882
|
-
title: string;
|
|
883
890
|
id: string;
|
|
891
|
+
title: string;
|
|
884
892
|
text: string;
|
|
885
893
|
bodyMarkdown: string;
|
|
886
894
|
scenarios: {
|
|
@@ -925,11 +933,11 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
925
933
|
total: z.ZodNumber;
|
|
926
934
|
completed: z.ZodNumber;
|
|
927
935
|
}, "strip", z.ZodTypeAny, {
|
|
928
|
-
total: number;
|
|
929
936
|
completed: number;
|
|
930
|
-
}, {
|
|
931
937
|
total: number;
|
|
938
|
+
}, {
|
|
932
939
|
completed: number;
|
|
940
|
+
total: number;
|
|
933
941
|
}>;
|
|
934
942
|
/** Optional design.md content */
|
|
935
943
|
design: z.ZodOptional<z.ZodString>;
|
|
@@ -959,17 +967,11 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
959
967
|
}>>;
|
|
960
968
|
}, "strip", z.ZodTypeAny, {
|
|
961
969
|
id: string;
|
|
970
|
+
name: string;
|
|
962
971
|
progress: {
|
|
963
|
-
total: number;
|
|
964
972
|
completed: number;
|
|
973
|
+
total: number;
|
|
965
974
|
};
|
|
966
|
-
name: string;
|
|
967
|
-
tasks: {
|
|
968
|
-
id: string;
|
|
969
|
-
text: string;
|
|
970
|
-
completed: boolean;
|
|
971
|
-
section?: string | undefined;
|
|
972
|
-
}[];
|
|
973
975
|
why: string;
|
|
974
976
|
whatChanges: string;
|
|
975
977
|
deltas: {
|
|
@@ -977,8 +979,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
977
979
|
spec: string;
|
|
978
980
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
979
981
|
requirements?: {
|
|
980
|
-
title: string;
|
|
981
982
|
id: string;
|
|
983
|
+
title: string;
|
|
982
984
|
text: string;
|
|
983
985
|
bodyMarkdown: string;
|
|
984
986
|
scenarios: {
|
|
@@ -993,8 +995,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
993
995
|
}[];
|
|
994
996
|
}[] | undefined;
|
|
995
997
|
requirement?: {
|
|
996
|
-
title: string;
|
|
997
998
|
id: string;
|
|
999
|
+
title: string;
|
|
998
1000
|
text: string;
|
|
999
1001
|
bodyMarkdown: string;
|
|
1000
1002
|
scenarios: {
|
|
@@ -1013,6 +1015,12 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
1013
1015
|
to: string;
|
|
1014
1016
|
} | undefined;
|
|
1015
1017
|
}[];
|
|
1018
|
+
tasks: {
|
|
1019
|
+
id: string;
|
|
1020
|
+
text: string;
|
|
1021
|
+
completed: boolean;
|
|
1022
|
+
section?: string | undefined;
|
|
1023
|
+
}[];
|
|
1016
1024
|
metadata?: {
|
|
1017
1025
|
version: string;
|
|
1018
1026
|
format: "openspec-change";
|
|
@@ -1024,17 +1032,11 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
1024
1032
|
}[] | undefined;
|
|
1025
1033
|
}, {
|
|
1026
1034
|
id: string;
|
|
1035
|
+
name: string;
|
|
1027
1036
|
progress: {
|
|
1028
|
-
total: number;
|
|
1029
1037
|
completed: number;
|
|
1038
|
+
total: number;
|
|
1030
1039
|
};
|
|
1031
|
-
name: string;
|
|
1032
|
-
tasks: {
|
|
1033
|
-
id: string;
|
|
1034
|
-
text: string;
|
|
1035
|
-
completed: boolean;
|
|
1036
|
-
section?: string | undefined;
|
|
1037
|
-
}[];
|
|
1038
1040
|
why: string;
|
|
1039
1041
|
whatChanges: string;
|
|
1040
1042
|
deltas: {
|
|
@@ -1042,8 +1044,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
1042
1044
|
spec: string;
|
|
1043
1045
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
1044
1046
|
requirements?: {
|
|
1045
|
-
title: string;
|
|
1046
1047
|
id: string;
|
|
1048
|
+
title: string;
|
|
1047
1049
|
text: string;
|
|
1048
1050
|
bodyMarkdown: string;
|
|
1049
1051
|
scenarios: {
|
|
@@ -1058,8 +1060,8 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
1058
1060
|
}[];
|
|
1059
1061
|
}[] | undefined;
|
|
1060
1062
|
requirement?: {
|
|
1061
|
-
title: string;
|
|
1062
1063
|
id: string;
|
|
1064
|
+
title: string;
|
|
1063
1065
|
text: string;
|
|
1064
1066
|
bodyMarkdown: string;
|
|
1065
1067
|
scenarios: {
|
|
@@ -1078,6 +1080,12 @@ declare const ChangeSchema: z.ZodObject<{
|
|
|
1078
1080
|
to: string;
|
|
1079
1081
|
} | undefined;
|
|
1080
1082
|
}[];
|
|
1083
|
+
tasks: {
|
|
1084
|
+
id: string;
|
|
1085
|
+
text: string;
|
|
1086
|
+
completed: boolean;
|
|
1087
|
+
section?: string | undefined;
|
|
1088
|
+
}[];
|
|
1081
1089
|
metadata?: {
|
|
1082
1090
|
version?: string | undefined;
|
|
1083
1091
|
format?: "openspec-change" | undefined;
|
|
@@ -23,7 +23,7 @@ declare const LEGACY_SOUND_ID_MAP: {
|
|
|
23
23
|
readonly pulse: "builtin:Tink";
|
|
24
24
|
};
|
|
25
25
|
declare function normalizeLegacySoundId(value: unknown): unknown;
|
|
26
|
-
declare const SoundConfigIdSchema: z.ZodEffects<z.ZodUnion<[z.ZodLiteral<"silent">, z.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, z.ZodType<`custom:${string}`, z.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:
|
|
26
|
+
declare const SoundConfigIdSchema: z.ZodEffects<z.ZodUnion<[z.ZodLiteral<"silent">, z.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, z.ZodType<`custom:${string}`, z.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:Tink" | "builtin:Blow" | "builtin:Basso" | "builtin:Bottle" | "builtin:Frog" | "builtin:Funk" | "builtin:Glass" | "builtin:Hero" | "builtin:Morse" | "builtin:Ping" | "builtin:Pop" | "builtin:Purr" | "builtin:Sosumi" | "builtin:Submarine" | `custom:${string}`, unknown>;
|
|
27
27
|
declare const SoundVolumeSchema: z.ZodDefault<z.ZodNumber>;
|
|
28
28
|
type SoundVolume = z.infer<typeof SoundVolumeSchema>;
|
|
29
29
|
interface BuiltinSoundOption {
|
|
@@ -41,19 +41,19 @@ declare const CustomSoundMetadataSchema: z.ZodObject<{
|
|
|
41
41
|
createdAt: z.ZodNumber;
|
|
42
42
|
updatedAt: z.ZodNumber;
|
|
43
43
|
}, "strip", z.ZodTypeAny, {
|
|
44
|
-
createdAt: number;
|
|
45
44
|
id: string;
|
|
46
|
-
updatedAt: number;
|
|
47
45
|
name: string;
|
|
48
46
|
mime: string;
|
|
49
47
|
size: number;
|
|
50
|
-
}, {
|
|
51
48
|
createdAt: number;
|
|
52
|
-
id: string;
|
|
53
49
|
updatedAt: number;
|
|
50
|
+
}, {
|
|
51
|
+
id: string;
|
|
54
52
|
name: string;
|
|
55
53
|
mime: string;
|
|
56
54
|
size: number;
|
|
55
|
+
createdAt: number;
|
|
56
|
+
updatedAt: number;
|
|
57
57
|
}>;
|
|
58
58
|
type CustomSoundMetadata = z.infer<typeof CustomSoundMetadataSchema>;
|
|
59
59
|
declare const CustomSoundMetadataFileSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
@@ -64,19 +64,19 @@ declare const CustomSoundMetadataFileSchema: z.ZodRecord<z.ZodString, z.ZodObjec
|
|
|
64
64
|
createdAt: z.ZodNumber;
|
|
65
65
|
updatedAt: z.ZodNumber;
|
|
66
66
|
}, "strip", z.ZodTypeAny, {
|
|
67
|
-
createdAt: number;
|
|
68
67
|
id: string;
|
|
69
|
-
updatedAt: number;
|
|
70
68
|
name: string;
|
|
71
69
|
mime: string;
|
|
72
70
|
size: number;
|
|
73
|
-
}, {
|
|
74
71
|
createdAt: number;
|
|
75
|
-
id: string;
|
|
76
72
|
updatedAt: number;
|
|
73
|
+
}, {
|
|
74
|
+
id: string;
|
|
77
75
|
name: string;
|
|
78
76
|
mime: string;
|
|
79
77
|
size: number;
|
|
78
|
+
createdAt: number;
|
|
79
|
+
updatedAt: number;
|
|
80
80
|
}>>;
|
|
81
81
|
type CustomSoundMetadataFile = z.infer<typeof CustomSoundMetadataFileSchema>;
|
|
82
82
|
declare function soundIdFromCustomHash(hash: CustomSoundHash): CustomSoundId;
|
package/dist/sounds.d.mts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { C as SoundVolume, D as normalizeLegacySoundId, E as getBuiltinSoundUrl, O as soundIdFromCustomHash, S as SoundIdSchema, T as customHashFromSoundId, _ as DEFAULT_SOUND_VOLUME, a as BuiltinSoundOption, b as SoundConfigIdSchema, c as CustomSoundHashSchema, d as CustomSoundMetadata, f as CustomSoundMetadataFile, g as DEFAULT_NOTIFICATION_SOUND_ID, h as DEFAULT_BELL_SOUND_ID, i as BuiltinSoundIdSchema, l as CustomSoundId, m as CustomSoundMetadataSchema, n as BUILTIN_SOUND_OPTIONS, o as CUSTOM_SOUND_ADD_VALUE, p as CustomSoundMetadataFileSchema, r as BuiltinSoundId, s as CustomSoundHash, t as BUILTIN_SOUND_IDS, u as CustomSoundIdSchema, v as LEGACY_SOUND_ID_MAP, w as SoundVolumeSchema, x as SoundId, y as SILENT_SOUND_ID } from "./sounds-
|
|
1
|
+
import { C as SoundVolume, D as normalizeLegacySoundId, E as getBuiltinSoundUrl, O as soundIdFromCustomHash, S as SoundIdSchema, T as customHashFromSoundId, _ as DEFAULT_SOUND_VOLUME, a as BuiltinSoundOption, b as SoundConfigIdSchema, c as CustomSoundHashSchema, d as CustomSoundMetadata, f as CustomSoundMetadataFile, g as DEFAULT_NOTIFICATION_SOUND_ID, h as DEFAULT_BELL_SOUND_ID, i as BuiltinSoundIdSchema, l as CustomSoundId, m as CustomSoundMetadataSchema, n as BUILTIN_SOUND_OPTIONS, o as CUSTOM_SOUND_ADD_VALUE, p as CustomSoundMetadataFileSchema, r as BuiltinSoundId, s as CustomSoundHash, t as BUILTIN_SOUND_IDS, u as CustomSoundIdSchema, v as LEGACY_SOUND_ID_MAP, w as SoundVolumeSchema, x as SoundId, y as SILENT_SOUND_ID } from "./sounds-CQJ1eD1u.mjs";
|
|
2
2
|
export { BUILTIN_SOUND_IDS, BUILTIN_SOUND_OPTIONS, BuiltinSoundId, BuiltinSoundIdSchema, BuiltinSoundOption, CUSTOM_SOUND_ADD_VALUE, CustomSoundHash, CustomSoundHashSchema, CustomSoundId, CustomSoundIdSchema, CustomSoundMetadata, CustomSoundMetadataFile, CustomSoundMetadataFileSchema, CustomSoundMetadataSchema, DEFAULT_BELL_SOUND_ID, DEFAULT_NOTIFICATION_SOUND_ID, DEFAULT_SOUND_VOLUME, LEGACY_SOUND_ID_MAP, SILENT_SOUND_ID, SoundConfigIdSchema, SoundId, SoundIdSchema, SoundVolume, SoundVolumeSchema, customHashFromSoundId, getBuiltinSoundUrl, normalizeLegacySoundId, soundIdFromCustomHash };
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { x as SoundId } from "./sounds-
|
|
1
|
+
import { x as SoundId } from "./sounds-CQJ1eD1u.mjs";
|
|
2
2
|
import * as zod0 from "zod";
|
|
3
3
|
|
|
4
4
|
//#region src/terminal-audio.d.ts
|
|
5
5
|
declare const TERMINAL_BELL_SOUND_VALUES: readonly ["silent", "bell", "soft", "clear", "pulse"];
|
|
6
|
-
declare const TerminalBellSoundSchema: zod0.ZodEffects<zod0.ZodUnion<[zod0.ZodLiteral<"silent">, zod0.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, zod0.ZodType<`custom:${string}`, zod0.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:
|
|
6
|
+
declare const TerminalBellSoundSchema: zod0.ZodEffects<zod0.ZodUnion<[zod0.ZodLiteral<"silent">, zod0.ZodEnum<["builtin:Basso", "builtin:Blow", "builtin:Bottle", "builtin:Frog", "builtin:Funk", "builtin:Glass", "builtin:Hero", "builtin:Morse", "builtin:Ping", "builtin:Pop", "builtin:Purr", "builtin:Sosumi", "builtin:Submarine", "builtin:Tink"]>, zod0.ZodType<`custom:${string}`, zod0.ZodTypeDef, `custom:${string}`>]>, "silent" | "builtin:Tink" | "builtin:Blow" | "builtin:Basso" | "builtin:Bottle" | "builtin:Frog" | "builtin:Funk" | "builtin:Glass" | "builtin:Hero" | "builtin:Morse" | "builtin:Ping" | "builtin:Pop" | "builtin:Purr" | "builtin:Sosumi" | "builtin:Submarine" | `custom:${string}`, unknown>;
|
|
7
7
|
type TerminalBellSound = SoundId;
|
|
8
8
|
declare const TERMINAL_BELL_SOUND_OPTIONS: readonly {
|
|
9
9
|
id: TerminalBellSound;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./sounds-
|
|
2
|
-
import { i as TerminalBellSoundSchema, n as TERMINAL_BELL_SOUND_VALUES, r as TerminalBellSound, t as TERMINAL_BELL_SOUND_OPTIONS } from "./terminal-audio-
|
|
1
|
+
import "./sounds-CQJ1eD1u.mjs";
|
|
2
|
+
import { i as TerminalBellSoundSchema, n as TERMINAL_BELL_SOUND_VALUES, r as TerminalBellSound, t as TERMINAL_BELL_SOUND_OPTIONS } from "./terminal-audio-BrmM5FX_.mjs";
|
|
3
3
|
export { TERMINAL_BELL_SOUND_OPTIONS, TERMINAL_BELL_SOUND_VALUES, TerminalBellSound, TerminalBellSoundSchema };
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./sounds-
|
|
2
|
-
import { A as TerminalNotificationProtocol, D as TerminalControlEvent, M as TerminalPromptState, N as TerminalTitleTarget, O as TerminalControlParseResult, P as terminalNotificationEventToPublishInput, j as TerminalProgressState, k as TerminalControlParser } from "./notifications-
|
|
1
|
+
import "./sounds-CQJ1eD1u.mjs";
|
|
2
|
+
import { A as TerminalNotificationProtocol, D as TerminalControlEvent, M as TerminalPromptState, N as TerminalTitleTarget, O as TerminalControlParseResult, P as terminalNotificationEventToPublishInput, j as TerminalProgressState, k as TerminalControlParser } from "./notifications-B4GiAnmn.mjs";
|
|
3
3
|
export { TerminalControlEvent, TerminalControlParseResult, TerminalControlParser, TerminalNotificationProtocol, TerminalProgressState, TerminalPromptState, TerminalTitleTarget, terminalNotificationEventToPublishInput };
|