@openspecui/core 3.6.1 → 3.7.1
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-CvUxMOPl.mjs +44 -0
- package/dist/document-translation-VavI1QOl.d.mts +140 -0
- package/dist/document-translation.d.mts +2 -0
- package/dist/document-translation.mjs +3 -0
- package/dist/hosted-app-BqJw9WgW.d.mts +43 -0
- package/dist/{hosted-app-DFFffbJc.mjs → hosted-app-Du65UHRo.mjs} +24 -3
- package/dist/hosted-app.d.mts +2 -2
- package/dist/hosted-app.mjs +2 -2
- package/dist/index.d.mts +96 -428
- package/dist/index.mjs +141 -75
- package/dist/markdown-facts.d.mts +1 -1
- package/dist/markdown-facts.mjs +1 -1
- package/dist/{markdown-reading-D36W693c.d.mts → markdown-reading-BC6uFgx0.d.mts} +10 -2
- package/dist/{markdown-reading-CrchEfoW.mjs → markdown-reading-CsL1q84q.mjs} +23 -4
- package/dist/markdown-reading.d.mts +3 -3
- package/dist/markdown-reading.mjs +3 -3
- package/dist/{notifications-CCV2bgWG.d.mts → notifications-Clq2bq-i.d.mts} +3 -3
- package/dist/{notifications-fD-V5hyP.mjs → notifications-DXOoOJ3m.mjs} +2 -2
- package/dist/notifications.d.mts +2 -2
- package/dist/notifications.mjs +3 -3
- package/dist/{openspec-annotations-CJmYcfAu.d.mts → openspec-annotations-DKP1Uuho.d.mts} +2 -2
- package/dist/{openspec-annotations-BMy9nWUe.mjs → openspec-annotations-D_xQqQOB.mjs} +2 -2
- package/dist/openspec-annotations.d.mts +3 -3
- package/dist/openspec-annotations.mjs +3 -3
- package/dist/{openspec-projection-DWqBxedv.mjs → openspec-projection-DLGD1JFD.mjs} +2 -2
- package/dist/openspec-projection-DgnEag63.d.mts +52 -0
- package/dist/openspec-projection.d.mts +5 -4
- package/dist/openspec-projection.mjs +4 -4
- package/dist/opsx-display-path.d.mts +1 -1
- package/dist/opsx-display-path.mjs +1 -1
- package/dist/opsx-entity-B_Od4N3r.mjs +144 -0
- package/dist/opsx-entity-BhvuPO8B.d.mts +453 -0
- package/dist/opsx-entity.d.mts +3 -0
- package/dist/opsx-entity.mjs +3 -0
- package/dist/opsx-schema-detail-Bh-aNaSk.mjs +114 -0
- package/dist/opsx-schema-detail-SFENVa0g.d.mts +12 -0
- package/dist/opsx-schema-detail.d.mts +4 -0
- package/dist/opsx-schema-detail.mjs +3 -0
- package/dist/{openspec-projection-DmB448No.d.mts → schemas-DZwT0am4.d.mts} +1 -50
- package/dist/{sounds-B0sH3QwE.d.mts → sounds-PZqzoKxJ.d.mts} +4 -4
- package/dist/sounds.d.mts +1 -1
- package/dist/sounds.mjs +1 -1
- package/dist/{terminal-audio-UEv3j655.mjs → terminal-audio-BiQ9qJJW.mjs} +1 -1
- package/dist/{terminal-audio-qSc6nZUI.d.mts → terminal-audio-Ci4x-tyQ.d.mts} +1 -1
- package/dist/terminal-audio.d.mts +2 -2
- package/dist/terminal-audio.mjs +2 -2
- package/dist/terminal-control.d.mts +2 -2
- package/dist/terminal-control.mjs +1 -1
- package/dist/terminal-invocation.d.mts +1 -1
- package/dist/terminal-invocation.mjs +1 -1
- package/dist/terminal-theme.d.mts +1 -1
- package/dist/terminal-theme.mjs +1 -1
- package/package.json +51 -3
- package/dist/hosted-app-DZrYivji.d.mts +0 -31
- /package/dist/{markdown-facts-BmSmZmpB.mjs → markdown-facts-BFqXdPfN.mjs} +0 -0
- /package/dist/{markdown-facts-f3kXnqXb.d.mts → markdown-facts-DxElzSsp.d.mts} +0 -0
- /package/dist/{opsx-display-path-D4KLYRXQ.mjs → opsx-display-path-BHEPZsJx.mjs} +0 -0
- /package/dist/{opsx-display-path-CkV9sq_j.d.mts → opsx-display-path-BKUYCqwP.d.mts} +0 -0
- /package/dist/{sounds-BzNKMW05.mjs → sounds-Ctm3QEtf.mjs} +0 -0
- /package/dist/{terminal-control-Bxois59k.mjs → terminal-control-CMkG-o9C.mjs} +0 -0
- /package/dist/{terminal-invocation-BRCuSBjE.mjs → terminal-invocation-CX1LDM89.mjs} +0 -0
- /package/dist/{terminal-invocation-BCqjtd4p.d.mts → terminal-invocation-owPZDVJF.d.mts} +0 -0
- /package/dist/{terminal-theme-CIv3YMfi.mjs → terminal-theme-BOGPIiVm.mjs} +0 -0
- /package/dist/{terminal-theme-lPZGfVA_.d.mts → terminal-theme-DdhVuegL.d.mts} +0 -0
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { g as Spec } from "./schemas-DZwT0am4.mjs";
|
|
2
|
+
import { d as MarkdownReadingPlugin, l as MarkdownReadingDocument } from "./markdown-reading-BC6uFgx0.mjs";
|
|
3
|
+
import { n as OpenSpecAnnotation, t as AnnotatedOpenSpecDocument } from "./openspec-annotations-DKP1Uuho.mjs";
|
|
4
|
+
|
|
5
|
+
//#region src/openspec-projection.d.ts
|
|
6
|
+
declare const OPEN_SPEC_SPEC_PROJECTION_ID = "openspec.projection.spec.v2";
|
|
7
|
+
declare const OPEN_SPEC_READING_SECTIONS_PROJECTION_ID = "openspec.projection.reading-sections.v2";
|
|
8
|
+
type SpecSectionKind = 'overview' | 'requirements' | 'other';
|
|
9
|
+
interface OpenSpecProjectionOptions {
|
|
10
|
+
specId: string;
|
|
11
|
+
}
|
|
12
|
+
interface OpenSpecHeadingSection {
|
|
13
|
+
id: string;
|
|
14
|
+
title: string;
|
|
15
|
+
kind: SpecSectionKind;
|
|
16
|
+
factId: string;
|
|
17
|
+
start: number;
|
|
18
|
+
end: number;
|
|
19
|
+
}
|
|
20
|
+
interface OpenSpecRequirementBlock {
|
|
21
|
+
id: string;
|
|
22
|
+
title: string;
|
|
23
|
+
factId: string;
|
|
24
|
+
start: number;
|
|
25
|
+
end: number;
|
|
26
|
+
scenarios: OpenSpecScenarioBlock[];
|
|
27
|
+
}
|
|
28
|
+
interface OpenSpecScenarioBlock {
|
|
29
|
+
title: string;
|
|
30
|
+
factId: string;
|
|
31
|
+
start: number;
|
|
32
|
+
end: number;
|
|
33
|
+
}
|
|
34
|
+
interface OpenSpecReadingSectionsProjection {
|
|
35
|
+
sections: OpenSpecHeadingSection[];
|
|
36
|
+
requirements: OpenSpecRequirementBlock[];
|
|
37
|
+
}
|
|
38
|
+
interface ProjectedOpenSpecDocument extends MarkdownReadingDocument {
|
|
39
|
+
annotations: OpenSpecAnnotation[];
|
|
40
|
+
projections: MarkdownReadingDocument['projections'] & {
|
|
41
|
+
[OPEN_SPEC_SPEC_PROJECTION_ID]?: Spec;
|
|
42
|
+
[OPEN_SPEC_READING_SECTIONS_PROJECTION_ID]?: OpenSpecReadingSectionsProjection;
|
|
43
|
+
};
|
|
44
|
+
}
|
|
45
|
+
declare function createOpenSpecReadingPlugin(options: OpenSpecProjectionOptions): MarkdownReadingPlugin;
|
|
46
|
+
declare function parseOpenSpecMarkdownToSpec(specId: string, content: string): Spec;
|
|
47
|
+
declare function projectOpenSpecMarkdown(sourceMarkdown: string, options: OpenSpecProjectionOptions, plugins?: readonly MarkdownReadingPlugin[]): ProjectedOpenSpecDocument;
|
|
48
|
+
declare function projectAnnotatedOpenSpecToSpec(specId: string, document: AnnotatedOpenSpecDocument): Spec;
|
|
49
|
+
declare function getOpenSpecReadingSections(document: Pick<MarkdownReadingDocument, 'facts' | 'annotations' | 'sourceMarkdown'>): OpenSpecReadingSectionsProjection;
|
|
50
|
+
declare function getOpenSpecProjectionAnnotation(annotations: readonly OpenSpecAnnotation[], factId: string, kind: OpenSpecAnnotation['kind']): OpenSpecAnnotation | undefined;
|
|
51
|
+
//#endregion
|
|
52
|
+
export { OpenSpecReadingSectionsProjection as a, ProjectedOpenSpecDocument as c, getOpenSpecReadingSections as d, parseOpenSpecMarkdownToSpec as f, OpenSpecProjectionOptions as i, createOpenSpecReadingPlugin as l, projectOpenSpecMarkdown as m, OPEN_SPEC_SPEC_PROJECTION_ID as n, OpenSpecRequirementBlock as o, projectAnnotatedOpenSpecToSpec as p, OpenSpecHeadingSection as r, OpenSpecScenarioBlock as s, OPEN_SPEC_READING_SECTIONS_PROJECTION_ID as t, getOpenSpecProjectionAnnotation as u };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import
|
|
2
|
-
import "./markdown-facts-
|
|
3
|
-
import "./markdown-reading-
|
|
4
|
-
import "./openspec-annotations-
|
|
1
|
+
import "./schemas-DZwT0am4.mjs";
|
|
2
|
+
import "./markdown-facts-DxElzSsp.mjs";
|
|
3
|
+
import "./markdown-reading-BC6uFgx0.mjs";
|
|
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-DgnEag63.mjs";
|
|
5
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,6 +1,6 @@
|
|
|
1
|
-
import "./markdown-facts-
|
|
2
|
-
import "./markdown-reading-
|
|
3
|
-
import "./openspec-annotations-
|
|
4
|
-
import { a as getOpenSpecReadingSections, c as projectOpenSpecMarkdown, i as getOpenSpecProjectionAnnotation, n as OPEN_SPEC_SPEC_PROJECTION_ID, o as parseOpenSpecMarkdownToSpec, r as createOpenSpecReadingPlugin, s as projectAnnotatedOpenSpecToSpec, t as OPEN_SPEC_READING_SECTIONS_PROJECTION_ID } from "./openspec-projection-
|
|
1
|
+
import "./markdown-facts-BFqXdPfN.mjs";
|
|
2
|
+
import "./markdown-reading-CsL1q84q.mjs";
|
|
3
|
+
import "./openspec-annotations-D_xQqQOB.mjs";
|
|
4
|
+
import { a as getOpenSpecReadingSections, c as projectOpenSpecMarkdown, i as getOpenSpecProjectionAnnotation, n as OPEN_SPEC_SPEC_PROJECTION_ID, o as parseOpenSpecMarkdownToSpec, r as createOpenSpecReadingPlugin, s as projectAnnotatedOpenSpecToSpec, t as OPEN_SPEC_READING_SECTIONS_PROJECTION_ID } from "./openspec-projection-DLGD1JFD.mjs";
|
|
5
5
|
|
|
6
6
|
export { OPEN_SPEC_READING_SECTIONS_PROJECTION_ID, OPEN_SPEC_SPEC_PROJECTION_ID, createOpenSpecReadingPlugin, getOpenSpecProjectionAnnotation, getOpenSpecReadingSections, parseOpenSpecMarkdownToSpec, projectAnnotatedOpenSpecToSpec, projectOpenSpecMarkdown };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as toOpsxDisplayPath, t as VIRTUAL_PROJECT_DIRNAME } from "./opsx-display-path-
|
|
1
|
+
import { n as toOpsxDisplayPath, t as VIRTUAL_PROJECT_DIRNAME } from "./opsx-display-path-BKUYCqwP.mjs";
|
|
2
2
|
export { VIRTUAL_PROJECT_DIRNAME, toOpsxDisplayPath };
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
import { parse } from "yaml";
|
|
2
|
+
|
|
3
|
+
//#region src/opsx-entity.ts
|
|
4
|
+
function getOpsxEntityRootRelativePath(stage, id) {
|
|
5
|
+
return stage === "change" ? `openspec/changes/${id}` : `openspec/changes/archive/${id}`;
|
|
6
|
+
}
|
|
7
|
+
function getOpsxEntityMetadataPath(stage, id) {
|
|
8
|
+
return `${getOpsxEntityRootRelativePath(stage, id)}/.openspec.yaml`;
|
|
9
|
+
}
|
|
10
|
+
function isRecord(value) {
|
|
11
|
+
return value !== null && typeof value === "object" && !Array.isArray(value);
|
|
12
|
+
}
|
|
13
|
+
function normalizeOpsxEntityPath(path) {
|
|
14
|
+
return path.replace(/\\/g, "/").replace(/^\.?\//, "").replace(/^\/+/, "");
|
|
15
|
+
}
|
|
16
|
+
function isOpsxGlobPattern(path) {
|
|
17
|
+
return path.includes("*") || path.includes("?") || path.includes("[");
|
|
18
|
+
}
|
|
19
|
+
function escapeRegexChar(char) {
|
|
20
|
+
return /[\\^$.*+?()[\]{}|]/.test(char) ? `\\${char}` : char;
|
|
21
|
+
}
|
|
22
|
+
function opsxGlobToRegex(pattern) {
|
|
23
|
+
const normalized = normalizeOpsxEntityPath(pattern);
|
|
24
|
+
let source = "^";
|
|
25
|
+
for (let index = 0; index < normalized.length; index += 1) {
|
|
26
|
+
const char = normalized[index];
|
|
27
|
+
if (char === "*") {
|
|
28
|
+
if (normalized[index + 1] === "*") {
|
|
29
|
+
index += 1;
|
|
30
|
+
if (normalized[index + 1] === "/") {
|
|
31
|
+
index += 1;
|
|
32
|
+
source += "(?:.*/)?";
|
|
33
|
+
} else source += ".*";
|
|
34
|
+
} else source += "[^/]*";
|
|
35
|
+
continue;
|
|
36
|
+
}
|
|
37
|
+
if (char === "?") {
|
|
38
|
+
source += "[^/]";
|
|
39
|
+
continue;
|
|
40
|
+
}
|
|
41
|
+
if (char === "[") {
|
|
42
|
+
const closeIndex = normalized.indexOf("]", index + 1);
|
|
43
|
+
if (closeIndex > index + 1) {
|
|
44
|
+
source += normalized.slice(index, closeIndex + 1);
|
|
45
|
+
index = closeIndex;
|
|
46
|
+
continue;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
source += escapeRegexChar(char);
|
|
50
|
+
}
|
|
51
|
+
source += "$";
|
|
52
|
+
return new RegExp(source);
|
|
53
|
+
}
|
|
54
|
+
function opsxPathMatchesPattern(path, pattern) {
|
|
55
|
+
const normalizedPath = normalizeOpsxEntityPath(path);
|
|
56
|
+
const normalizedPattern = normalizeOpsxEntityPath(pattern);
|
|
57
|
+
if (!isOpsxGlobPattern(normalizedPattern)) return normalizedPath === normalizedPattern;
|
|
58
|
+
return opsxGlobToRegex(normalizedPattern).test(normalizedPath);
|
|
59
|
+
}
|
|
60
|
+
function parseOpsxEntityMetadata(content) {
|
|
61
|
+
if (!content) return { diagnostics: [] };
|
|
62
|
+
try {
|
|
63
|
+
const parsed = parse(content);
|
|
64
|
+
if (!isRecord(parsed)) return { diagnostics: [{
|
|
65
|
+
level: "warning",
|
|
66
|
+
path: ".openspec.yaml",
|
|
67
|
+
message: "Entity metadata is not a YAML object."
|
|
68
|
+
}] };
|
|
69
|
+
const schema = parsed.schema;
|
|
70
|
+
if (typeof schema === "string" && schema.trim().length > 0) return {
|
|
71
|
+
schemaName: schema.trim(),
|
|
72
|
+
diagnostics: []
|
|
73
|
+
};
|
|
74
|
+
return { diagnostics: [{
|
|
75
|
+
level: "warning",
|
|
76
|
+
path: ".openspec.yaml",
|
|
77
|
+
message: "Entity metadata does not declare a usable schema name."
|
|
78
|
+
}] };
|
|
79
|
+
} catch (error) {
|
|
80
|
+
return { diagnostics: [{
|
|
81
|
+
level: "warning",
|
|
82
|
+
path: ".openspec.yaml",
|
|
83
|
+
message: `Entity metadata could not be parsed: ${error instanceof Error ? error.message : String(error)}`
|
|
84
|
+
}] };
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
function getMetadataContent(files) {
|
|
88
|
+
const metadata = files.find((file) => file.type === "file" && file.path === ".openspec.yaml");
|
|
89
|
+
return metadata?.type === "file" ? metadata.content ?? null : null;
|
|
90
|
+
}
|
|
91
|
+
function getSchemaDetail(schemaName, schemas, schemaDiagnostics, diagnostics) {
|
|
92
|
+
if (!schemaName) return null;
|
|
93
|
+
const schemaDiagnosticItems = schemaDiagnostics?.[schemaName];
|
|
94
|
+
if (schemaDiagnosticItems) diagnostics.push(...schemaDiagnosticItems);
|
|
95
|
+
if (!schemas) return null;
|
|
96
|
+
const detail = schemas[schemaName];
|
|
97
|
+
if (detail) return detail;
|
|
98
|
+
diagnostics.push({
|
|
99
|
+
level: "warning",
|
|
100
|
+
path: ".openspec.yaml",
|
|
101
|
+
message: `Schema "${schemaName}" is not available; showing entity files without schema artifact binding.`
|
|
102
|
+
});
|
|
103
|
+
return null;
|
|
104
|
+
}
|
|
105
|
+
function getArtifactFiles(files, outputPath) {
|
|
106
|
+
return files.filter((file) => {
|
|
107
|
+
if (file.type !== "file") return false;
|
|
108
|
+
return opsxPathMatchesPattern(file.path, outputPath);
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
function buildOpsxEntityDetail(input) {
|
|
112
|
+
const diagnostics = [];
|
|
113
|
+
const metadata = parseOpsxEntityMetadata(getMetadataContent(input.files));
|
|
114
|
+
diagnostics.push(...metadata.diagnostics);
|
|
115
|
+
const schemaDetail = getSchemaDetail(metadata.schemaName, input.schemas, input.schemaDiagnostics, diagnostics);
|
|
116
|
+
const artifactPathSet = /* @__PURE__ */ new Set();
|
|
117
|
+
const artifacts = schemaDetail?.artifacts.map((artifact) => {
|
|
118
|
+
const files = getArtifactFiles(input.files, artifact.outputPath);
|
|
119
|
+
for (const file of files) artifactPathSet.add(file.path);
|
|
120
|
+
return {
|
|
121
|
+
id: artifact.id,
|
|
122
|
+
outputPath: artifact.outputPath,
|
|
123
|
+
description: artifact.description,
|
|
124
|
+
files
|
|
125
|
+
};
|
|
126
|
+
}) ?? [];
|
|
127
|
+
const ungroupedFiles = input.files.filter((file) => {
|
|
128
|
+
if (file.type !== "file") return true;
|
|
129
|
+
return !artifactPathSet.has(file.path);
|
|
130
|
+
});
|
|
131
|
+
return {
|
|
132
|
+
stage: input.stage,
|
|
133
|
+
id: input.id,
|
|
134
|
+
exists: true,
|
|
135
|
+
schemaName: metadata.schemaName,
|
|
136
|
+
files: input.files,
|
|
137
|
+
artifacts,
|
|
138
|
+
ungroupedFiles,
|
|
139
|
+
diagnostics
|
|
140
|
+
};
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
//#endregion
|
|
144
|
+
export { normalizeOpsxEntityPath as a, parseOpsxEntityMetadata as c, isOpsxGlobPattern as i, getOpsxEntityMetadataPath as n, opsxGlobToRegex as o, getOpsxEntityRootRelativePath as r, opsxPathMatchesPattern as s, buildOpsxEntityDetail as t };
|
|
@@ -0,0 +1,453 @@
|
|
|
1
|
+
import { n as ChangeFile } from "./schemas-DZwT0am4.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
|
|
4
|
+
//#region src/opsx-types.d.ts
|
|
5
|
+
/** Check if an outputPath contains glob pattern characters */
|
|
6
|
+
declare function isGlobPattern(pattern: string): boolean;
|
|
7
|
+
declare const ArtifactStatusSchema: z.ZodObject<{
|
|
8
|
+
id: z.ZodString;
|
|
9
|
+
outputPath: z.ZodString;
|
|
10
|
+
status: z.ZodEnum<["done", "ready", "blocked"]>;
|
|
11
|
+
missingDeps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
12
|
+
relativePath: z.ZodOptional<z.ZodString>;
|
|
13
|
+
}, "strip", z.ZodTypeAny, {
|
|
14
|
+
status: "done" | "ready" | "blocked";
|
|
15
|
+
id: string;
|
|
16
|
+
outputPath: string;
|
|
17
|
+
missingDeps?: string[] | undefined;
|
|
18
|
+
relativePath?: string | undefined;
|
|
19
|
+
}, {
|
|
20
|
+
status: "done" | "ready" | "blocked";
|
|
21
|
+
id: string;
|
|
22
|
+
outputPath: string;
|
|
23
|
+
missingDeps?: string[] | undefined;
|
|
24
|
+
relativePath?: string | undefined;
|
|
25
|
+
}>;
|
|
26
|
+
type ArtifactStatus = z.infer<typeof ArtifactStatusSchema>;
|
|
27
|
+
declare const ChangeStatusSchema: z.ZodObject<{
|
|
28
|
+
changeName: z.ZodString;
|
|
29
|
+
schemaName: z.ZodString;
|
|
30
|
+
isComplete: z.ZodBoolean;
|
|
31
|
+
applyRequires: z.ZodArray<z.ZodString, "many">;
|
|
32
|
+
artifacts: z.ZodArray<z.ZodObject<{
|
|
33
|
+
id: z.ZodString;
|
|
34
|
+
outputPath: z.ZodString;
|
|
35
|
+
status: z.ZodEnum<["done", "ready", "blocked"]>;
|
|
36
|
+
missingDeps: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
37
|
+
relativePath: z.ZodOptional<z.ZodString>;
|
|
38
|
+
}, "strip", z.ZodTypeAny, {
|
|
39
|
+
status: "done" | "ready" | "blocked";
|
|
40
|
+
id: string;
|
|
41
|
+
outputPath: string;
|
|
42
|
+
missingDeps?: string[] | undefined;
|
|
43
|
+
relativePath?: string | undefined;
|
|
44
|
+
}, {
|
|
45
|
+
status: "done" | "ready" | "blocked";
|
|
46
|
+
id: string;
|
|
47
|
+
outputPath: string;
|
|
48
|
+
missingDeps?: string[] | undefined;
|
|
49
|
+
relativePath?: string | undefined;
|
|
50
|
+
}>, "many">;
|
|
51
|
+
}, "strip", z.ZodTypeAny, {
|
|
52
|
+
changeName: string;
|
|
53
|
+
schemaName: string;
|
|
54
|
+
isComplete: boolean;
|
|
55
|
+
applyRequires: string[];
|
|
56
|
+
artifacts: {
|
|
57
|
+
status: "done" | "ready" | "blocked";
|
|
58
|
+
id: string;
|
|
59
|
+
outputPath: string;
|
|
60
|
+
missingDeps?: string[] | undefined;
|
|
61
|
+
relativePath?: string | undefined;
|
|
62
|
+
}[];
|
|
63
|
+
}, {
|
|
64
|
+
changeName: string;
|
|
65
|
+
schemaName: string;
|
|
66
|
+
isComplete: boolean;
|
|
67
|
+
applyRequires: string[];
|
|
68
|
+
artifacts: {
|
|
69
|
+
status: "done" | "ready" | "blocked";
|
|
70
|
+
id: string;
|
|
71
|
+
outputPath: string;
|
|
72
|
+
missingDeps?: string[] | undefined;
|
|
73
|
+
relativePath?: string | undefined;
|
|
74
|
+
}[];
|
|
75
|
+
}>;
|
|
76
|
+
type ChangeStatus = z.infer<typeof ChangeStatusSchema>;
|
|
77
|
+
declare const DependencyInfoSchema: z.ZodObject<{
|
|
78
|
+
id: z.ZodString;
|
|
79
|
+
done: z.ZodBoolean;
|
|
80
|
+
path: z.ZodString;
|
|
81
|
+
description: z.ZodString;
|
|
82
|
+
}, "strip", z.ZodTypeAny, {
|
|
83
|
+
path: string;
|
|
84
|
+
id: string;
|
|
85
|
+
description: string;
|
|
86
|
+
done: boolean;
|
|
87
|
+
}, {
|
|
88
|
+
path: string;
|
|
89
|
+
id: string;
|
|
90
|
+
description: string;
|
|
91
|
+
done: boolean;
|
|
92
|
+
}>;
|
|
93
|
+
type DependencyInfo = z.infer<typeof DependencyInfoSchema>;
|
|
94
|
+
declare const ApplyTaskSchema: z.ZodObject<{
|
|
95
|
+
id: z.ZodString;
|
|
96
|
+
description: z.ZodString;
|
|
97
|
+
done: z.ZodBoolean;
|
|
98
|
+
}, "strip", z.ZodTypeAny, {
|
|
99
|
+
id: string;
|
|
100
|
+
description: string;
|
|
101
|
+
done: boolean;
|
|
102
|
+
}, {
|
|
103
|
+
id: string;
|
|
104
|
+
description: string;
|
|
105
|
+
done: boolean;
|
|
106
|
+
}>;
|
|
107
|
+
type ApplyTask = z.infer<typeof ApplyTaskSchema>;
|
|
108
|
+
declare const ApplyInstructionsContextFilesSchema: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, string[], string | string[]>>;
|
|
109
|
+
declare const ApplyInstructionsSchema: z.ZodObject<{
|
|
110
|
+
changeName: z.ZodString;
|
|
111
|
+
changeDir: z.ZodString;
|
|
112
|
+
schemaName: z.ZodString;
|
|
113
|
+
contextFiles: z.ZodRecord<z.ZodString, z.ZodEffects<z.ZodUnion<[z.ZodString, z.ZodArray<z.ZodString, "many">]>, string[], string | string[]>>;
|
|
114
|
+
progress: z.ZodObject<{
|
|
115
|
+
total: z.ZodNumber;
|
|
116
|
+
complete: z.ZodNumber;
|
|
117
|
+
remaining: z.ZodNumber;
|
|
118
|
+
}, "strip", z.ZodTypeAny, {
|
|
119
|
+
total: number;
|
|
120
|
+
complete: number;
|
|
121
|
+
remaining: number;
|
|
122
|
+
}, {
|
|
123
|
+
total: number;
|
|
124
|
+
complete: number;
|
|
125
|
+
remaining: number;
|
|
126
|
+
}>;
|
|
127
|
+
tasks: z.ZodArray<z.ZodObject<{
|
|
128
|
+
id: z.ZodString;
|
|
129
|
+
description: z.ZodString;
|
|
130
|
+
done: z.ZodBoolean;
|
|
131
|
+
}, "strip", z.ZodTypeAny, {
|
|
132
|
+
id: string;
|
|
133
|
+
description: string;
|
|
134
|
+
done: boolean;
|
|
135
|
+
}, {
|
|
136
|
+
id: string;
|
|
137
|
+
description: string;
|
|
138
|
+
done: boolean;
|
|
139
|
+
}>, "many">;
|
|
140
|
+
state: z.ZodEnum<["blocked", "all_done", "ready"]>;
|
|
141
|
+
missingArtifacts: z.ZodOptional<z.ZodArray<z.ZodString, "many">>;
|
|
142
|
+
instruction: z.ZodString;
|
|
143
|
+
}, "strip", z.ZodTypeAny, {
|
|
144
|
+
tasks: {
|
|
145
|
+
id: string;
|
|
146
|
+
description: string;
|
|
147
|
+
done: boolean;
|
|
148
|
+
}[];
|
|
149
|
+
progress: {
|
|
150
|
+
total: number;
|
|
151
|
+
complete: number;
|
|
152
|
+
remaining: number;
|
|
153
|
+
};
|
|
154
|
+
state: "ready" | "blocked" | "all_done";
|
|
155
|
+
changeName: string;
|
|
156
|
+
schemaName: string;
|
|
157
|
+
changeDir: string;
|
|
158
|
+
contextFiles: Record<string, string[]>;
|
|
159
|
+
instruction: string;
|
|
160
|
+
missingArtifacts?: string[] | undefined;
|
|
161
|
+
}, {
|
|
162
|
+
tasks: {
|
|
163
|
+
id: string;
|
|
164
|
+
description: string;
|
|
165
|
+
done: boolean;
|
|
166
|
+
}[];
|
|
167
|
+
progress: {
|
|
168
|
+
total: number;
|
|
169
|
+
complete: number;
|
|
170
|
+
remaining: number;
|
|
171
|
+
};
|
|
172
|
+
state: "ready" | "blocked" | "all_done";
|
|
173
|
+
changeName: string;
|
|
174
|
+
schemaName: string;
|
|
175
|
+
changeDir: string;
|
|
176
|
+
contextFiles: Record<string, string | string[]>;
|
|
177
|
+
instruction: string;
|
|
178
|
+
missingArtifacts?: string[] | undefined;
|
|
179
|
+
}>;
|
|
180
|
+
type ApplyInstructions = z.infer<typeof ApplyInstructionsSchema>;
|
|
181
|
+
declare const ArtifactInstructionsSchema: z.ZodObject<{
|
|
182
|
+
changeName: z.ZodString;
|
|
183
|
+
artifactId: z.ZodString;
|
|
184
|
+
schemaName: z.ZodString;
|
|
185
|
+
changeDir: z.ZodString;
|
|
186
|
+
outputPath: z.ZodString;
|
|
187
|
+
description: z.ZodString;
|
|
188
|
+
instruction: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
189
|
+
context: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
190
|
+
rules: z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodString, "many">>>;
|
|
191
|
+
template: z.ZodString;
|
|
192
|
+
dependencies: z.ZodArray<z.ZodObject<{
|
|
193
|
+
id: z.ZodString;
|
|
194
|
+
done: z.ZodBoolean;
|
|
195
|
+
path: z.ZodString;
|
|
196
|
+
description: z.ZodString;
|
|
197
|
+
}, "strip", z.ZodTypeAny, {
|
|
198
|
+
path: string;
|
|
199
|
+
id: string;
|
|
200
|
+
description: string;
|
|
201
|
+
done: boolean;
|
|
202
|
+
}, {
|
|
203
|
+
path: string;
|
|
204
|
+
id: string;
|
|
205
|
+
description: string;
|
|
206
|
+
done: boolean;
|
|
207
|
+
}>, "many">;
|
|
208
|
+
unlocks: z.ZodArray<z.ZodString, "many">;
|
|
209
|
+
}, "strip", z.ZodTypeAny, {
|
|
210
|
+
description: string;
|
|
211
|
+
template: string;
|
|
212
|
+
outputPath: string;
|
|
213
|
+
changeName: string;
|
|
214
|
+
schemaName: string;
|
|
215
|
+
changeDir: string;
|
|
216
|
+
artifactId: string;
|
|
217
|
+
dependencies: {
|
|
218
|
+
path: string;
|
|
219
|
+
id: string;
|
|
220
|
+
description: string;
|
|
221
|
+
done: boolean;
|
|
222
|
+
}[];
|
|
223
|
+
unlocks: string[];
|
|
224
|
+
instruction?: string | null | undefined;
|
|
225
|
+
context?: string | null | undefined;
|
|
226
|
+
rules?: string[] | null | undefined;
|
|
227
|
+
}, {
|
|
228
|
+
description: string;
|
|
229
|
+
template: string;
|
|
230
|
+
outputPath: string;
|
|
231
|
+
changeName: string;
|
|
232
|
+
schemaName: string;
|
|
233
|
+
changeDir: string;
|
|
234
|
+
artifactId: string;
|
|
235
|
+
dependencies: {
|
|
236
|
+
path: string;
|
|
237
|
+
id: string;
|
|
238
|
+
description: string;
|
|
239
|
+
done: boolean;
|
|
240
|
+
}[];
|
|
241
|
+
unlocks: string[];
|
|
242
|
+
instruction?: string | null | undefined;
|
|
243
|
+
context?: string | null | undefined;
|
|
244
|
+
rules?: string[] | null | undefined;
|
|
245
|
+
}>;
|
|
246
|
+
type ArtifactInstructions = z.infer<typeof ArtifactInstructionsSchema>;
|
|
247
|
+
declare const SchemaInfoSchema: z.ZodObject<{
|
|
248
|
+
name: z.ZodString;
|
|
249
|
+
description: z.ZodOptional<z.ZodString>;
|
|
250
|
+
artifacts: z.ZodArray<z.ZodString, "many">;
|
|
251
|
+
source: z.ZodEnum<["project", "user", "package"]>;
|
|
252
|
+
}, "strip", z.ZodTypeAny, {
|
|
253
|
+
name: string;
|
|
254
|
+
source: "project" | "user" | "package";
|
|
255
|
+
artifacts: string[];
|
|
256
|
+
description?: string | undefined;
|
|
257
|
+
}, {
|
|
258
|
+
name: string;
|
|
259
|
+
source: "project" | "user" | "package";
|
|
260
|
+
artifacts: string[];
|
|
261
|
+
description?: string | undefined;
|
|
262
|
+
}>;
|
|
263
|
+
type SchemaInfo = z.infer<typeof SchemaInfoSchema>;
|
|
264
|
+
declare const SchemaResolutionSchema: z.ZodObject<{
|
|
265
|
+
name: z.ZodString;
|
|
266
|
+
source: z.ZodEnum<["project", "user", "package"]>;
|
|
267
|
+
path: z.ZodString;
|
|
268
|
+
displayPath: z.ZodOptional<z.ZodString>;
|
|
269
|
+
shadows: z.ZodArray<z.ZodObject<{
|
|
270
|
+
source: z.ZodEnum<["project", "user", "package"]>;
|
|
271
|
+
path: z.ZodString;
|
|
272
|
+
displayPath: z.ZodOptional<z.ZodString>;
|
|
273
|
+
}, "strip", z.ZodTypeAny, {
|
|
274
|
+
path: string;
|
|
275
|
+
source: "project" | "user" | "package";
|
|
276
|
+
displayPath?: string | undefined;
|
|
277
|
+
}, {
|
|
278
|
+
path: string;
|
|
279
|
+
source: "project" | "user" | "package";
|
|
280
|
+
displayPath?: string | undefined;
|
|
281
|
+
}>, "many">;
|
|
282
|
+
}, "strip", z.ZodTypeAny, {
|
|
283
|
+
path: string;
|
|
284
|
+
name: string;
|
|
285
|
+
source: "project" | "user" | "package";
|
|
286
|
+
shadows: {
|
|
287
|
+
path: string;
|
|
288
|
+
source: "project" | "user" | "package";
|
|
289
|
+
displayPath?: string | undefined;
|
|
290
|
+
}[];
|
|
291
|
+
displayPath?: string | undefined;
|
|
292
|
+
}, {
|
|
293
|
+
path: string;
|
|
294
|
+
name: string;
|
|
295
|
+
source: "project" | "user" | "package";
|
|
296
|
+
shadows: {
|
|
297
|
+
path: string;
|
|
298
|
+
source: "project" | "user" | "package";
|
|
299
|
+
displayPath?: string | undefined;
|
|
300
|
+
}[];
|
|
301
|
+
displayPath?: string | undefined;
|
|
302
|
+
}>;
|
|
303
|
+
type SchemaResolution = z.infer<typeof SchemaResolutionSchema>;
|
|
304
|
+
declare const TemplatesSchema: z.ZodRecord<z.ZodString, z.ZodObject<{
|
|
305
|
+
path: z.ZodString;
|
|
306
|
+
displayPath: z.ZodOptional<z.ZodString>;
|
|
307
|
+
source: z.ZodEnum<["project", "user", "package"]>;
|
|
308
|
+
}, "strip", z.ZodTypeAny, {
|
|
309
|
+
path: string;
|
|
310
|
+
source: "project" | "user" | "package";
|
|
311
|
+
displayPath?: string | undefined;
|
|
312
|
+
}, {
|
|
313
|
+
path: string;
|
|
314
|
+
source: "project" | "user" | "package";
|
|
315
|
+
displayPath?: string | undefined;
|
|
316
|
+
}>>;
|
|
317
|
+
type TemplatesMap = z.infer<typeof TemplatesSchema>;
|
|
318
|
+
declare const SchemaArtifactSchema: z.ZodObject<{
|
|
319
|
+
id: z.ZodString;
|
|
320
|
+
outputPath: z.ZodString;
|
|
321
|
+
description: z.ZodOptional<z.ZodString>;
|
|
322
|
+
template: z.ZodOptional<z.ZodString>;
|
|
323
|
+
instruction: z.ZodOptional<z.ZodString>;
|
|
324
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
325
|
+
}, "strip", z.ZodTypeAny, {
|
|
326
|
+
id: string;
|
|
327
|
+
outputPath: string;
|
|
328
|
+
requires: string[];
|
|
329
|
+
description?: string | undefined;
|
|
330
|
+
template?: string | undefined;
|
|
331
|
+
instruction?: string | undefined;
|
|
332
|
+
}, {
|
|
333
|
+
id: string;
|
|
334
|
+
outputPath: string;
|
|
335
|
+
requires: string[];
|
|
336
|
+
description?: string | undefined;
|
|
337
|
+
template?: string | undefined;
|
|
338
|
+
instruction?: string | undefined;
|
|
339
|
+
}>;
|
|
340
|
+
type SchemaArtifact = z.infer<typeof SchemaArtifactSchema>;
|
|
341
|
+
declare const SchemaDetailSchema: z.ZodObject<{
|
|
342
|
+
name: z.ZodString;
|
|
343
|
+
description: z.ZodOptional<z.ZodString>;
|
|
344
|
+
version: z.ZodOptional<z.ZodUnion<[z.ZodString, z.ZodNumber]>>;
|
|
345
|
+
artifacts: z.ZodArray<z.ZodObject<{
|
|
346
|
+
id: z.ZodString;
|
|
347
|
+
outputPath: z.ZodString;
|
|
348
|
+
description: z.ZodOptional<z.ZodString>;
|
|
349
|
+
template: z.ZodOptional<z.ZodString>;
|
|
350
|
+
instruction: z.ZodOptional<z.ZodString>;
|
|
351
|
+
requires: z.ZodArray<z.ZodString, "many">;
|
|
352
|
+
}, "strip", z.ZodTypeAny, {
|
|
353
|
+
id: string;
|
|
354
|
+
outputPath: string;
|
|
355
|
+
requires: string[];
|
|
356
|
+
description?: string | undefined;
|
|
357
|
+
template?: string | undefined;
|
|
358
|
+
instruction?: string | undefined;
|
|
359
|
+
}, {
|
|
360
|
+
id: string;
|
|
361
|
+
outputPath: string;
|
|
362
|
+
requires: string[];
|
|
363
|
+
description?: string | undefined;
|
|
364
|
+
template?: string | undefined;
|
|
365
|
+
instruction?: string | undefined;
|
|
366
|
+
}>, "many">;
|
|
367
|
+
applyRequires: z.ZodArray<z.ZodString, "many">;
|
|
368
|
+
applyTracks: z.ZodOptional<z.ZodString>;
|
|
369
|
+
applyInstruction: z.ZodOptional<z.ZodString>;
|
|
370
|
+
}, "strip", z.ZodTypeAny, {
|
|
371
|
+
name: string;
|
|
372
|
+
applyRequires: string[];
|
|
373
|
+
artifacts: {
|
|
374
|
+
id: string;
|
|
375
|
+
outputPath: string;
|
|
376
|
+
requires: string[];
|
|
377
|
+
description?: string | undefined;
|
|
378
|
+
template?: string | undefined;
|
|
379
|
+
instruction?: string | undefined;
|
|
380
|
+
}[];
|
|
381
|
+
description?: string | undefined;
|
|
382
|
+
version?: string | number | undefined;
|
|
383
|
+
applyTracks?: string | undefined;
|
|
384
|
+
applyInstruction?: string | undefined;
|
|
385
|
+
}, {
|
|
386
|
+
name: string;
|
|
387
|
+
applyRequires: string[];
|
|
388
|
+
artifacts: {
|
|
389
|
+
id: string;
|
|
390
|
+
outputPath: string;
|
|
391
|
+
requires: string[];
|
|
392
|
+
description?: string | undefined;
|
|
393
|
+
template?: string | undefined;
|
|
394
|
+
instruction?: string | undefined;
|
|
395
|
+
}[];
|
|
396
|
+
description?: string | undefined;
|
|
397
|
+
version?: string | number | undefined;
|
|
398
|
+
applyTracks?: string | undefined;
|
|
399
|
+
applyInstruction?: string | undefined;
|
|
400
|
+
}>;
|
|
401
|
+
type SchemaDetail = z.infer<typeof SchemaDetailSchema>;
|
|
402
|
+
//#endregion
|
|
403
|
+
//#region src/opsx-entity.d.ts
|
|
404
|
+
type OpsxEntityStage = 'change' | 'archive';
|
|
405
|
+
interface OpsxEntityDiagnostic {
|
|
406
|
+
level: 'info' | 'warning' | 'error';
|
|
407
|
+
message: string;
|
|
408
|
+
path?: string;
|
|
409
|
+
}
|
|
410
|
+
type OpsxEntityFile = ChangeFile;
|
|
411
|
+
type OpsxEntityArtifactFile = ChangeFile & {
|
|
412
|
+
type: 'file';
|
|
413
|
+
};
|
|
414
|
+
interface OpsxEntityArtifact {
|
|
415
|
+
id: string;
|
|
416
|
+
outputPath: string;
|
|
417
|
+
description?: string;
|
|
418
|
+
files: OpsxEntityArtifactFile[];
|
|
419
|
+
}
|
|
420
|
+
interface OpsxEntityDetail {
|
|
421
|
+
stage: OpsxEntityStage;
|
|
422
|
+
id: string;
|
|
423
|
+
exists: true;
|
|
424
|
+
schemaName?: string;
|
|
425
|
+
files: OpsxEntityFile[];
|
|
426
|
+
artifacts: OpsxEntityArtifact[];
|
|
427
|
+
ungroupedFiles: OpsxEntityFile[];
|
|
428
|
+
diagnostics: OpsxEntityDiagnostic[];
|
|
429
|
+
}
|
|
430
|
+
interface OpsxEntityReadOptions {
|
|
431
|
+
schemas?: Record<string, SchemaDetail | null | undefined>;
|
|
432
|
+
schemaDiagnostics?: Record<string, readonly OpsxEntityDiagnostic[] | undefined>;
|
|
433
|
+
}
|
|
434
|
+
declare function getOpsxEntityRootRelativePath(stage: OpsxEntityStage, id: string): string;
|
|
435
|
+
declare function getOpsxEntityMetadataPath(stage: OpsxEntityStage, id: string): string;
|
|
436
|
+
interface ParsedEntityMetadata {
|
|
437
|
+
schemaName?: string;
|
|
438
|
+
diagnostics: OpsxEntityDiagnostic[];
|
|
439
|
+
}
|
|
440
|
+
declare function normalizeOpsxEntityPath(path: string): string;
|
|
441
|
+
declare function isOpsxGlobPattern(path: string): boolean;
|
|
442
|
+
declare function opsxGlobToRegex(pattern: string): RegExp;
|
|
443
|
+
declare function opsxPathMatchesPattern(path: string, pattern: string): boolean;
|
|
444
|
+
declare function parseOpsxEntityMetadata(content: string | null | undefined): ParsedEntityMetadata;
|
|
445
|
+
declare function buildOpsxEntityDetail(input: {
|
|
446
|
+
stage: OpsxEntityStage;
|
|
447
|
+
id: string;
|
|
448
|
+
files: ChangeFile[];
|
|
449
|
+
schemas?: Record<string, SchemaDetail | null | undefined>;
|
|
450
|
+
schemaDiagnostics?: Record<string, readonly OpsxEntityDiagnostic[] | undefined>;
|
|
451
|
+
}): OpsxEntityDetail;
|
|
452
|
+
//#endregion
|
|
453
|
+
export { SchemaArtifactSchema as A, ArtifactStatus as C, DependencyInfo as D, ChangeStatusSchema as E, SchemaResolution as F, SchemaResolutionSchema as I, TemplatesMap as L, SchemaDetailSchema as M, SchemaInfo as N, DependencyInfoSchema as O, SchemaInfoSchema as P, TemplatesSchema as R, ArtifactInstructionsSchema as S, ChangeStatus as T, ApplyInstructionsContextFilesSchema as _, OpsxEntityFile as a, ApplyTaskSchema as b, buildOpsxEntityDetail as c, isOpsxGlobPattern as d, normalizeOpsxEntityPath as f, ApplyInstructions as g, parseOpsxEntityMetadata as h, OpsxEntityDiagnostic as i, SchemaDetail as j, SchemaArtifact as k, getOpsxEntityMetadataPath as l, opsxPathMatchesPattern as m, OpsxEntityArtifactFile as n, OpsxEntityReadOptions as o, opsxGlobToRegex as p, OpsxEntityDetail as r, OpsxEntityStage as s, OpsxEntityArtifact as t, getOpsxEntityRootRelativePath as u, ApplyInstructionsSchema as v, ArtifactStatusSchema as w, ArtifactInstructions as x, ApplyTask as y, isGlobPattern as z };
|
|
@@ -0,0 +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-BhvuPO8B.mjs";
|
|
2
|
+
import "./schemas-DZwT0am4.mjs";
|
|
3
|
+
export { OpsxEntityArtifact, OpsxEntityArtifactFile, OpsxEntityDetail, OpsxEntityDiagnostic, OpsxEntityFile, OpsxEntityReadOptions, OpsxEntityStage, buildOpsxEntityDetail, getOpsxEntityMetadataPath, getOpsxEntityRootRelativePath, isOpsxGlobPattern, normalizeOpsxEntityPath, opsxGlobToRegex, opsxPathMatchesPattern, parseOpsxEntityMetadata };
|