@openspecui/core 3.7.1 → 3.7.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/dist/{document-translation-VavI1QOl.d.mts → document-translation-D_ryOn9u.d.mts} +4 -4
- package/dist/document-translation.d.mts +1 -1
- package/dist/index.d.mts +21 -21
- package/dist/{notifications-Clq2bq-i.d.mts → notifications-C9NFber0.d.mts} +13 -13
- package/dist/notifications.d.mts +2 -2
- package/dist/{openspec-projection-DgnEag63.d.mts → openspec-projection-Cv9_trD5.d.mts} +1 -1
- package/dist/openspec-projection.d.mts +2 -2
- package/dist/{opsx-entity-BhvuPO8B.d.mts → opsx-entity-FVK74l1t.d.mts} +7 -7
- package/dist/opsx-entity.d.mts +2 -2
- package/dist/{opsx-schema-detail-SFENVa0g.d.mts → opsx-schema-detail-COXlZ7Gm.d.mts} +1 -1
- package/dist/opsx-schema-detail.d.mts +3 -3
- package/dist/{schemas-DZwT0am4.d.mts → schemas-CFIuaIAS.d.mts} +32 -32
- package/dist/{sounds-PZqzoKxJ.d.mts → sounds-Dz-aToh_.d.mts} +5 -5
- package/dist/sounds.d.mts +1 -1
- package/dist/{terminal-audio-Ci4x-tyQ.d.mts → terminal-audio-Btx-il9w.d.mts} +2 -2
- package/dist/terminal-audio.d.mts +2 -2
- package/dist/terminal-control.d.mts +2 -2
- package/dist/{terminal-invocation-owPZDVJF.d.mts → terminal-invocation-42mkV55p.d.mts} +74 -74
- package/dist/terminal-invocation.d.mts +1 -1
- package/package.json +1 -1
|
@@ -47,6 +47,7 @@ declare const TranslationCacheEntrySchema: z.ZodObject<{
|
|
|
47
47
|
createdAt: z.ZodNumber;
|
|
48
48
|
lastAccessedAt: z.ZodNumber;
|
|
49
49
|
}, "strip", z.ZodTypeAny, {
|
|
50
|
+
createdAt: number;
|
|
50
51
|
targetLanguage: string;
|
|
51
52
|
key: string;
|
|
52
53
|
keyHash: string;
|
|
@@ -56,10 +57,10 @@ declare const TranslationCacheEntrySchema: z.ZodObject<{
|
|
|
56
57
|
placeholderTopologyHash: string;
|
|
57
58
|
attributeTopologyHash: string;
|
|
58
59
|
displayPolicyVersion: number;
|
|
59
|
-
createdAt: number;
|
|
60
60
|
lastAccessedAt: number;
|
|
61
61
|
targetNodesJson?: string | undefined;
|
|
62
62
|
}, {
|
|
63
|
+
createdAt: number;
|
|
63
64
|
targetLanguage: string;
|
|
64
65
|
key: string;
|
|
65
66
|
keyHash: string;
|
|
@@ -69,7 +70,6 @@ declare const TranslationCacheEntrySchema: z.ZodObject<{
|
|
|
69
70
|
placeholderTopologyHash: string;
|
|
70
71
|
attributeTopologyHash: string;
|
|
71
72
|
displayPolicyVersion: number;
|
|
72
|
-
createdAt: number;
|
|
73
73
|
lastAccessedAt: number;
|
|
74
74
|
targetNodesJson?: string | undefined;
|
|
75
75
|
}>;
|
|
@@ -125,13 +125,13 @@ declare const TranslationCacheStatsSchema: z.ZodObject<{
|
|
|
125
125
|
entries: z.ZodNumber;
|
|
126
126
|
databasePath: z.ZodOptional<z.ZodString>;
|
|
127
127
|
}, "strip", z.ZodTypeAny, {
|
|
128
|
-
enabled: boolean;
|
|
129
128
|
entries: number;
|
|
129
|
+
enabled: boolean;
|
|
130
130
|
entryLimit: number;
|
|
131
131
|
databasePath?: string | undefined;
|
|
132
132
|
}, {
|
|
133
|
-
enabled: boolean;
|
|
134
133
|
entries: number;
|
|
134
|
+
enabled: boolean;
|
|
135
135
|
entryLimit: number;
|
|
136
136
|
databasePath?: string | undefined;
|
|
137
137
|
}>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { _ as TranslationCacheStatsSchema, a as DocumentTranslationDisplayMode, c as MIN_TRANSLATION_CACHE_ENTRY_LIMIT, d as TranslationCacheEntrySchema, f as TranslationCacheReadInput, g as TranslationCacheStats, h as TranslationCacheSettingsSchema, i as DocumentTranslationConfigSchema, l as TRANSLATION_CACHE_POLICY_VERSION, m as TranslationCacheSettings, n as DOCUMENT_TRANSLATION_DISPLAY_MODES, o as DocumentTranslationDisplayModeSchema, p as TranslationCacheReadInputSchema, r as DocumentTranslationConfig, s as MAX_TRANSLATION_CACHE_ENTRY_LIMIT, t as DEFAULT_TRANSLATION_CACHE_ENTRY_LIMIT, u as TranslationCacheEntry, v as TranslationCacheWriteInput, y as TranslationCacheWriteInputSchema } from "./document-translation-
|
|
1
|
+
import { _ as TranslationCacheStatsSchema, a as DocumentTranslationDisplayMode, c as MIN_TRANSLATION_CACHE_ENTRY_LIMIT, d as TranslationCacheEntrySchema, f as TranslationCacheReadInput, g as TranslationCacheStats, h as TranslationCacheSettingsSchema, i as DocumentTranslationConfigSchema, l as TRANSLATION_CACHE_POLICY_VERSION, m as TranslationCacheSettings, n as DOCUMENT_TRANSLATION_DISPLAY_MODES, o as DocumentTranslationDisplayModeSchema, p as TranslationCacheReadInputSchema, r as DocumentTranslationConfig, s as MAX_TRANSLATION_CACHE_ENTRY_LIMIT, t as DEFAULT_TRANSLATION_CACHE_ENTRY_LIMIT, u as TranslationCacheEntry, v as TranslationCacheWriteInput, y as TranslationCacheWriteInputSchema } from "./document-translation-D_ryOn9u.mjs";
|
|
2
2
|
export { DEFAULT_TRANSLATION_CACHE_ENTRY_LIMIT, DOCUMENT_TRANSLATION_DISPLAY_MODES, DocumentTranslationConfig, DocumentTranslationConfigSchema, DocumentTranslationDisplayMode, DocumentTranslationDisplayModeSchema, MAX_TRANSLATION_CACHE_ENTRY_LIMIT, MIN_TRANSLATION_CACHE_ENTRY_LIMIT, TRANSLATION_CACHE_POLICY_VERSION, TranslationCacheEntry, TranslationCacheEntrySchema, TranslationCacheReadInput, TranslationCacheReadInputSchema, TranslationCacheSettings, TranslationCacheSettingsSchema, TranslationCacheStats, TranslationCacheStatsSchema, TranslationCacheWriteInput, TranslationCacheWriteInputSchema };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
import { _ as TranslationCacheStatsSchema, a as DocumentTranslationDisplayMode, c as MIN_TRANSLATION_CACHE_ENTRY_LIMIT, d as TranslationCacheEntrySchema, f as TranslationCacheReadInput, g as TranslationCacheStats, h as TranslationCacheSettingsSchema, i as DocumentTranslationConfigSchema, l as TRANSLATION_CACHE_POLICY_VERSION, m as TranslationCacheSettings, n as DOCUMENT_TRANSLATION_DISPLAY_MODES, o as DocumentTranslationDisplayModeSchema, p as TranslationCacheReadInputSchema, r as DocumentTranslationConfig, s as MAX_TRANSLATION_CACHE_ENTRY_LIMIT, t as DEFAULT_TRANSLATION_CACHE_ENTRY_LIMIT, u as TranslationCacheEntry, v as TranslationCacheWriteInput, y as TranslationCacheWriteInputSchema } from "./document-translation-
|
|
1
|
+
import { _ as TranslationCacheStatsSchema, a as DocumentTranslationDisplayMode, c as MIN_TRANSLATION_CACHE_ENTRY_LIMIT, d as TranslationCacheEntrySchema, f as TranslationCacheReadInput, g as TranslationCacheStats, h as TranslationCacheSettingsSchema, i as DocumentTranslationConfigSchema, l as TRANSLATION_CACHE_POLICY_VERSION, m as TranslationCacheSettings, n as DOCUMENT_TRANSLATION_DISPLAY_MODES, o as DocumentTranslationDisplayModeSchema, p as TranslationCacheReadInputSchema, r as DocumentTranslationConfig, s as MAX_TRANSLATION_CACHE_ENTRY_LIMIT, t as DEFAULT_TRANSLATION_CACHE_ENTRY_LIMIT, u as TranslationCacheEntry, v as TranslationCacheWriteInput, y as TranslationCacheWriteInputSchema } from "./document-translation-D_ryOn9u.mjs";
|
|
2
2
|
import { a as OPENSPECUI_RUNTIME_CAPABILITIES, c as buildEmbeddedUiLaunchUrl, d as isHostedBackendHealthResponse, f as isSupportedEmbeddedUiUrl, h as resolveHostedAppBaseUrl, i as OFFICIAL_APP_BASE_URL, l as buildHostedLaunchUrl, m as normalizeHostedAppBaseUrl, n as HOSTED_SHELL_PROTOCOL_VERSION, o as OpenSpecUIRuntimeCapability, p as normalizeEmbeddedUiUrl, r as HostedBackendHealthResponse, s as buildBackendHealthPayload, u as isBackendHealthRuntimeMetadata } from "./hosted-app-BqJw9WgW.mjs";
|
|
3
|
-
import { A as SchemaArtifactSchema, C as ArtifactStatus, D as DependencyInfo, E as ChangeStatusSchema, F as SchemaResolution, I as SchemaResolutionSchema, L as TemplatesMap, M as SchemaDetailSchema, N as SchemaInfo, O as DependencyInfoSchema, P as SchemaInfoSchema, R as TemplatesSchema, S as ArtifactInstructionsSchema, T as ChangeStatus, _ as ApplyInstructionsContextFilesSchema, a as OpsxEntityFile, b as ApplyTaskSchema, c as buildOpsxEntityDetail, d as isOpsxGlobPattern, f as normalizeOpsxEntityPath, g as ApplyInstructions, h as parseOpsxEntityMetadata, i as OpsxEntityDiagnostic, j as SchemaDetail, k as SchemaArtifact, 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, v as ApplyInstructionsSchema, w as ArtifactStatusSchema, x as ArtifactInstructions, y as ApplyTask, z as isGlobPattern } from "./opsx-entity-
|
|
4
|
-
import { _ as SpecSchema, a as Delta, c as DeltaSchema, d as Requirement, f as RequirementSchema, g as Spec, h as ScenarioStepSchema, i as ChangeSchema, l as DeltaSpec, m as ScenarioStepKeywordSchema, n as ChangeFile, o as DeltaOperation, p as ScenarioStep, r as ChangeFileSchema, s as DeltaOperationType, t as Change, u as DeltaSpecSchema, v as Task, y as TaskSchema } from "./schemas-
|
|
3
|
+
import { A as SchemaArtifactSchema, C as ArtifactStatus, D as DependencyInfo, E as ChangeStatusSchema, F as SchemaResolution, I as SchemaResolutionSchema, L as TemplatesMap, M as SchemaDetailSchema, N as SchemaInfo, O as DependencyInfoSchema, P as SchemaInfoSchema, R as TemplatesSchema, S as ArtifactInstructionsSchema, T as ChangeStatus, _ as ApplyInstructionsContextFilesSchema, a as OpsxEntityFile, b as ApplyTaskSchema, c as buildOpsxEntityDetail, d as isOpsxGlobPattern, f as normalizeOpsxEntityPath, g as ApplyInstructions, h as parseOpsxEntityMetadata, i as OpsxEntityDiagnostic, j as SchemaDetail, k as SchemaArtifact, 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, v as ApplyInstructionsSchema, w as ArtifactStatusSchema, x as ArtifactInstructions, y as ApplyTask, z as isGlobPattern } from "./opsx-entity-FVK74l1t.mjs";
|
|
4
|
+
import { _ as SpecSchema, a as Delta, c as DeltaSchema, d as Requirement, f as RequirementSchema, g as Spec, h as ScenarioStepSchema, i as ChangeSchema, l as DeltaSpec, m as ScenarioStepKeywordSchema, n as ChangeFile, o as DeltaOperation, p as ScenarioStep, r as ChangeFileSchema, s as DeltaOperationType, t as Change, u as DeltaSpecSchema, v as Task, y as TaskSchema } from "./schemas-CFIuaIAS.mjs";
|
|
5
5
|
import { a as MarkdownSourceRange, i as MarkdownSourcePoint, n as MarkdownFactKind, o as parseMarkdownFacts, r as MarkdownFactsDocument, s as toMarkdownFactKind, t as MarkdownFact } from "./markdown-facts-DxElzSsp.mjs";
|
|
6
6
|
import { S as trimMarkdownSlice, _ as getMarkdownAnnotationsForFact, a as MarkdownAnnotationRule, b as getMarkdownHeadingFacts, c as MarkdownProjectionRule, d as MarkdownReadingPlugin, f as MarkdownReadingPluginRegistry, g as getMarkdownAnnotation, h as createMarkdownReadingDocumentFromFacts, i as MarkdownAnnotationInput, l as MarkdownReadingDocument, m as createMarkdownReadingDocument, n as MarkdownAnnotationConfidence, o as MarkdownFactSpan, p as buildMarkdownParentMap, r as MarkdownAnnotationContext, s as MarkdownProjectionContext, t as MarkdownAnnotation, u as MarkdownReadingLookup, v as getMarkdownFactSpan, x as sortMarkdownReadingPlugins, y as getMarkdownHeadingEnd } from "./markdown-reading-BC6uFgx0.mjs";
|
|
7
7
|
import { c as OpenSpecScenarioStepKeyword, d as annotateOpenSpecMarkdown, f as builtinOpenSpecReadingPlugin, h as openSpecAnnotationRules, l as OpenSpecSemanticKind, m as getOpenSpecAnnotationsForFact, n as OpenSpecAnnotation, p as getOpenSpecAnnotation, r as OpenSpecAnnotationConfidence, t as AnnotatedOpenSpecDocument, u as annotateOpenSpecFacts } from "./openspec-annotations-DKP1Uuho.mjs";
|
|
8
|
-
import { a as OpenSpecReadingSectionsProjection, c as ProjectedOpenSpecDocument, d as getOpenSpecReadingSections, f as parseOpenSpecMarkdownToSpec, i as OpenSpecProjectionOptions, l as createOpenSpecReadingPlugin, m as projectOpenSpecMarkdown, n as OPEN_SPEC_SPEC_PROJECTION_ID, o as OpenSpecRequirementBlock, p as projectAnnotatedOpenSpecToSpec, r as OpenSpecHeadingSection, s as OpenSpecScenarioBlock, t as OPEN_SPEC_READING_SECTIONS_PROJECTION_ID, u as getOpenSpecProjectionAnnotation } from "./openspec-projection-
|
|
9
|
-
import { D as normalizeLegacySoundId, E as getBuiltinSoundUrl, O as soundIdFromCustomHash, S as SoundIdSchema, T as customHashFromSoundId, 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, x as SoundId, y as SILENT_SOUND_ID } from "./sounds-
|
|
10
|
-
import { A as TerminalNotificationProtocol, D as TerminalControlEvent, E as groupNotifications, M as TerminalPromptState, N as TerminalTitleTarget, O as TerminalControlParseResult, P as terminalNotificationEventToPublishInput, T as getNotificationGroupLabel, _ as NotificationSource, b as TerminalNotificationParseResult, c as NotificationGroupKeySchema, d as NotificationRecord, f as NotificationRecordSchema, g as NotificationSoundSchema, h as NotificationSound, i as NotificationActionSchema, j as TerminalProgressState, k as TerminalControlParser, l as NotificationPublishInput, m as NotificationSettingsSchema, n as NOTIFICATION_SOUND_VALUES, o as NotificationGroup, p as NotificationSettings, r as NotificationAction, s as NotificationGroupKey, t as NOTIFICATION_SOUND_OPTIONS, u as NotificationPublishInputSchema, v as NotificationSourceSchema, w as getNotificationGroupKey, x as TerminalNotificationParser, y as TerminalNotificationEvent } from "./notifications-
|
|
11
|
-
import { i as TerminalBellSoundSchema, n as TERMINAL_BELL_SOUND_VALUES, r as TerminalBellSound, t as TERMINAL_BELL_SOUND_OPTIONS } from "./terminal-audio-
|
|
8
|
+
import { a as OpenSpecReadingSectionsProjection, c as ProjectedOpenSpecDocument, d as getOpenSpecReadingSections, f as parseOpenSpecMarkdownToSpec, i as OpenSpecProjectionOptions, l as createOpenSpecReadingPlugin, m as projectOpenSpecMarkdown, n as OPEN_SPEC_SPEC_PROJECTION_ID, o as OpenSpecRequirementBlock, p as projectAnnotatedOpenSpecToSpec, r as OpenSpecHeadingSection, s as OpenSpecScenarioBlock, t as OPEN_SPEC_READING_SECTIONS_PROJECTION_ID, u as getOpenSpecProjectionAnnotation } from "./openspec-projection-Cv9_trD5.mjs";
|
|
9
|
+
import { D as normalizeLegacySoundId, E as getBuiltinSoundUrl, O as soundIdFromCustomHash, S as SoundIdSchema, T as customHashFromSoundId, 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, x as SoundId, y as SILENT_SOUND_ID } from "./sounds-Dz-aToh_.mjs";
|
|
10
|
+
import { A as TerminalNotificationProtocol, D as TerminalControlEvent, E as groupNotifications, M as TerminalPromptState, N as TerminalTitleTarget, O as TerminalControlParseResult, P as terminalNotificationEventToPublishInput, T as getNotificationGroupLabel, _ as NotificationSource, b as TerminalNotificationParseResult, c as NotificationGroupKeySchema, d as NotificationRecord, f as NotificationRecordSchema, g as NotificationSoundSchema, h as NotificationSound, i as NotificationActionSchema, j as TerminalProgressState, k as TerminalControlParser, l as NotificationPublishInput, m as NotificationSettingsSchema, n as NOTIFICATION_SOUND_VALUES, o as NotificationGroup, p as NotificationSettings, r as NotificationAction, s as NotificationGroupKey, t as NOTIFICATION_SOUND_OPTIONS, u as NotificationPublishInputSchema, v as NotificationSourceSchema, w as getNotificationGroupKey, x as TerminalNotificationParser, y as TerminalNotificationEvent } from "./notifications-C9NFber0.mjs";
|
|
11
|
+
import { i as TerminalBellSoundSchema, n as TERMINAL_BELL_SOUND_VALUES, r as TerminalBellSound, t as TERMINAL_BELL_SOUND_OPTIONS } from "./terminal-audio-Btx-il9w.mjs";
|
|
12
12
|
import { n as toOpsxDisplayPath, t as VIRTUAL_PROJECT_DIRNAME } from "./opsx-display-path-BKUYCqwP.mjs";
|
|
13
|
-
import { $ as PtyServerMessageSchema, B as PtyCreatedResponseSchema, C as TerminalSpawnCommand, E as getTerminalCommandDefaultValues, F as PtyBufferResponseSchema, G as PtyListMessageSchema, H as PtyErrorResponseSchema, I as PtyClientMessage, J as PtyPlatform, K as PtyListResponseSchema, L as PtyClientMessageSchema, M as resolveTerminalShellDefaults, N as PtyAttachMessageSchema, O as quoteTerminalShellArg, P as PtyBellResponseSchema, Q as PtyServerMessage, R as PtyCloseMessageSchema, S as TerminalShellQuoteStyleSchema, U as PtyExitResponseSchema, V as PtyErrorCodeSchema, W as PtyInputMessageSchema, X as PtyProcessTitleResponseSchema, Y as PtyPlatformSchema, Z as PtyResizeMessageSchema, _ as TerminalShellDefaults, b as TerminalShellProfileSchema, c as TerminalCommandFieldSchema, et as PtySessionInfo, g as TerminalInvocationSettingsSchema, h as TerminalInvocationSettings, i as TerminalCommandArgument, j as renderTerminalSpawnCommandLine, k as renderTerminalCommandArgs, l as TerminalCommandFieldValue, n as TERMINAL_COMMAND_FIELD_TYPE_VALUES, q as PtyOutputResponseSchema, r as TERMINAL_SHELL_QUOTE_STYLE_VALUES, s as TerminalCommandField, t as BUILTIN_TERMINAL_SPAWN_COMMANDS, tt as PtyTitleResponseSchema, u as TerminalCommandFieldValues, w as TerminalSpawnCommandSchema, x as TerminalShellQuoteStyle, y as TerminalShellProfile, z as PtyCreateMessageSchema } from "./terminal-invocation-
|
|
13
|
+
import { $ as PtyServerMessageSchema, B as PtyCreatedResponseSchema, C as TerminalSpawnCommand, E as getTerminalCommandDefaultValues, F as PtyBufferResponseSchema, G as PtyListMessageSchema, H as PtyErrorResponseSchema, I as PtyClientMessage, J as PtyPlatform, K as PtyListResponseSchema, L as PtyClientMessageSchema, M as resolveTerminalShellDefaults, N as PtyAttachMessageSchema, O as quoteTerminalShellArg, P as PtyBellResponseSchema, Q as PtyServerMessage, R as PtyCloseMessageSchema, S as TerminalShellQuoteStyleSchema, U as PtyExitResponseSchema, V as PtyErrorCodeSchema, W as PtyInputMessageSchema, X as PtyProcessTitleResponseSchema, Y as PtyPlatformSchema, Z as PtyResizeMessageSchema, _ as TerminalShellDefaults, b as TerminalShellProfileSchema, c as TerminalCommandFieldSchema, et as PtySessionInfo, g as TerminalInvocationSettingsSchema, h as TerminalInvocationSettings, i as TerminalCommandArgument, j as renderTerminalSpawnCommandLine, k as renderTerminalCommandArgs, l as TerminalCommandFieldValue, n as TERMINAL_COMMAND_FIELD_TYPE_VALUES, q as PtyOutputResponseSchema, r as TERMINAL_SHELL_QUOTE_STYLE_VALUES, s as TerminalCommandField, t as BUILTIN_TERMINAL_SPAWN_COMMANDS, tt as PtyTitleResponseSchema, u as TerminalCommandFieldValues, w as TerminalSpawnCommandSchema, x as TerminalShellQuoteStyle, y as TerminalShellProfile, z as PtyCreateMessageSchema } from "./terminal-invocation-42mkV55p.mjs";
|
|
14
14
|
import { a as TERMINAL_THEME_VALUES, i as TERMINAL_THEME_MODE_VALUES, n as DEFAULT_TERMINAL_LIGHT_THEME, r as DEFAULT_TERMINAL_THEME_MODE, t as DEFAULT_TERMINAL_DARK_THEME } from "./terminal-theme-DdhVuegL.mjs";
|
|
15
|
-
import { n as parseOpsxSchemaDetail, t as ParsedOpsxSchemaDetail } from "./opsx-schema-detail-
|
|
15
|
+
import { n as parseOpsxSchemaDetail, t as ParsedOpsxSchemaDetail } from "./opsx-schema-detail-COXlZ7Gm.mjs";
|
|
16
16
|
import { AsyncLocalStorage } from "node:async_hooks";
|
|
17
17
|
import { z } from "zod";
|
|
18
18
|
import { EventEmitter } from "events";
|
|
@@ -163,9 +163,9 @@ declare class OpenSpecAdapter {
|
|
|
163
163
|
name: string;
|
|
164
164
|
overview: string;
|
|
165
165
|
requirements: {
|
|
166
|
+
text: string;
|
|
166
167
|
id: string;
|
|
167
168
|
title: string;
|
|
168
|
-
text: string;
|
|
169
169
|
bodyMarkdown: string;
|
|
170
170
|
scenarios: {
|
|
171
171
|
title: string;
|
|
@@ -194,9 +194,9 @@ declare class OpenSpecAdapter {
|
|
|
194
194
|
spec: string;
|
|
195
195
|
operation: "ADDED" | "MODIFIED" | "REMOVED" | "RENAMED";
|
|
196
196
|
requirements?: {
|
|
197
|
+
text: string;
|
|
197
198
|
id: string;
|
|
198
199
|
title: string;
|
|
199
|
-
text: string;
|
|
200
200
|
bodyMarkdown: string;
|
|
201
201
|
scenarios: {
|
|
202
202
|
title: string;
|
|
@@ -210,9 +210,9 @@ declare class OpenSpecAdapter {
|
|
|
210
210
|
}[];
|
|
211
211
|
}[] | undefined;
|
|
212
212
|
requirement?: {
|
|
213
|
+
text: string;
|
|
213
214
|
id: string;
|
|
214
215
|
title: string;
|
|
215
|
-
text: string;
|
|
216
216
|
bodyMarkdown: string;
|
|
217
217
|
scenarios: {
|
|
218
218
|
title: string;
|
|
@@ -231,8 +231,8 @@ declare class OpenSpecAdapter {
|
|
|
231
231
|
} | undefined;
|
|
232
232
|
}[];
|
|
233
233
|
tasks: {
|
|
234
|
-
id: string;
|
|
235
234
|
text: string;
|
|
235
|
+
id: string;
|
|
236
236
|
completed: boolean;
|
|
237
237
|
section?: string | undefined;
|
|
238
238
|
}[];
|
|
@@ -856,7 +856,7 @@ declare const TerminalConfigSchema: z.ZodObject<{
|
|
|
856
856
|
lightTheme: z.ZodDefault<z.ZodEnum<["default-light", "default-dark", "monokai", "nord", "solarized-light", "solarized-dark"]>>;
|
|
857
857
|
darkTheme: z.ZodDefault<z.ZodEnum<["default-light", "default-dark", "monokai", "nord", "solarized-light", "solarized-dark"]>>;
|
|
858
858
|
rendererEngine: z.ZodDefault<z.ZodString>;
|
|
859
|
-
bellSound: z.ZodDefault<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:
|
|
859
|
+
bellSound: z.ZodDefault<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: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" | `custom:${string}`, unknown>>;
|
|
860
860
|
bellVolume: z.ZodDefault<z.ZodNumber>;
|
|
861
861
|
}, "strip", z.ZodTypeAny, {
|
|
862
862
|
fontSize: number;
|
|
@@ -868,7 +868,7 @@ declare const TerminalConfigSchema: z.ZodObject<{
|
|
|
868
868
|
lightTheme: "default-light" | "default-dark" | "monokai" | "nord" | "solarized-light" | "solarized-dark";
|
|
869
869
|
darkTheme: "default-light" | "default-dark" | "monokai" | "nord" | "solarized-light" | "solarized-dark";
|
|
870
870
|
rendererEngine: string;
|
|
871
|
-
bellSound: "silent" | "builtin:
|
|
871
|
+
bellSound: "silent" | "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" | `custom:${string}`;
|
|
872
872
|
bellVolume: number;
|
|
873
873
|
}, {
|
|
874
874
|
fontSize?: number | undefined;
|
|
@@ -959,7 +959,7 @@ declare const OpenSpecUIConfigSchema: z.ZodObject<{
|
|
|
959
959
|
lightTheme: z.ZodDefault<z.ZodEnum<["default-light", "default-dark", "monokai", "nord", "solarized-light", "solarized-dark"]>>;
|
|
960
960
|
darkTheme: z.ZodDefault<z.ZodEnum<["default-light", "default-dark", "monokai", "nord", "solarized-light", "solarized-dark"]>>;
|
|
961
961
|
rendererEngine: z.ZodDefault<z.ZodString>;
|
|
962
|
-
bellSound: z.ZodDefault<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:
|
|
962
|
+
bellSound: z.ZodDefault<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: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" | `custom:${string}`, unknown>>;
|
|
963
963
|
bellVolume: z.ZodDefault<z.ZodNumber>;
|
|
964
964
|
}, "strip", z.ZodTypeAny, {
|
|
965
965
|
fontSize: number;
|
|
@@ -971,7 +971,7 @@ declare const OpenSpecUIConfigSchema: z.ZodObject<{
|
|
|
971
971
|
lightTheme: "default-light" | "default-dark" | "monokai" | "nord" | "solarized-light" | "solarized-dark";
|
|
972
972
|
darkTheme: "default-light" | "default-dark" | "monokai" | "nord" | "solarized-light" | "solarized-dark";
|
|
973
973
|
rendererEngine: string;
|
|
974
|
-
bellSound: "silent" | "builtin:
|
|
974
|
+
bellSound: "silent" | "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" | `custom:${string}`;
|
|
975
975
|
bellVolume: number;
|
|
976
976
|
}, {
|
|
977
977
|
fontSize?: number | undefined;
|
|
@@ -1004,11 +1004,11 @@ declare const OpenSpecUIConfigSchema: z.ZodObject<{
|
|
|
1004
1004
|
}>>;
|
|
1005
1005
|
/** Notification preferences */
|
|
1006
1006
|
notifications: z.ZodDefault<z.ZodObject<{
|
|
1007
|
-
sound: z.ZodDefault<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:
|
|
1007
|
+
sound: z.ZodDefault<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: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" | `custom:${string}`, unknown>>;
|
|
1008
1008
|
volume: z.ZodDefault<z.ZodNumber>;
|
|
1009
1009
|
systemNotificationsEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
1010
1010
|
}, "strip", z.ZodTypeAny, {
|
|
1011
|
-
sound: "silent" | "builtin:
|
|
1011
|
+
sound: "silent" | "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" | `custom:${string}`;
|
|
1012
1012
|
volume: number;
|
|
1013
1013
|
systemNotificationsEnabled: boolean;
|
|
1014
1014
|
}, {
|
|
@@ -1044,7 +1044,7 @@ declare const OpenSpecUIConfigSchema: z.ZodObject<{
|
|
|
1044
1044
|
lightTheme: "default-light" | "default-dark" | "monokai" | "nord" | "solarized-light" | "solarized-dark";
|
|
1045
1045
|
darkTheme: "default-light" | "default-dark" | "monokai" | "nord" | "solarized-light" | "solarized-dark";
|
|
1046
1046
|
rendererEngine: string;
|
|
1047
|
-
bellSound: "silent" | "builtin:
|
|
1047
|
+
bellSound: "silent" | "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" | `custom:${string}`;
|
|
1048
1048
|
bellVolume: number;
|
|
1049
1049
|
};
|
|
1050
1050
|
theme: "light" | "dark" | "system";
|
|
@@ -1066,7 +1066,7 @@ declare const OpenSpecUIConfigSchema: z.ZodObject<{
|
|
|
1066
1066
|
diffEagerLineBudget: number;
|
|
1067
1067
|
};
|
|
1068
1068
|
notifications: {
|
|
1069
|
-
sound: "silent" | "builtin:
|
|
1069
|
+
sound: "silent" | "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" | `custom:${string}`;
|
|
1070
1070
|
volume: number;
|
|
1071
1071
|
systemNotificationsEnabled: boolean;
|
|
1072
1072
|
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { x as SoundId } from "./sounds-
|
|
1
|
+
import { x as SoundId } from "./sounds-Dz-aToh_.mjs";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
|
|
4
4
|
//#region src/terminal-control.d.ts
|
|
@@ -54,18 +54,18 @@ declare function terminalNotificationEventToPublishInput(input: {
|
|
|
54
54
|
//#endregion
|
|
55
55
|
//#region src/notifications.d.ts
|
|
56
56
|
declare const NOTIFICATION_SOUND_VALUES: readonly ["silent", "soft", "clear", "pulse"];
|
|
57
|
-
declare const NotificationSoundSchema: 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:
|
|
57
|
+
declare const NotificationSoundSchema: 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: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" | `custom:${string}`, unknown>;
|
|
58
58
|
type NotificationSound = SoundId;
|
|
59
59
|
declare const NOTIFICATION_SOUND_OPTIONS: readonly {
|
|
60
60
|
id: NotificationSound;
|
|
61
61
|
label: string;
|
|
62
62
|
}[];
|
|
63
63
|
declare const NotificationSettingsSchema: z.ZodObject<{
|
|
64
|
-
sound: z.ZodDefault<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:
|
|
64
|
+
sound: z.ZodDefault<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: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" | `custom:${string}`, unknown>>;
|
|
65
65
|
volume: z.ZodDefault<z.ZodNumber>;
|
|
66
66
|
systemNotificationsEnabled: z.ZodDefault<z.ZodBoolean>;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
|
-
sound: "silent" | "builtin:
|
|
68
|
+
sound: "silent" | "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" | `custom:${string}`;
|
|
69
69
|
volume: number;
|
|
70
70
|
systemNotificationsEnabled: boolean;
|
|
71
71
|
}, {
|
|
@@ -272,8 +272,6 @@ declare const NotificationPublishInputSchema: z.ZodObject<{
|
|
|
272
272
|
level: z.ZodDefault<z.ZodEnum<["info", "success", "warning", "error"]>>;
|
|
273
273
|
createdAt: z.ZodOptional<z.ZodNumber>;
|
|
274
274
|
}, "strip", z.ZodTypeAny, {
|
|
275
|
-
title: string;
|
|
276
|
-
body: string;
|
|
277
275
|
source: {
|
|
278
276
|
type: "terminal";
|
|
279
277
|
sessionId: string;
|
|
@@ -291,6 +289,8 @@ declare const NotificationPublishInputSchema: z.ZodObject<{
|
|
|
291
289
|
groupId: string;
|
|
292
290
|
title?: string | undefined;
|
|
293
291
|
};
|
|
292
|
+
title: string;
|
|
293
|
+
body: string;
|
|
294
294
|
actions: ({
|
|
295
295
|
type: "terminal.focus";
|
|
296
296
|
label: string;
|
|
@@ -307,7 +307,6 @@ declare const NotificationPublishInputSchema: z.ZodObject<{
|
|
|
307
307
|
level: "info" | "success" | "warning" | "error";
|
|
308
308
|
createdAt?: number | undefined;
|
|
309
309
|
}, {
|
|
310
|
-
title: string;
|
|
311
310
|
source: {
|
|
312
311
|
type: "terminal";
|
|
313
312
|
sessionId: string;
|
|
@@ -325,7 +324,7 @@ declare const NotificationPublishInputSchema: z.ZodObject<{
|
|
|
325
324
|
groupId: string;
|
|
326
325
|
title?: string | undefined;
|
|
327
326
|
};
|
|
328
|
-
|
|
327
|
+
title: string;
|
|
329
328
|
body?: string | undefined;
|
|
330
329
|
actions?: ({
|
|
331
330
|
type: "terminal.focus";
|
|
@@ -341,6 +340,7 @@ declare const NotificationPublishInputSchema: z.ZodObject<{
|
|
|
341
340
|
label?: string | undefined;
|
|
342
341
|
})[] | undefined;
|
|
343
342
|
level?: "info" | "success" | "warning" | "error" | undefined;
|
|
343
|
+
createdAt?: number | undefined;
|
|
344
344
|
}>;
|
|
345
345
|
type NotificationPublishInput = z.infer<typeof NotificationPublishInputSchema>;
|
|
346
346
|
declare const NotificationRecordSchema: z.ZodObject<{
|
|
@@ -446,10 +446,7 @@ declare const NotificationRecordSchema: z.ZodObject<{
|
|
|
446
446
|
createdAt: z.ZodNumber;
|
|
447
447
|
groupKey: z.ZodString;
|
|
448
448
|
}, "strip", z.ZodTypeAny, {
|
|
449
|
-
createdAt: number;
|
|
450
449
|
id: string;
|
|
451
|
-
title: string;
|
|
452
|
-
body: string;
|
|
453
450
|
source: {
|
|
454
451
|
type: "terminal";
|
|
455
452
|
sessionId: string;
|
|
@@ -467,6 +464,8 @@ declare const NotificationRecordSchema: z.ZodObject<{
|
|
|
467
464
|
groupId: string;
|
|
468
465
|
title?: string | undefined;
|
|
469
466
|
};
|
|
467
|
+
title: string;
|
|
468
|
+
body: string;
|
|
470
469
|
actions: ({
|
|
471
470
|
type: "terminal.focus";
|
|
472
471
|
label: string;
|
|
@@ -481,11 +480,10 @@ declare const NotificationRecordSchema: z.ZodObject<{
|
|
|
481
480
|
};
|
|
482
481
|
})[];
|
|
483
482
|
level: "info" | "success" | "warning" | "error";
|
|
483
|
+
createdAt: number;
|
|
484
484
|
groupKey: string;
|
|
485
485
|
}, {
|
|
486
|
-
createdAt: number;
|
|
487
486
|
id: string;
|
|
488
|
-
title: string;
|
|
489
487
|
source: {
|
|
490
488
|
type: "terminal";
|
|
491
489
|
sessionId: string;
|
|
@@ -503,6 +501,8 @@ declare const NotificationRecordSchema: z.ZodObject<{
|
|
|
503
501
|
groupId: string;
|
|
504
502
|
title?: string | undefined;
|
|
505
503
|
};
|
|
504
|
+
title: string;
|
|
505
|
+
createdAt: number;
|
|
506
506
|
groupKey: string;
|
|
507
507
|
body?: string | undefined;
|
|
508
508
|
actions?: ({
|
package/dist/notifications.d.mts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import "./sounds-
|
|
2
|
-
import { C as getNotificationAggregateKey, E as groupNotifications, P as terminalNotificationEventToPublishInput, S as aggregateNotifications, T as getNotificationGroupLabel, _ as NotificationSource, a as NotificationAggregate, b as TerminalNotificationParseResult, c as NotificationGroupKeySchema, d as NotificationRecord, f as NotificationRecordSchema, g as NotificationSoundSchema, h as NotificationSound, i as NotificationActionSchema, k as TerminalControlParser, l as NotificationPublishInput, m as NotificationSettingsSchema, n as NOTIFICATION_SOUND_VALUES, o as NotificationGroup, p as NotificationSettings, r as NotificationAction, s as NotificationGroupKey, t as NOTIFICATION_SOUND_OPTIONS, u as NotificationPublishInputSchema, v as NotificationSourceSchema, w as getNotificationGroupKey, x as TerminalNotificationParser, y as TerminalNotificationEvent } from "./notifications-
|
|
1
|
+
import "./sounds-Dz-aToh_.mjs";
|
|
2
|
+
import { C as getNotificationAggregateKey, E as groupNotifications, P as terminalNotificationEventToPublishInput, S as aggregateNotifications, T as getNotificationGroupLabel, _ as NotificationSource, a as NotificationAggregate, b as TerminalNotificationParseResult, c as NotificationGroupKeySchema, d as NotificationRecord, f as NotificationRecordSchema, g as NotificationSoundSchema, h as NotificationSound, i as NotificationActionSchema, k as TerminalControlParser, l as NotificationPublishInput, m as NotificationSettingsSchema, n as NOTIFICATION_SOUND_VALUES, o as NotificationGroup, p as NotificationSettings, r as NotificationAction, s as NotificationGroupKey, t as NOTIFICATION_SOUND_OPTIONS, u as NotificationPublishInputSchema, v as NotificationSourceSchema, w as getNotificationGroupKey, x as TerminalNotificationParser, y as TerminalNotificationEvent } from "./notifications-C9NFber0.mjs";
|
|
3
3
|
export { NOTIFICATION_SOUND_OPTIONS, NOTIFICATION_SOUND_VALUES, NotificationAction, NotificationActionSchema, NotificationAggregate, NotificationGroup, NotificationGroupKey, NotificationGroupKeySchema, NotificationPublishInput, NotificationPublishInputSchema, NotificationRecord, NotificationRecordSchema, NotificationSettings, NotificationSettingsSchema, NotificationSound, NotificationSoundSchema, NotificationSource, NotificationSourceSchema, TerminalControlParser, TerminalNotificationEvent, TerminalNotificationParseResult, TerminalNotificationParser, aggregateNotifications, getNotificationAggregateKey, getNotificationGroupKey, getNotificationGroupLabel, groupNotifications, terminalNotificationEventToPublishInput };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as Spec } from "./schemas-
|
|
1
|
+
import { g as Spec } from "./schemas-CFIuaIAS.mjs";
|
|
2
2
|
import { d as MarkdownReadingPlugin, l as MarkdownReadingDocument } from "./markdown-reading-BC6uFgx0.mjs";
|
|
3
3
|
import { n as OpenSpecAnnotation, t as AnnotatedOpenSpecDocument } from "./openspec-annotations-DKP1Uuho.mjs";
|
|
4
4
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import "./schemas-
|
|
1
|
+
import "./schemas-CFIuaIAS.mjs";
|
|
2
2
|
import "./markdown-facts-DxElzSsp.mjs";
|
|
3
3
|
import "./markdown-reading-BC6uFgx0.mjs";
|
|
4
4
|
import "./openspec-annotations-DKP1Uuho.mjs";
|
|
5
|
-
import { a as OpenSpecReadingSectionsProjection, c as ProjectedOpenSpecDocument, d as getOpenSpecReadingSections, f as parseOpenSpecMarkdownToSpec, i as OpenSpecProjectionOptions, l as createOpenSpecReadingPlugin, m as projectOpenSpecMarkdown, n as OPEN_SPEC_SPEC_PROJECTION_ID, o as OpenSpecRequirementBlock, p as projectAnnotatedOpenSpecToSpec, r as OpenSpecHeadingSection, s as OpenSpecScenarioBlock, t as OPEN_SPEC_READING_SECTIONS_PROJECTION_ID, u as getOpenSpecProjectionAnnotation } from "./openspec-projection-
|
|
5
|
+
import { a as OpenSpecReadingSectionsProjection, c as ProjectedOpenSpecDocument, d as getOpenSpecReadingSections, f as parseOpenSpecMarkdownToSpec, i as OpenSpecProjectionOptions, l as createOpenSpecReadingPlugin, m as projectOpenSpecMarkdown, n as OPEN_SPEC_SPEC_PROJECTION_ID, o as OpenSpecRequirementBlock, p as projectAnnotatedOpenSpecToSpec, r as OpenSpecHeadingSection, s as OpenSpecScenarioBlock, t as OPEN_SPEC_READING_SECTIONS_PROJECTION_ID, u as getOpenSpecProjectionAnnotation } from "./openspec-projection-Cv9_trD5.mjs";
|
|
6
6
|
export { OPEN_SPEC_READING_SECTIONS_PROJECTION_ID, OPEN_SPEC_SPEC_PROJECTION_ID, OpenSpecHeadingSection, OpenSpecProjectionOptions, OpenSpecReadingSectionsProjection, OpenSpecRequirementBlock, OpenSpecScenarioBlock, ProjectedOpenSpecDocument, createOpenSpecReadingPlugin, getOpenSpecProjectionAnnotation, getOpenSpecReadingSections, parseOpenSpecMarkdownToSpec, projectAnnotatedOpenSpecToSpec, projectOpenSpecMarkdown };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as ChangeFile } from "./schemas-
|
|
1
|
+
import { n as ChangeFile } from "./schemas-CFIuaIAS.mjs";
|
|
2
2
|
import { z } from "zod";
|
|
3
3
|
|
|
4
4
|
//#region src/opsx-types.d.ts
|
|
@@ -151,11 +151,11 @@ declare const ApplyInstructionsSchema: z.ZodObject<{
|
|
|
151
151
|
complete: number;
|
|
152
152
|
remaining: number;
|
|
153
153
|
};
|
|
154
|
-
state: "ready" | "blocked" | "all_done";
|
|
155
154
|
changeName: string;
|
|
156
155
|
schemaName: string;
|
|
157
156
|
changeDir: string;
|
|
158
157
|
contextFiles: Record<string, string[]>;
|
|
158
|
+
state: "ready" | "blocked" | "all_done";
|
|
159
159
|
instruction: string;
|
|
160
160
|
missingArtifacts?: string[] | undefined;
|
|
161
161
|
}, {
|
|
@@ -169,11 +169,11 @@ declare const ApplyInstructionsSchema: z.ZodObject<{
|
|
|
169
169
|
complete: number;
|
|
170
170
|
remaining: number;
|
|
171
171
|
};
|
|
172
|
-
state: "ready" | "blocked" | "all_done";
|
|
173
172
|
changeName: string;
|
|
174
173
|
schemaName: string;
|
|
175
174
|
changeDir: string;
|
|
176
175
|
contextFiles: Record<string, string | string[]>;
|
|
176
|
+
state: "ready" | "blocked" | "all_done";
|
|
177
177
|
instruction: string;
|
|
178
178
|
missingArtifacts?: string[] | undefined;
|
|
179
179
|
}>;
|
|
@@ -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
|
-
name: string;
|
|
254
253
|
source: "project" | "user" | "package";
|
|
254
|
+
name: string;
|
|
255
255
|
artifacts: string[];
|
|
256
256
|
description?: string | undefined;
|
|
257
257
|
}, {
|
|
258
|
-
name: string;
|
|
259
258
|
source: "project" | "user" | "package";
|
|
259
|
+
name: string;
|
|
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
|
-
name: string;
|
|
285
284
|
source: "project" | "user" | "package";
|
|
285
|
+
name: string;
|
|
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
|
-
name: string;
|
|
295
294
|
source: "project" | "user" | "package";
|
|
295
|
+
name: string;
|
|
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-FVK74l1t.mjs";
|
|
2
|
+
import "./schemas-CFIuaIAS.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-FVK74l1t.mjs";
|
|
2
|
+
import "./schemas-CFIuaIAS.mjs";
|
|
3
|
+
import { n as parseOpsxSchemaDetail, t as ParsedOpsxSchemaDetail } from "./opsx-schema-detail-COXlZ7Gm.mjs";
|
|
4
4
|
export { ParsedOpsxSchemaDetail, parseOpsxSchemaDetail };
|