@docyrus/docyrus 0.0.24 → 0.0.26
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/README.md +34 -1
- package/agent-loader.js +249 -45
- package/agent-loader.js.map +3 -3
- package/main.js +278 -196
- package/main.js.map +4 -4
- package/package.json +2 -1
- package/resources/pi-agent/extensions/architect.ts +18 -34
- package/resources/pi-agent/extensions/plan.ts +1197 -0
- package/resources/pi-agent/shared/askUserProtocol.ts +248 -0
- package/resources/pi-agent/skills/diffity-diff/SKILL.md +28 -0
- package/resources/pi-agent/skills/diffity-resolve/SKILL.md +69 -0
- package/resources/pi-agent/skills/diffity-review/SKILL.md +175 -0
- package/server-loader.js +1680 -73
- package/server-loader.js.map +4 -4
package/main.js
CHANGED
|
@@ -34,9 +34,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
34
34
|
));
|
|
35
35
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
36
36
|
|
|
37
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
37
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js
|
|
38
38
|
var require_identity = __commonJS({
|
|
39
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
39
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/identity.js"(exports2) {
|
|
40
40
|
"use strict";
|
|
41
41
|
var ALIAS = /* @__PURE__ */ Symbol.for("yaml.alias");
|
|
42
42
|
var DOC = /* @__PURE__ */ Symbol.for("yaml.document");
|
|
@@ -91,9 +91,9 @@ var require_identity = __commonJS({
|
|
|
91
91
|
}
|
|
92
92
|
});
|
|
93
93
|
|
|
94
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
94
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/visit.js
|
|
95
95
|
var require_visit = __commonJS({
|
|
96
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
96
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/visit.js"(exports2) {
|
|
97
97
|
"use strict";
|
|
98
98
|
var identity2 = require_identity();
|
|
99
99
|
var BREAK = /* @__PURE__ */ Symbol("break visit");
|
|
@@ -249,9 +249,9 @@ var require_visit = __commonJS({
|
|
|
249
249
|
}
|
|
250
250
|
});
|
|
251
251
|
|
|
252
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
252
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js
|
|
253
253
|
var require_directives = __commonJS({
|
|
254
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
254
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/directives.js"(exports2) {
|
|
255
255
|
"use strict";
|
|
256
256
|
var identity2 = require_identity();
|
|
257
257
|
var visit = require_visit();
|
|
@@ -420,9 +420,9 @@ var require_directives = __commonJS({
|
|
|
420
420
|
}
|
|
421
421
|
});
|
|
422
422
|
|
|
423
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
423
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js
|
|
424
424
|
var require_anchors = __commonJS({
|
|
425
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
425
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/anchors.js"(exports2) {
|
|
426
426
|
"use strict";
|
|
427
427
|
var identity2 = require_identity();
|
|
428
428
|
var visit = require_visit();
|
|
@@ -490,9 +490,9 @@ var require_anchors = __commonJS({
|
|
|
490
490
|
}
|
|
491
491
|
});
|
|
492
492
|
|
|
493
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
493
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js
|
|
494
494
|
var require_applyReviver = __commonJS({
|
|
495
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
495
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/applyReviver.js"(exports2) {
|
|
496
496
|
"use strict";
|
|
497
497
|
function applyReviver(reviver, obj, key, val) {
|
|
498
498
|
if (val && typeof val === "object") {
|
|
@@ -540,9 +540,9 @@ var require_applyReviver = __commonJS({
|
|
|
540
540
|
}
|
|
541
541
|
});
|
|
542
542
|
|
|
543
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
543
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js
|
|
544
544
|
var require_toJS = __commonJS({
|
|
545
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
545
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/toJS.js"(exports2) {
|
|
546
546
|
"use strict";
|
|
547
547
|
var identity2 = require_identity();
|
|
548
548
|
function toJS(value, arg, ctx) {
|
|
@@ -570,9 +570,9 @@ var require_toJS = __commonJS({
|
|
|
570
570
|
}
|
|
571
571
|
});
|
|
572
572
|
|
|
573
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
573
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js
|
|
574
574
|
var require_Node = __commonJS({
|
|
575
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
575
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Node.js"(exports2) {
|
|
576
576
|
"use strict";
|
|
577
577
|
var applyReviver = require_applyReviver();
|
|
578
578
|
var identity2 = require_identity();
|
|
@@ -611,9 +611,9 @@ var require_Node = __commonJS({
|
|
|
611
611
|
}
|
|
612
612
|
});
|
|
613
613
|
|
|
614
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
614
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js
|
|
615
615
|
var require_Alias = __commonJS({
|
|
616
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
616
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Alias.js"(exports2) {
|
|
617
617
|
"use strict";
|
|
618
618
|
var anchors = require_anchors();
|
|
619
619
|
var visit = require_visit();
|
|
@@ -725,9 +725,9 @@ var require_Alias = __commonJS({
|
|
|
725
725
|
}
|
|
726
726
|
});
|
|
727
727
|
|
|
728
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
728
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js
|
|
729
729
|
var require_Scalar = __commonJS({
|
|
730
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
730
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Scalar.js"(exports2) {
|
|
731
731
|
"use strict";
|
|
732
732
|
var identity2 = require_identity();
|
|
733
733
|
var Node = require_Node();
|
|
@@ -755,9 +755,9 @@ var require_Scalar = __commonJS({
|
|
|
755
755
|
}
|
|
756
756
|
});
|
|
757
757
|
|
|
758
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
758
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js
|
|
759
759
|
var require_createNode = __commonJS({
|
|
760
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
760
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/createNode.js"(exports2) {
|
|
761
761
|
"use strict";
|
|
762
762
|
var Alias = require_Alias();
|
|
763
763
|
var identity2 = require_identity();
|
|
@@ -830,9 +830,9 @@ var require_createNode = __commonJS({
|
|
|
830
830
|
}
|
|
831
831
|
});
|
|
832
832
|
|
|
833
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
833
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js
|
|
834
834
|
var require_Collection = __commonJS({
|
|
835
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
835
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Collection.js"(exports2) {
|
|
836
836
|
"use strict";
|
|
837
837
|
var createNode = require_createNode();
|
|
838
838
|
var identity2 = require_identity();
|
|
@@ -973,9 +973,9 @@ var require_Collection = __commonJS({
|
|
|
973
973
|
}
|
|
974
974
|
});
|
|
975
975
|
|
|
976
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
976
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js
|
|
977
977
|
var require_stringifyComment = __commonJS({
|
|
978
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
978
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyComment.js"(exports2) {
|
|
979
979
|
"use strict";
|
|
980
980
|
var stringifyComment = (str) => str.replace(/^(?!$)(?: $)?/gm, "#");
|
|
981
981
|
function indentComment(comment, indent) {
|
|
@@ -990,9 +990,9 @@ var require_stringifyComment = __commonJS({
|
|
|
990
990
|
}
|
|
991
991
|
});
|
|
992
992
|
|
|
993
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
993
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js
|
|
994
994
|
var require_foldFlowLines = __commonJS({
|
|
995
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
995
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/foldFlowLines.js"(exports2) {
|
|
996
996
|
"use strict";
|
|
997
997
|
var FOLD_FLOW = "flow";
|
|
998
998
|
var FOLD_BLOCK = "block";
|
|
@@ -1126,9 +1126,9 @@ ${indent}${text.slice(fold + 1, end2)}`;
|
|
|
1126
1126
|
}
|
|
1127
1127
|
});
|
|
1128
1128
|
|
|
1129
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
1129
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js
|
|
1130
1130
|
var require_stringifyString = __commonJS({
|
|
1131
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
1131
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyString.js"(exports2) {
|
|
1132
1132
|
"use strict";
|
|
1133
1133
|
var Scalar = require_Scalar();
|
|
1134
1134
|
var foldFlowLines = require_foldFlowLines();
|
|
@@ -1409,9 +1409,9 @@ ${indent}`);
|
|
|
1409
1409
|
}
|
|
1410
1410
|
});
|
|
1411
1411
|
|
|
1412
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
1412
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js
|
|
1413
1413
|
var require_stringify = __commonJS({
|
|
1414
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
1414
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringify.js"(exports2) {
|
|
1415
1415
|
"use strict";
|
|
1416
1416
|
var anchors = require_anchors();
|
|
1417
1417
|
var identity2 = require_identity();
|
|
@@ -1434,6 +1434,7 @@ var require_stringify = __commonJS({
|
|
|
1434
1434
|
nullStr: "null",
|
|
1435
1435
|
simpleKeys: false,
|
|
1436
1436
|
singleQuote: null,
|
|
1437
|
+
trailingComma: false,
|
|
1437
1438
|
trueStr: "true",
|
|
1438
1439
|
verifyAliasOrder: true
|
|
1439
1440
|
}, doc.schema.toStringOptions, options2);
|
|
@@ -1532,9 +1533,9 @@ ${ctx.indent}${str}`;
|
|
|
1532
1533
|
}
|
|
1533
1534
|
});
|
|
1534
1535
|
|
|
1535
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
1536
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js
|
|
1536
1537
|
var require_stringifyPair = __commonJS({
|
|
1537
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
1538
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyPair.js"(exports2) {
|
|
1538
1539
|
"use strict";
|
|
1539
1540
|
var identity2 = require_identity();
|
|
1540
1541
|
var Scalar = require_Scalar();
|
|
@@ -1665,9 +1666,9 @@ ${ctx.indent}`;
|
|
|
1665
1666
|
}
|
|
1666
1667
|
});
|
|
1667
1668
|
|
|
1668
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
1669
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/log.js
|
|
1669
1670
|
var require_log = __commonJS({
|
|
1670
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
1671
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/log.js"(exports2) {
|
|
1671
1672
|
"use strict";
|
|
1672
1673
|
var node_process = require("process");
|
|
1673
1674
|
function debug(logLevel, ...messages) {
|
|
@@ -1687,9 +1688,9 @@ var require_log = __commonJS({
|
|
|
1687
1688
|
}
|
|
1688
1689
|
});
|
|
1689
1690
|
|
|
1690
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
1691
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js
|
|
1691
1692
|
var require_merge = __commonJS({
|
|
1692
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
1693
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/merge.js"(exports2) {
|
|
1693
1694
|
"use strict";
|
|
1694
1695
|
var identity2 = require_identity();
|
|
1695
1696
|
var Scalar = require_Scalar();
|
|
@@ -1744,9 +1745,9 @@ var require_merge = __commonJS({
|
|
|
1744
1745
|
}
|
|
1745
1746
|
});
|
|
1746
1747
|
|
|
1747
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
1748
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js
|
|
1748
1749
|
var require_addPairToJSMap = __commonJS({
|
|
1749
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
1750
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/addPairToJSMap.js"(exports2) {
|
|
1750
1751
|
"use strict";
|
|
1751
1752
|
var log = require_log();
|
|
1752
1753
|
var merge2 = require_merge();
|
|
@@ -1808,9 +1809,9 @@ var require_addPairToJSMap = __commonJS({
|
|
|
1808
1809
|
}
|
|
1809
1810
|
});
|
|
1810
1811
|
|
|
1811
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
1812
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js
|
|
1812
1813
|
var require_Pair = __commonJS({
|
|
1813
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
1814
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/Pair.js"(exports2) {
|
|
1814
1815
|
"use strict";
|
|
1815
1816
|
var createNode = require_createNode();
|
|
1816
1817
|
var stringifyPair = require_stringifyPair();
|
|
@@ -1848,9 +1849,9 @@ var require_Pair = __commonJS({
|
|
|
1848
1849
|
}
|
|
1849
1850
|
});
|
|
1850
1851
|
|
|
1851
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
1852
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js
|
|
1852
1853
|
var require_stringifyCollection = __commonJS({
|
|
1853
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
1854
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyCollection.js"(exports2) {
|
|
1854
1855
|
"use strict";
|
|
1855
1856
|
var identity2 = require_identity();
|
|
1856
1857
|
var stringify = require_stringify();
|
|
@@ -1951,12 +1952,19 @@ ${indent}${line}` : "\n";
|
|
|
1951
1952
|
if (comment)
|
|
1952
1953
|
reqNewline = true;
|
|
1953
1954
|
let str = stringify.stringify(item, itemCtx, () => comment = null);
|
|
1954
|
-
|
|
1955
|
+
reqNewline || (reqNewline = lines.length > linesAtValue || str.includes("\n"));
|
|
1956
|
+
if (i < items.length - 1) {
|
|
1955
1957
|
str += ",";
|
|
1958
|
+
} else if (ctx.options.trailingComma) {
|
|
1959
|
+
if (ctx.options.lineWidth > 0) {
|
|
1960
|
+
reqNewline || (reqNewline = lines.reduce((sum, line) => sum + line.length + 2, 2) + (str.length + 2) > ctx.options.lineWidth);
|
|
1961
|
+
}
|
|
1962
|
+
if (reqNewline) {
|
|
1963
|
+
str += ",";
|
|
1964
|
+
}
|
|
1965
|
+
}
|
|
1956
1966
|
if (comment)
|
|
1957
1967
|
str += stringifyComment.lineComment(str, itemIndent, commentString(comment));
|
|
1958
|
-
if (!reqNewline && (lines.length > linesAtValue || str.includes("\n")))
|
|
1959
|
-
reqNewline = true;
|
|
1960
1968
|
lines.push(str);
|
|
1961
1969
|
linesAtValue = lines.length;
|
|
1962
1970
|
}
|
|
@@ -1992,9 +2000,9 @@ ${indent}${end}`;
|
|
|
1992
2000
|
}
|
|
1993
2001
|
});
|
|
1994
2002
|
|
|
1995
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2003
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js
|
|
1996
2004
|
var require_YAMLMap = __commonJS({
|
|
1997
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2005
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLMap.js"(exports2) {
|
|
1998
2006
|
"use strict";
|
|
1999
2007
|
var stringifyCollection = require_stringifyCollection();
|
|
2000
2008
|
var addPairToJSMap = require_addPairToJSMap();
|
|
@@ -2136,9 +2144,9 @@ var require_YAMLMap = __commonJS({
|
|
|
2136
2144
|
}
|
|
2137
2145
|
});
|
|
2138
2146
|
|
|
2139
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2147
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js
|
|
2140
2148
|
var require_map = __commonJS({
|
|
2141
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2149
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/map.js"(exports2) {
|
|
2142
2150
|
"use strict";
|
|
2143
2151
|
var identity2 = require_identity();
|
|
2144
2152
|
var YAMLMap = require_YAMLMap();
|
|
@@ -2158,9 +2166,9 @@ var require_map = __commonJS({
|
|
|
2158
2166
|
}
|
|
2159
2167
|
});
|
|
2160
2168
|
|
|
2161
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2169
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js
|
|
2162
2170
|
var require_YAMLSeq = __commonJS({
|
|
2163
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2171
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/nodes/YAMLSeq.js"(exports2) {
|
|
2164
2172
|
"use strict";
|
|
2165
2173
|
var createNode = require_createNode();
|
|
2166
2174
|
var stringifyCollection = require_stringifyCollection();
|
|
@@ -2274,9 +2282,9 @@ var require_YAMLSeq = __commonJS({
|
|
|
2274
2282
|
}
|
|
2275
2283
|
});
|
|
2276
2284
|
|
|
2277
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2285
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js
|
|
2278
2286
|
var require_seq = __commonJS({
|
|
2279
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2287
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/seq.js"(exports2) {
|
|
2280
2288
|
"use strict";
|
|
2281
2289
|
var identity2 = require_identity();
|
|
2282
2290
|
var YAMLSeq = require_YAMLSeq();
|
|
@@ -2296,9 +2304,9 @@ var require_seq = __commonJS({
|
|
|
2296
2304
|
}
|
|
2297
2305
|
});
|
|
2298
2306
|
|
|
2299
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2307
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js
|
|
2300
2308
|
var require_string = __commonJS({
|
|
2301
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2309
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/string.js"(exports2) {
|
|
2302
2310
|
"use strict";
|
|
2303
2311
|
var stringifyString = require_stringifyString();
|
|
2304
2312
|
var string4 = {
|
|
@@ -2315,9 +2323,9 @@ var require_string = __commonJS({
|
|
|
2315
2323
|
}
|
|
2316
2324
|
});
|
|
2317
2325
|
|
|
2318
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2326
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js
|
|
2319
2327
|
var require_null = __commonJS({
|
|
2320
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2328
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/common/null.js"(exports2) {
|
|
2321
2329
|
"use strict";
|
|
2322
2330
|
var Scalar = require_Scalar();
|
|
2323
2331
|
var nullTag = {
|
|
@@ -2333,9 +2341,9 @@ var require_null = __commonJS({
|
|
|
2333
2341
|
}
|
|
2334
2342
|
});
|
|
2335
2343
|
|
|
2336
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2344
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js
|
|
2337
2345
|
var require_bool = __commonJS({
|
|
2338
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2346
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/bool.js"(exports2) {
|
|
2339
2347
|
"use strict";
|
|
2340
2348
|
var Scalar = require_Scalar();
|
|
2341
2349
|
var boolTag = {
|
|
@@ -2357,9 +2365,9 @@ var require_bool = __commonJS({
|
|
|
2357
2365
|
}
|
|
2358
2366
|
});
|
|
2359
2367
|
|
|
2360
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2368
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js
|
|
2361
2369
|
var require_stringifyNumber = __commonJS({
|
|
2362
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2370
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyNumber.js"(exports2) {
|
|
2363
2371
|
"use strict";
|
|
2364
2372
|
function stringifyNumber({ format: format2, minFractionDigits, tag: tag2, value }) {
|
|
2365
2373
|
if (typeof value === "bigint")
|
|
@@ -2384,9 +2392,9 @@ var require_stringifyNumber = __commonJS({
|
|
|
2384
2392
|
}
|
|
2385
2393
|
});
|
|
2386
2394
|
|
|
2387
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2395
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js
|
|
2388
2396
|
var require_float = __commonJS({
|
|
2389
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2397
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/float.js"(exports2) {
|
|
2390
2398
|
"use strict";
|
|
2391
2399
|
var Scalar = require_Scalar();
|
|
2392
2400
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -2430,9 +2438,9 @@ var require_float = __commonJS({
|
|
|
2430
2438
|
}
|
|
2431
2439
|
});
|
|
2432
2440
|
|
|
2433
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2441
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js
|
|
2434
2442
|
var require_int = __commonJS({
|
|
2435
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2443
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/int.js"(exports2) {
|
|
2436
2444
|
"use strict";
|
|
2437
2445
|
var stringifyNumber = require_stringifyNumber();
|
|
2438
2446
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -2475,9 +2483,9 @@ var require_int = __commonJS({
|
|
|
2475
2483
|
}
|
|
2476
2484
|
});
|
|
2477
2485
|
|
|
2478
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2486
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js
|
|
2479
2487
|
var require_schema = __commonJS({
|
|
2480
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2488
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/core/schema.js"(exports2) {
|
|
2481
2489
|
"use strict";
|
|
2482
2490
|
var map2 = require_map();
|
|
2483
2491
|
var _null4 = require_null();
|
|
@@ -2503,9 +2511,9 @@ var require_schema = __commonJS({
|
|
|
2503
2511
|
}
|
|
2504
2512
|
});
|
|
2505
2513
|
|
|
2506
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2514
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js
|
|
2507
2515
|
var require_schema2 = __commonJS({
|
|
2508
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2516
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/json/schema.js"(exports2) {
|
|
2509
2517
|
"use strict";
|
|
2510
2518
|
var Scalar = require_Scalar();
|
|
2511
2519
|
var map2 = require_map();
|
|
@@ -2570,9 +2578,9 @@ var require_schema2 = __commonJS({
|
|
|
2570
2578
|
}
|
|
2571
2579
|
});
|
|
2572
2580
|
|
|
2573
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2581
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js
|
|
2574
2582
|
var require_binary = __commonJS({
|
|
2575
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2583
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/binary.js"(exports2) {
|
|
2576
2584
|
"use strict";
|
|
2577
2585
|
var node_buffer = require("buffer");
|
|
2578
2586
|
var Scalar = require_Scalar();
|
|
@@ -2636,9 +2644,9 @@ var require_binary = __commonJS({
|
|
|
2636
2644
|
}
|
|
2637
2645
|
});
|
|
2638
2646
|
|
|
2639
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2647
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js
|
|
2640
2648
|
var require_pairs = __commonJS({
|
|
2641
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2649
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/pairs.js"(exports2) {
|
|
2642
2650
|
"use strict";
|
|
2643
2651
|
var identity2 = require_identity();
|
|
2644
2652
|
var Pair = require_Pair();
|
|
@@ -2714,9 +2722,9 @@ ${cn.comment}` : item.comment;
|
|
|
2714
2722
|
}
|
|
2715
2723
|
});
|
|
2716
2724
|
|
|
2717
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2725
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js
|
|
2718
2726
|
var require_omap = __commonJS({
|
|
2719
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2727
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/omap.js"(exports2) {
|
|
2720
2728
|
"use strict";
|
|
2721
2729
|
var identity2 = require_identity();
|
|
2722
2730
|
var toJS = require_toJS();
|
|
@@ -2792,9 +2800,9 @@ var require_omap = __commonJS({
|
|
|
2792
2800
|
}
|
|
2793
2801
|
});
|
|
2794
2802
|
|
|
2795
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2803
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js
|
|
2796
2804
|
var require_bool2 = __commonJS({
|
|
2797
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2805
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/bool.js"(exports2) {
|
|
2798
2806
|
"use strict";
|
|
2799
2807
|
var Scalar = require_Scalar();
|
|
2800
2808
|
function boolStringify({ value, source }, ctx) {
|
|
@@ -2824,9 +2832,9 @@ var require_bool2 = __commonJS({
|
|
|
2824
2832
|
}
|
|
2825
2833
|
});
|
|
2826
2834
|
|
|
2827
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2835
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js
|
|
2828
2836
|
var require_float2 = __commonJS({
|
|
2829
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2837
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/float.js"(exports2) {
|
|
2830
2838
|
"use strict";
|
|
2831
2839
|
var Scalar = require_Scalar();
|
|
2832
2840
|
var stringifyNumber = require_stringifyNumber();
|
|
@@ -2873,9 +2881,9 @@ var require_float2 = __commonJS({
|
|
|
2873
2881
|
}
|
|
2874
2882
|
});
|
|
2875
2883
|
|
|
2876
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2884
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js
|
|
2877
2885
|
var require_int2 = __commonJS({
|
|
2878
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2886
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/int.js"(exports2) {
|
|
2879
2887
|
"use strict";
|
|
2880
2888
|
var stringifyNumber = require_stringifyNumber();
|
|
2881
2889
|
var intIdentify = (value) => typeof value === "bigint" || Number.isInteger(value);
|
|
@@ -2952,9 +2960,9 @@ var require_int2 = __commonJS({
|
|
|
2952
2960
|
}
|
|
2953
2961
|
});
|
|
2954
2962
|
|
|
2955
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
2963
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js
|
|
2956
2964
|
var require_set = __commonJS({
|
|
2957
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
2965
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/set.js"(exports2) {
|
|
2958
2966
|
"use strict";
|
|
2959
2967
|
var identity2 = require_identity();
|
|
2960
2968
|
var Pair = require_Pair();
|
|
@@ -3041,9 +3049,9 @@ var require_set = __commonJS({
|
|
|
3041
3049
|
}
|
|
3042
3050
|
});
|
|
3043
3051
|
|
|
3044
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3052
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js
|
|
3045
3053
|
var require_timestamp = __commonJS({
|
|
3046
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3054
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/timestamp.js"(exports2) {
|
|
3047
3055
|
"use strict";
|
|
3048
3056
|
var stringifyNumber = require_stringifyNumber();
|
|
3049
3057
|
function parseSexagesimal(str, asBigInt) {
|
|
@@ -3129,9 +3137,9 @@ var require_timestamp = __commonJS({
|
|
|
3129
3137
|
}
|
|
3130
3138
|
});
|
|
3131
3139
|
|
|
3132
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3140
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js
|
|
3133
3141
|
var require_schema3 = __commonJS({
|
|
3134
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3142
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/yaml-1.1/schema.js"(exports2) {
|
|
3135
3143
|
"use strict";
|
|
3136
3144
|
var map2 = require_map();
|
|
3137
3145
|
var _null4 = require_null();
|
|
@@ -3173,9 +3181,9 @@ var require_schema3 = __commonJS({
|
|
|
3173
3181
|
}
|
|
3174
3182
|
});
|
|
3175
3183
|
|
|
3176
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3184
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js
|
|
3177
3185
|
var require_tags = __commonJS({
|
|
3178
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3186
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/tags.js"(exports2) {
|
|
3179
3187
|
"use strict";
|
|
3180
3188
|
var map2 = require_map();
|
|
3181
3189
|
var _null4 = require_null();
|
|
@@ -3267,9 +3275,9 @@ var require_tags = __commonJS({
|
|
|
3267
3275
|
}
|
|
3268
3276
|
});
|
|
3269
3277
|
|
|
3270
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3278
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js
|
|
3271
3279
|
var require_Schema = __commonJS({
|
|
3272
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3280
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/schema/Schema.js"(exports2) {
|
|
3273
3281
|
"use strict";
|
|
3274
3282
|
var identity2 = require_identity();
|
|
3275
3283
|
var map2 = require_map();
|
|
@@ -3299,9 +3307,9 @@ var require_Schema = __commonJS({
|
|
|
3299
3307
|
}
|
|
3300
3308
|
});
|
|
3301
3309
|
|
|
3302
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3310
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js
|
|
3303
3311
|
var require_stringifyDocument = __commonJS({
|
|
3304
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3312
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/stringify/stringifyDocument.js"(exports2) {
|
|
3305
3313
|
"use strict";
|
|
3306
3314
|
var identity2 = require_identity();
|
|
3307
3315
|
var stringify = require_stringify();
|
|
@@ -3379,9 +3387,9 @@ var require_stringifyDocument = __commonJS({
|
|
|
3379
3387
|
}
|
|
3380
3388
|
});
|
|
3381
3389
|
|
|
3382
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3390
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js
|
|
3383
3391
|
var require_Document = __commonJS({
|
|
3384
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3392
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/doc/Document.js"(exports2) {
|
|
3385
3393
|
"use strict";
|
|
3386
3394
|
var Alias = require_Alias();
|
|
3387
3395
|
var Collection = require_Collection();
|
|
@@ -3688,9 +3696,9 @@ var require_Document = __commonJS({
|
|
|
3688
3696
|
}
|
|
3689
3697
|
});
|
|
3690
3698
|
|
|
3691
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3699
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/errors.js
|
|
3692
3700
|
var require_errors = __commonJS({
|
|
3693
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3701
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/errors.js"(exports2) {
|
|
3694
3702
|
"use strict";
|
|
3695
3703
|
var YAMLError = class extends Error {
|
|
3696
3704
|
constructor(name, pos, code, message) {
|
|
@@ -3753,9 +3761,9 @@ ${pointer}
|
|
|
3753
3761
|
}
|
|
3754
3762
|
});
|
|
3755
3763
|
|
|
3756
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3764
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js
|
|
3757
3765
|
var require_resolve_props = __commonJS({
|
|
3758
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3766
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-props.js"(exports2) {
|
|
3759
3767
|
"use strict";
|
|
3760
3768
|
function resolveProps(tokens, { flow, indicator, next, offset, onError, parentIndent, startOnNewline }) {
|
|
3761
3769
|
let spaceBefore = false;
|
|
@@ -3887,9 +3895,9 @@ var require_resolve_props = __commonJS({
|
|
|
3887
3895
|
}
|
|
3888
3896
|
});
|
|
3889
3897
|
|
|
3890
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3898
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js
|
|
3891
3899
|
var require_util_contains_newline = __commonJS({
|
|
3892
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3900
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-contains-newline.js"(exports2) {
|
|
3893
3901
|
"use strict";
|
|
3894
3902
|
function containsNewline(key) {
|
|
3895
3903
|
if (!key)
|
|
@@ -3929,9 +3937,9 @@ var require_util_contains_newline = __commonJS({
|
|
|
3929
3937
|
}
|
|
3930
3938
|
});
|
|
3931
3939
|
|
|
3932
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3940
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js
|
|
3933
3941
|
var require_util_flow_indent_check = __commonJS({
|
|
3934
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3942
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-flow-indent-check.js"(exports2) {
|
|
3935
3943
|
"use strict";
|
|
3936
3944
|
var utilContainsNewline = require_util_contains_newline();
|
|
3937
3945
|
function flowIndentCheck(indent, fc, onError) {
|
|
@@ -3947,9 +3955,9 @@ var require_util_flow_indent_check = __commonJS({
|
|
|
3947
3955
|
}
|
|
3948
3956
|
});
|
|
3949
3957
|
|
|
3950
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3958
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js
|
|
3951
3959
|
var require_util_map_includes = __commonJS({
|
|
3952
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3960
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-map-includes.js"(exports2) {
|
|
3953
3961
|
"use strict";
|
|
3954
3962
|
var identity2 = require_identity();
|
|
3955
3963
|
function mapIncludes(ctx, items, search) {
|
|
@@ -3963,9 +3971,9 @@ var require_util_map_includes = __commonJS({
|
|
|
3963
3971
|
}
|
|
3964
3972
|
});
|
|
3965
3973
|
|
|
3966
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
3974
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js
|
|
3967
3975
|
var require_resolve_block_map = __commonJS({
|
|
3968
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
3976
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-map.js"(exports2) {
|
|
3969
3977
|
"use strict";
|
|
3970
3978
|
var Pair = require_Pair();
|
|
3971
3979
|
var YAMLMap = require_YAMLMap();
|
|
@@ -4071,9 +4079,9 @@ var require_resolve_block_map = __commonJS({
|
|
|
4071
4079
|
}
|
|
4072
4080
|
});
|
|
4073
4081
|
|
|
4074
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
4082
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js
|
|
4075
4083
|
var require_resolve_block_seq = __commonJS({
|
|
4076
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
4084
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-seq.js"(exports2) {
|
|
4077
4085
|
"use strict";
|
|
4078
4086
|
var YAMLSeq = require_YAMLSeq();
|
|
4079
4087
|
var resolveProps = require_resolve_props();
|
|
@@ -4122,9 +4130,9 @@ var require_resolve_block_seq = __commonJS({
|
|
|
4122
4130
|
}
|
|
4123
4131
|
});
|
|
4124
4132
|
|
|
4125
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
4133
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js
|
|
4126
4134
|
var require_resolve_end = __commonJS({
|
|
4127
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
4135
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-end.js"(exports2) {
|
|
4128
4136
|
"use strict";
|
|
4129
4137
|
function resolveEnd(end, offset, reqSpace, onError) {
|
|
4130
4138
|
let comment = "";
|
|
@@ -4165,9 +4173,9 @@ var require_resolve_end = __commonJS({
|
|
|
4165
4173
|
}
|
|
4166
4174
|
});
|
|
4167
4175
|
|
|
4168
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
4176
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js
|
|
4169
4177
|
var require_resolve_flow_collection = __commonJS({
|
|
4170
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
4178
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-collection.js"(exports2) {
|
|
4171
4179
|
"use strict";
|
|
4172
4180
|
var identity2 = require_identity();
|
|
4173
4181
|
var Pair = require_Pair();
|
|
@@ -4359,9 +4367,9 @@ var require_resolve_flow_collection = __commonJS({
|
|
|
4359
4367
|
}
|
|
4360
4368
|
});
|
|
4361
4369
|
|
|
4362
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
4370
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js
|
|
4363
4371
|
var require_compose_collection = __commonJS({
|
|
4364
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
4372
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-collection.js"(exports2) {
|
|
4365
4373
|
"use strict";
|
|
4366
4374
|
var identity2 = require_identity();
|
|
4367
4375
|
var Scalar = require_Scalar();
|
|
@@ -4424,9 +4432,9 @@ var require_compose_collection = __commonJS({
|
|
|
4424
4432
|
}
|
|
4425
4433
|
});
|
|
4426
4434
|
|
|
4427
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
4435
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js
|
|
4428
4436
|
var require_resolve_block_scalar = __commonJS({
|
|
4429
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
4437
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-block-scalar.js"(exports2) {
|
|
4430
4438
|
"use strict";
|
|
4431
4439
|
var Scalar = require_Scalar();
|
|
4432
4440
|
function resolveBlockScalar(ctx, scalar, onError) {
|
|
@@ -4607,9 +4615,9 @@ var require_resolve_block_scalar = __commonJS({
|
|
|
4607
4615
|
}
|
|
4608
4616
|
});
|
|
4609
4617
|
|
|
4610
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
4618
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js
|
|
4611
4619
|
var require_resolve_flow_scalar = __commonJS({
|
|
4612
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
4620
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/resolve-flow-scalar.js"(exports2) {
|
|
4613
4621
|
"use strict";
|
|
4614
4622
|
var Scalar = require_Scalar();
|
|
4615
4623
|
var resolveEnd = require_resolve_end();
|
|
@@ -4826,9 +4834,9 @@ var require_resolve_flow_scalar = __commonJS({
|
|
|
4826
4834
|
}
|
|
4827
4835
|
});
|
|
4828
4836
|
|
|
4829
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
4837
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js
|
|
4830
4838
|
var require_compose_scalar = __commonJS({
|
|
4831
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
4839
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-scalar.js"(exports2) {
|
|
4832
4840
|
"use strict";
|
|
4833
4841
|
var identity2 = require_identity();
|
|
4834
4842
|
var Scalar = require_Scalar();
|
|
@@ -4907,9 +4915,9 @@ var require_compose_scalar = __commonJS({
|
|
|
4907
4915
|
}
|
|
4908
4916
|
});
|
|
4909
4917
|
|
|
4910
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
4918
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js
|
|
4911
4919
|
var require_util_empty_scalar_position = __commonJS({
|
|
4912
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
4920
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/util-empty-scalar-position.js"(exports2) {
|
|
4913
4921
|
"use strict";
|
|
4914
4922
|
function emptyScalarPosition(offset, before, pos) {
|
|
4915
4923
|
if (before) {
|
|
@@ -4937,9 +4945,9 @@ var require_util_empty_scalar_position = __commonJS({
|
|
|
4937
4945
|
}
|
|
4938
4946
|
});
|
|
4939
4947
|
|
|
4940
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
4948
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js
|
|
4941
4949
|
var require_compose_node = __commonJS({
|
|
4942
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
4950
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-node.js"(exports2) {
|
|
4943
4951
|
"use strict";
|
|
4944
4952
|
var Alias = require_Alias();
|
|
4945
4953
|
var identity2 = require_identity();
|
|
@@ -4970,17 +4978,22 @@ var require_compose_node = __commonJS({
|
|
|
4970
4978
|
case "block-map":
|
|
4971
4979
|
case "block-seq":
|
|
4972
4980
|
case "flow-collection":
|
|
4973
|
-
|
|
4974
|
-
|
|
4975
|
-
|
|
4981
|
+
try {
|
|
4982
|
+
node = composeCollection.composeCollection(CN, ctx, token, props, onError);
|
|
4983
|
+
if (anchor)
|
|
4984
|
+
node.anchor = anchor.source.substring(1);
|
|
4985
|
+
} catch (error48) {
|
|
4986
|
+
const message = error48 instanceof Error ? error48.message : String(error48);
|
|
4987
|
+
onError(token, "RESOURCE_EXHAUSTION", message);
|
|
4988
|
+
}
|
|
4976
4989
|
break;
|
|
4977
4990
|
default: {
|
|
4978
4991
|
const message = token.type === "error" ? token.message : `Unsupported token (type: ${token.type})`;
|
|
4979
4992
|
onError(token, "UNEXPECTED_TOKEN", message);
|
|
4980
|
-
node = composeEmptyNode(ctx, token.offset, void 0, null, props, onError);
|
|
4981
4993
|
isSrcToken = false;
|
|
4982
4994
|
}
|
|
4983
4995
|
}
|
|
4996
|
+
node ?? (node = composeEmptyNode(ctx, token.offset, void 0, null, props, onError));
|
|
4984
4997
|
if (anchor && node.anchor === "")
|
|
4985
4998
|
onError(anchor, "BAD_ALIAS", "Anchor cannot be an empty string");
|
|
4986
4999
|
if (atKey && ctx.options.stringKeys && (!identity2.isScalar(node) || typeof node.value !== "string" || node.tag && node.tag !== "tag:yaml.org,2002:str")) {
|
|
@@ -5038,9 +5051,9 @@ var require_compose_node = __commonJS({
|
|
|
5038
5051
|
}
|
|
5039
5052
|
});
|
|
5040
5053
|
|
|
5041
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
5054
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js
|
|
5042
5055
|
var require_compose_doc = __commonJS({
|
|
5043
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
5056
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/compose-doc.js"(exports2) {
|
|
5044
5057
|
"use strict";
|
|
5045
5058
|
var Document = require_Document();
|
|
5046
5059
|
var composeNode = require_compose_node();
|
|
@@ -5081,9 +5094,9 @@ var require_compose_doc = __commonJS({
|
|
|
5081
5094
|
}
|
|
5082
5095
|
});
|
|
5083
5096
|
|
|
5084
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
5097
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js
|
|
5085
5098
|
var require_composer = __commonJS({
|
|
5086
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
5099
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/compose/composer.js"(exports2) {
|
|
5087
5100
|
"use strict";
|
|
5088
5101
|
var node_process = require("process");
|
|
5089
5102
|
var directives = require_directives();
|
|
@@ -5287,9 +5300,9 @@ ${end.comment}` : end.comment;
|
|
|
5287
5300
|
}
|
|
5288
5301
|
});
|
|
5289
5302
|
|
|
5290
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
5303
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js
|
|
5291
5304
|
var require_cst_scalar = __commonJS({
|
|
5292
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
5305
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-scalar.js"(exports2) {
|
|
5293
5306
|
"use strict";
|
|
5294
5307
|
var resolveBlockScalar = require_resolve_block_scalar();
|
|
5295
5308
|
var resolveFlowScalar = require_resolve_flow_scalar();
|
|
@@ -5472,9 +5485,9 @@ var require_cst_scalar = __commonJS({
|
|
|
5472
5485
|
}
|
|
5473
5486
|
});
|
|
5474
5487
|
|
|
5475
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
5488
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js
|
|
5476
5489
|
var require_cst_stringify = __commonJS({
|
|
5477
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
5490
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-stringify.js"(exports2) {
|
|
5478
5491
|
"use strict";
|
|
5479
5492
|
var stringify = (cst) => "type" in cst ? stringifyToken(cst) : stringifyItem(cst);
|
|
5480
5493
|
function stringifyToken(token) {
|
|
@@ -5533,9 +5546,9 @@ var require_cst_stringify = __commonJS({
|
|
|
5533
5546
|
}
|
|
5534
5547
|
});
|
|
5535
5548
|
|
|
5536
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
5549
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js
|
|
5537
5550
|
var require_cst_visit = __commonJS({
|
|
5538
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
5551
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst-visit.js"(exports2) {
|
|
5539
5552
|
"use strict";
|
|
5540
5553
|
var BREAK = /* @__PURE__ */ Symbol("break visit");
|
|
5541
5554
|
var SKIP = /* @__PURE__ */ Symbol("skip children");
|
|
@@ -5595,9 +5608,9 @@ var require_cst_visit = __commonJS({
|
|
|
5595
5608
|
}
|
|
5596
5609
|
});
|
|
5597
5610
|
|
|
5598
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
5611
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js
|
|
5599
5612
|
var require_cst = __commonJS({
|
|
5600
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
5613
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/cst.js"(exports2) {
|
|
5601
5614
|
"use strict";
|
|
5602
5615
|
var cstScalar = require_cst_scalar();
|
|
5603
5616
|
var cstStringify = require_cst_stringify();
|
|
@@ -5697,9 +5710,9 @@ var require_cst = __commonJS({
|
|
|
5697
5710
|
}
|
|
5698
5711
|
});
|
|
5699
5712
|
|
|
5700
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
5713
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js
|
|
5701
5714
|
var require_lexer = __commonJS({
|
|
5702
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
5715
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/lexer.js"(exports2) {
|
|
5703
5716
|
"use strict";
|
|
5704
5717
|
var cst = require_cst();
|
|
5705
5718
|
function isEmpty(ch) {
|
|
@@ -6276,9 +6289,9 @@ var require_lexer = __commonJS({
|
|
|
6276
6289
|
}
|
|
6277
6290
|
});
|
|
6278
6291
|
|
|
6279
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
6292
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js
|
|
6280
6293
|
var require_line_counter = __commonJS({
|
|
6281
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
6294
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/line-counter.js"(exports2) {
|
|
6282
6295
|
"use strict";
|
|
6283
6296
|
var LineCounter = class {
|
|
6284
6297
|
constructor() {
|
|
@@ -6307,9 +6320,9 @@ var require_line_counter = __commonJS({
|
|
|
6307
6320
|
}
|
|
6308
6321
|
});
|
|
6309
6322
|
|
|
6310
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
6323
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js
|
|
6311
6324
|
var require_parser = __commonJS({
|
|
6312
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
6325
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/parse/parser.js"(exports2) {
|
|
6313
6326
|
"use strict";
|
|
6314
6327
|
var node_process = require("process");
|
|
6315
6328
|
var cst = require_cst();
|
|
@@ -7174,9 +7187,9 @@ var require_parser = __commonJS({
|
|
|
7174
7187
|
}
|
|
7175
7188
|
});
|
|
7176
7189
|
|
|
7177
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
7190
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/public-api.js
|
|
7178
7191
|
var require_public_api = __commonJS({
|
|
7179
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
7192
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/public-api.js"(exports2) {
|
|
7180
7193
|
"use strict";
|
|
7181
7194
|
var composer = require_composer();
|
|
7182
7195
|
var Document = require_Document();
|
|
@@ -7271,9 +7284,9 @@ var require_public_api = __commonJS({
|
|
|
7271
7284
|
}
|
|
7272
7285
|
});
|
|
7273
7286
|
|
|
7274
|
-
// ../../node_modules/.pnpm/yaml@2.8.
|
|
7287
|
+
// ../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/index.js
|
|
7275
7288
|
var require_dist = __commonJS({
|
|
7276
|
-
"../../node_modules/.pnpm/yaml@2.8.
|
|
7289
|
+
"../../node_modules/.pnpm/yaml@2.8.3/node_modules/yaml/dist/index.js"(exports2) {
|
|
7277
7290
|
"use strict";
|
|
7278
7291
|
var composer = require_composer();
|
|
7279
7292
|
var Document = require_Document();
|
|
@@ -87851,7 +87864,7 @@ var require_snapshot_recorder = __commonJS({
|
|
|
87851
87864
|
"../../node_modules/.pnpm/undici@7.22.0/node_modules/undici/lib/mock/snapshot-recorder.js"(exports2, module2) {
|
|
87852
87865
|
"use strict";
|
|
87853
87866
|
var { writeFile: writeFile5, readFile: readFile6, mkdir: mkdir5 } = require("node:fs/promises");
|
|
87854
|
-
var { dirname:
|
|
87867
|
+
var { dirname: dirname7, resolve } = require("node:path");
|
|
87855
87868
|
var { setTimeout: setTimeout2, clearTimeout: clearTimeout2 } = require("node:timers");
|
|
87856
87869
|
var { InvalidArgumentError, UndiciError } = require_errors3();
|
|
87857
87870
|
var { hashId, isUrlExcludedFactory, normalizeHeaders, createHeaderFilters } = require_snapshot_utils();
|
|
@@ -88082,7 +88095,7 @@ var require_snapshot_recorder = __commonJS({
|
|
|
88082
88095
|
throw new InvalidArgumentError("Snapshot path is required");
|
|
88083
88096
|
}
|
|
88084
88097
|
const resolvedPath = resolve(path3);
|
|
88085
|
-
await mkdir5(
|
|
88098
|
+
await mkdir5(dirname7(resolvedPath), { recursive: true });
|
|
88086
88099
|
const data = Array.from(this.#snapshots.entries()).map(([hash3, snapshot]) => ({
|
|
88087
88100
|
hash: hash3,
|
|
88088
88101
|
snapshot
|
|
@@ -92068,10 +92081,10 @@ var require_headers = __commonJS({
|
|
|
92068
92081
|
const lowercaseName = isLowerCase ? name : name.toLowerCase();
|
|
92069
92082
|
const exists = this.headersMap.get(lowercaseName);
|
|
92070
92083
|
if (exists) {
|
|
92071
|
-
const
|
|
92084
|
+
const delimiter2 = lowercaseName === "cookie" ? "; " : ", ";
|
|
92072
92085
|
this.headersMap.set(lowercaseName, {
|
|
92073
92086
|
name: exists.name,
|
|
92074
|
-
value: `${exists.value}${
|
|
92087
|
+
value: `${exists.value}${delimiter2}${value}`
|
|
92075
92088
|
});
|
|
92076
92089
|
} else {
|
|
92077
92090
|
this.headersMap.set(lowercaseName, { name, value });
|
|
@@ -100413,8 +100426,8 @@ function emoji() {
|
|
|
100413
100426
|
}
|
|
100414
100427
|
var ipv4 = /^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/;
|
|
100415
100428
|
var ipv6 = /^(([0-9a-fA-F]{1,4}:){7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:))$/;
|
|
100416
|
-
var mac = (
|
|
100417
|
-
const escapedDelim = escapeRegex(
|
|
100429
|
+
var mac = (delimiter2) => {
|
|
100430
|
+
const escapedDelim = escapeRegex(delimiter2 ?? ":");
|
|
100418
100431
|
return new RegExp(`^(?:[0-9A-F]{2}${escapedDelim}){5}[0-9A-F]{2}$|^(?:[0-9a-f]{2}${escapedDelim}){5}[0-9a-f]{2}$`);
|
|
100419
100432
|
};
|
|
100420
100433
|
var cidrv4 = /^((25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/([0-9]|[1-2][0-9]|3[0-2])$/;
|
|
@@ -112755,7 +112768,7 @@ function isValidUnquotedKey(key) {
|
|
|
112755
112768
|
function isIdentifierSegment(key) {
|
|
112756
112769
|
return /^[A-Z_]\w*$/i.test(key);
|
|
112757
112770
|
}
|
|
112758
|
-
function isSafeUnquoted(value,
|
|
112771
|
+
function isSafeUnquoted(value, delimiter2 = DEFAULT_DELIMITER) {
|
|
112759
112772
|
if (!value) return false;
|
|
112760
112773
|
if (value !== value.trim()) return false;
|
|
112761
112774
|
if (isBooleanOrNullLiteral(value) || isNumericLike(value)) return false;
|
|
@@ -112763,7 +112776,7 @@ function isSafeUnquoted(value, delimiter = DEFAULT_DELIMITER) {
|
|
|
112763
112776
|
if (value.includes('"') || value.includes("\\")) return false;
|
|
112764
112777
|
if (/[[\]{}]/.test(value)) return false;
|
|
112765
112778
|
if (/[\n\r\t]/.test(value)) return false;
|
|
112766
|
-
if (value.includes(
|
|
112779
|
+
if (value.includes(delimiter2)) return false;
|
|
112767
112780
|
if (value.startsWith(LIST_ITEM_MARKER)) return false;
|
|
112768
112781
|
return true;
|
|
112769
112782
|
}
|
|
@@ -112813,33 +112826,33 @@ function collectSingleKeyChain(startKey, startValue, maxDepth) {
|
|
|
112813
112826
|
function buildFoldedKey(segments) {
|
|
112814
112827
|
return segments.join(DOT);
|
|
112815
112828
|
}
|
|
112816
|
-
function encodePrimitive(value,
|
|
112829
|
+
function encodePrimitive(value, delimiter2) {
|
|
112817
112830
|
if (value === null) return NULL_LITERAL;
|
|
112818
112831
|
if (typeof value === "boolean") return String(value);
|
|
112819
112832
|
if (typeof value === "number") return String(value);
|
|
112820
|
-
return encodeStringLiteral(value,
|
|
112833
|
+
return encodeStringLiteral(value, delimiter2);
|
|
112821
112834
|
}
|
|
112822
|
-
function encodeStringLiteral(value,
|
|
112823
|
-
if (isSafeUnquoted(value,
|
|
112835
|
+
function encodeStringLiteral(value, delimiter2 = DEFAULT_DELIMITER) {
|
|
112836
|
+
if (isSafeUnquoted(value, delimiter2)) return value;
|
|
112824
112837
|
return `${DOUBLE_QUOTE}${escapeString(value)}${DOUBLE_QUOTE}`;
|
|
112825
112838
|
}
|
|
112826
112839
|
function encodeKey(key) {
|
|
112827
112840
|
if (isValidUnquotedKey(key)) return key;
|
|
112828
112841
|
return `${DOUBLE_QUOTE}${escapeString(key)}${DOUBLE_QUOTE}`;
|
|
112829
112842
|
}
|
|
112830
|
-
function encodeAndJoinPrimitives(values,
|
|
112831
|
-
return values.map((v) => encodePrimitive(v,
|
|
112843
|
+
function encodeAndJoinPrimitives(values, delimiter2 = DEFAULT_DELIMITER) {
|
|
112844
|
+
return values.map((v) => encodePrimitive(v, delimiter2)).join(delimiter2);
|
|
112832
112845
|
}
|
|
112833
112846
|
function formatHeader(length, options2) {
|
|
112834
112847
|
const key = options2?.key;
|
|
112835
112848
|
const fields = options2?.fields;
|
|
112836
|
-
const
|
|
112849
|
+
const delimiter2 = options2?.delimiter ?? COMMA;
|
|
112837
112850
|
let header = "";
|
|
112838
112851
|
if (key) header += encodeKey(key);
|
|
112839
|
-
header += `[${length}${
|
|
112852
|
+
header += `[${length}${delimiter2 !== DEFAULT_DELIMITER ? delimiter2 : ""}]`;
|
|
112840
112853
|
if (fields) {
|
|
112841
112854
|
const quotedFields = fields.map((f) => encodeKey(f));
|
|
112842
|
-
header += `{${quotedFields.join(
|
|
112855
|
+
header += `{${quotedFields.join(delimiter2)}}`;
|
|
112843
112856
|
}
|
|
112844
112857
|
header += ":";
|
|
112845
112858
|
return header;
|
|
@@ -112932,12 +112945,12 @@ function* encodeArrayOfArraysAsListItemsLines(prefix, values, depth, options2) {
|
|
|
112932
112945
|
yield indentedListItem(depth + 1, arrayLine, options2.indent);
|
|
112933
112946
|
}
|
|
112934
112947
|
}
|
|
112935
|
-
function encodeInlineArrayLine(values,
|
|
112948
|
+
function encodeInlineArrayLine(values, delimiter2, prefix) {
|
|
112936
112949
|
const header = formatHeader(values.length, {
|
|
112937
112950
|
key: prefix,
|
|
112938
|
-
delimiter
|
|
112951
|
+
delimiter: delimiter2
|
|
112939
112952
|
});
|
|
112940
|
-
const joinedValue = encodeAndJoinPrimitives(values,
|
|
112953
|
+
const joinedValue = encodeAndJoinPrimitives(values, delimiter2);
|
|
112941
112954
|
if (values.length === 0) return header;
|
|
112942
112955
|
return `${header} ${joinedValue}`;
|
|
112943
112956
|
}
|
|
@@ -124678,7 +124691,7 @@ function buildInputSchema(args, env2, options2) {
|
|
|
124678
124691
|
// package.json
|
|
124679
124692
|
var package_default = {
|
|
124680
124693
|
name: "@docyrus/docyrus",
|
|
124681
|
-
version: "0.0.
|
|
124694
|
+
version: "0.0.26",
|
|
124682
124695
|
private: false,
|
|
124683
124696
|
description: "Docyrus API CLI",
|
|
124684
124697
|
main: "./main.js",
|
|
@@ -124695,6 +124708,7 @@ var package_default = {
|
|
|
124695
124708
|
"@mozilla/readability": "^0.6.0",
|
|
124696
124709
|
"@opentui/core": "^0.1.85",
|
|
124697
124710
|
"@opentui/react": "^0.1.85",
|
|
124711
|
+
"@sinclair/typebox": "^0.34.48",
|
|
124698
124712
|
"@xterm/headless": "^5.5.0",
|
|
124699
124713
|
cheerio: "^1.1.2",
|
|
124700
124714
|
diff: "^8.0.2",
|
|
@@ -125757,12 +125771,12 @@ function summarizeFailure(result) {
|
|
|
125757
125771
|
}
|
|
125758
125772
|
function resolveChromeToolsResourceRoot(options2 = {}) {
|
|
125759
125773
|
const cwd = options2.cwd ?? process.cwd();
|
|
125760
|
-
const
|
|
125774
|
+
const dirname7 = options2.dirname ?? __dirname;
|
|
125761
125775
|
const fileExists = options2.existsSyncFn ?? import_node_fs3.existsSync;
|
|
125762
125776
|
const candidates = options2.candidatePaths ?? [
|
|
125763
125777
|
(0, import_node_path4.resolve)(cwd, "apps/api-cli/resources/chrome-tools"),
|
|
125764
|
-
(0, import_node_path4.resolve)(
|
|
125765
|
-
(0, import_node_path4.resolve)(
|
|
125778
|
+
(0, import_node_path4.resolve)(dirname7, "../resources/chrome-tools"),
|
|
125779
|
+
(0, import_node_path4.resolve)(dirname7, "resources/chrome-tools"),
|
|
125766
125780
|
(0, import_node_path4.resolve)(cwd, "dist/apps/api-cli/resources/chrome-tools")
|
|
125767
125781
|
];
|
|
125768
125782
|
const resolved = candidates.find((candidate) => fileExists(candidate));
|
|
@@ -127935,16 +127949,16 @@ function resolveCliScriptPath() {
|
|
|
127935
127949
|
}
|
|
127936
127950
|
function resolveOpenTuiEntryPath(options2 = {}) {
|
|
127937
127951
|
const cwd = options2.cwd ?? process.cwd();
|
|
127938
|
-
const
|
|
127952
|
+
const dirname7 = options2.dirname ?? __dirname;
|
|
127939
127953
|
const fileExists = options2.existsSyncFn ?? import_node_fs4.existsSync;
|
|
127940
127954
|
const candidates = [
|
|
127941
127955
|
// Source/dev mode in monorepo. Prefer this first so Bun resolves deps via
|
|
127942
127956
|
// apps/api-cli/node_modules in workspace runs (e.g. `pnpm docyrus tui`).
|
|
127943
127957
|
(0, import_node_path7.resolve)(cwd, "apps/api-cli/src/tui/opentuiMain.tsx"),
|
|
127944
|
-
(0, import_node_path7.resolve)(
|
|
127958
|
+
(0, import_node_path7.resolve)(dirname7, "../tui/opentuiMain.tsx"),
|
|
127945
127959
|
// Dist mode (bundled command runtime)
|
|
127946
|
-
(0, import_node_path7.resolve)(
|
|
127947
|
-
(0, import_node_path7.resolve)(
|
|
127960
|
+
(0, import_node_path7.resolve)(dirname7, "tui.mjs"),
|
|
127961
|
+
(0, import_node_path7.resolve)(dirname7, "../tui.mjs"),
|
|
127948
127962
|
(0, import_node_path7.resolve)(cwd, "dist/apps/api-cli/tui.mjs")
|
|
127949
127963
|
];
|
|
127950
127964
|
const resolved = candidates.find((candidate) => fileExists(candidate));
|
|
@@ -129238,6 +129252,7 @@ var DOCYRUS_EXTERNAL_SKILL_AGENT_IDS = [
|
|
|
129238
129252
|
"windsurf"
|
|
129239
129253
|
];
|
|
129240
129254
|
var DOCYRUS_EXTERNAL_SKILL_MARKER_FILE = ".docyrus-external-skills-installed.json";
|
|
129255
|
+
var DOCYRUS_DIFFITY_PACKAGE_SPEC = "diffity@0.5.3";
|
|
129241
129256
|
function summarizeFailure3(result) {
|
|
129242
129257
|
const stderr = result.stderr?.toString().trim();
|
|
129243
129258
|
if (stderr && stderr.length > 0) {
|
|
@@ -129253,12 +129268,12 @@ function summarizeFailure3(result) {
|
|
|
129253
129268
|
}
|
|
129254
129269
|
function resolvePackagedPiResourceRoot(options2 = {}) {
|
|
129255
129270
|
const cwd = options2.cwd ?? process.cwd();
|
|
129256
|
-
const
|
|
129271
|
+
const dirname7 = options2.dirname ?? __dirname;
|
|
129257
129272
|
const fileExists = options2.existsSyncFn ?? import_node_fs5.existsSync;
|
|
129258
129273
|
const candidates = [
|
|
129259
129274
|
(0, import_node_path10.resolve)(cwd, "apps/api-cli/resources/pi-agent"),
|
|
129260
|
-
(0, import_node_path10.resolve)(
|
|
129261
|
-
(0, import_node_path10.resolve)(
|
|
129275
|
+
(0, import_node_path10.resolve)(dirname7, "../resources/pi-agent"),
|
|
129276
|
+
(0, import_node_path10.resolve)(dirname7, "resources/pi-agent"),
|
|
129262
129277
|
(0, import_node_path10.resolve)(cwd, "dist/apps/api-cli/resources/pi-agent")
|
|
129263
129278
|
];
|
|
129264
129279
|
const resolved = candidates.find((candidate) => fileExists(candidate));
|
|
@@ -129269,7 +129284,7 @@ function resolvePackagedPiResourceRoot(options2 = {}) {
|
|
|
129269
129284
|
}
|
|
129270
129285
|
function resolveDocyrusPiLoaderEntryPath(options2 = {}) {
|
|
129271
129286
|
const cwd = options2.cwd ?? process.cwd();
|
|
129272
|
-
const
|
|
129287
|
+
const dirname7 = options2.dirname ?? __dirname;
|
|
129273
129288
|
const fileExists = options2.existsSyncFn ?? import_node_fs5.existsSync;
|
|
129274
129289
|
const seen = /* @__PURE__ */ new Set();
|
|
129275
129290
|
const candidates = options2.candidatePaths ?? [];
|
|
@@ -129295,10 +129310,10 @@ function resolveDocyrusPiLoaderEntryPath(options2 = {}) {
|
|
|
129295
129310
|
}
|
|
129296
129311
|
};
|
|
129297
129312
|
addCandidate((0, import_node_path10.resolve)(cwd, "dist/apps/api-cli/agent-loader.js"));
|
|
129298
|
-
addCandidate((0, import_node_path10.resolve)(
|
|
129299
|
-
addCandidate((0, import_node_path10.resolve)(
|
|
129313
|
+
addCandidate((0, import_node_path10.resolve)(dirname7, "../agent-loader.js"));
|
|
129314
|
+
addCandidate((0, import_node_path10.resolve)(dirname7, "agent-loader.js"));
|
|
129300
129315
|
collectAncestorCandidates(cwd);
|
|
129301
|
-
collectAncestorCandidates(
|
|
129316
|
+
collectAncestorCandidates(dirname7);
|
|
129302
129317
|
const resolved = candidates.find((candidate) => fileExists(candidate));
|
|
129303
129318
|
if (!resolved) {
|
|
129304
129319
|
throw new UserInputError(`Unable to locate Docyrus pi loader entry file. Checked: ${candidates.join(", ")}`);
|
|
@@ -129307,7 +129322,7 @@ function resolveDocyrusPiLoaderEntryPath(options2 = {}) {
|
|
|
129307
129322
|
}
|
|
129308
129323
|
function resolveDocyrusCliEntryPath(options2 = {}) {
|
|
129309
129324
|
const cwd = options2.cwd ?? process.cwd();
|
|
129310
|
-
const
|
|
129325
|
+
const dirname7 = options2.dirname ?? __dirname;
|
|
129311
129326
|
const argv = options2.argv ?? process.argv;
|
|
129312
129327
|
const fileExists = options2.existsSyncFn ?? import_node_fs5.existsSync;
|
|
129313
129328
|
const seen = /* @__PURE__ */ new Set();
|
|
@@ -129328,8 +129343,8 @@ function resolveDocyrusCliEntryPath(options2 = {}) {
|
|
|
129328
129343
|
addCandidate(normalizedArgvScript);
|
|
129329
129344
|
}
|
|
129330
129345
|
addCandidate((0, import_node_path10.resolve)(cwd, "dist/apps/api-cli/main.js"));
|
|
129331
|
-
addCandidate((0, import_node_path10.resolve)(
|
|
129332
|
-
addCandidate((0, import_node_path10.resolve)(
|
|
129346
|
+
addCandidate((0, import_node_path10.resolve)(dirname7, "../main.js"));
|
|
129347
|
+
addCandidate((0, import_node_path10.resolve)(dirname7, "main.js"));
|
|
129333
129348
|
if (normalizedArgvScript) {
|
|
129334
129349
|
addCandidate(normalizedArgvScript);
|
|
129335
129350
|
}
|
|
@@ -129341,7 +129356,7 @@ function resolveDocyrusCliEntryPath(options2 = {}) {
|
|
|
129341
129356
|
}
|
|
129342
129357
|
function resolveInstalledPiPackageRootPath(options2 = {}) {
|
|
129343
129358
|
const cwd = options2.cwd ?? process.cwd();
|
|
129344
|
-
const
|
|
129359
|
+
const dirname7 = options2.dirname ?? __dirname;
|
|
129345
129360
|
const fileExists = options2.existsSyncFn ?? import_node_fs5.existsSync;
|
|
129346
129361
|
const seen = /* @__PURE__ */ new Set();
|
|
129347
129362
|
const candidates = options2.candidatePaths ?? [];
|
|
@@ -129366,8 +129381,9 @@ function resolveInstalledPiPackageRootPath(options2 = {}) {
|
|
|
129366
129381
|
}
|
|
129367
129382
|
};
|
|
129368
129383
|
addCandidate((0, import_node_path10.resolve)(cwd, "apps/api-cli/node_modules/@mariozechner/pi-coding-agent/package.json"));
|
|
129384
|
+
addCandidate((0, import_node_path10.resolve)(dirname7, "../../../apps/api-cli/node_modules/@mariozechner/pi-coding-agent/package.json"));
|
|
129369
129385
|
collectAncestorCandidates(cwd);
|
|
129370
|
-
collectAncestorCandidates(
|
|
129386
|
+
collectAncestorCandidates(dirname7);
|
|
129371
129387
|
const resolvedPackageJson = candidates.find((candidate) => fileExists(candidate));
|
|
129372
129388
|
if (!resolvedPackageJson) {
|
|
129373
129389
|
throw new UserInputError(`Unable to locate the installed pi package root. Checked: ${candidates.join(", ")}`);
|
|
@@ -129456,6 +129472,26 @@ async function writeRuntimeSkill(params) {
|
|
|
129456
129472
|
function resolveNpxCommand() {
|
|
129457
129473
|
return process.platform === "win32" ? "npx.cmd" : "npx";
|
|
129458
129474
|
}
|
|
129475
|
+
function resolveNpmCommand() {
|
|
129476
|
+
return process.platform === "win32" ? "npm.cmd" : "npm";
|
|
129477
|
+
}
|
|
129478
|
+
function resolveManagedDiffityInstallRoot(agentRootPath) {
|
|
129479
|
+
return (0, import_node_path10.join)(agentRootPath, "tools", "diffity");
|
|
129480
|
+
}
|
|
129481
|
+
function resolveManagedDiffityExecutablePath(agentRootPath) {
|
|
129482
|
+
return (0, import_node_path10.join)(
|
|
129483
|
+
resolveManagedDiffityInstallRoot(agentRootPath),
|
|
129484
|
+
"node_modules",
|
|
129485
|
+
".bin",
|
|
129486
|
+
process.platform === "win32" ? "diffity.cmd" : "diffity"
|
|
129487
|
+
);
|
|
129488
|
+
}
|
|
129489
|
+
function prependPathEntry(entry, existingPath) {
|
|
129490
|
+
const values = existingPath ? existingPath.split(import_node_path10.delimiter).filter((value) => value.trim().length > 0) : [];
|
|
129491
|
+
const normalizedEntry = entry.trim();
|
|
129492
|
+
const remaining = values.filter((value) => value !== normalizedEntry);
|
|
129493
|
+
return [normalizedEntry, ...remaining].join(import_node_path10.delimiter);
|
|
129494
|
+
}
|
|
129459
129495
|
function createDocyrusSkillsInstallArgs(scope) {
|
|
129460
129496
|
const args = [
|
|
129461
129497
|
"skills",
|
|
@@ -129523,6 +129559,46 @@ async function installExternalDocyrusSkillsOnce(params) {
|
|
|
129523
129559
|
mode: 384
|
|
129524
129560
|
});
|
|
129525
129561
|
}
|
|
129562
|
+
async function ensureManagedDiffityInstalled(params) {
|
|
129563
|
+
const executablePath = resolveManagedDiffityExecutablePath(params.agentRootPath);
|
|
129564
|
+
const binDir = (0, import_node_path10.dirname)(executablePath);
|
|
129565
|
+
if ((0, import_node_fs5.existsSync)(executablePath)) {
|
|
129566
|
+
return {
|
|
129567
|
+
available: true,
|
|
129568
|
+
executablePath,
|
|
129569
|
+
binDir
|
|
129570
|
+
};
|
|
129571
|
+
}
|
|
129572
|
+
const installRoot = resolveManagedDiffityInstallRoot(params.agentRootPath);
|
|
129573
|
+
const result = params.spawnCommand(
|
|
129574
|
+
resolveNpmCommand(),
|
|
129575
|
+
["install", "--prefix", installRoot, DOCYRUS_DIFFITY_PACKAGE_SPEC],
|
|
129576
|
+
{
|
|
129577
|
+
stdio: ["ignore", "pipe", "pipe"],
|
|
129578
|
+
encoding: "utf8",
|
|
129579
|
+
cwd: params.cwd,
|
|
129580
|
+
env: {
|
|
129581
|
+
...process.env
|
|
129582
|
+
}
|
|
129583
|
+
}
|
|
129584
|
+
);
|
|
129585
|
+
if (result.error || result.status !== 0) {
|
|
129586
|
+
process.stderr.write(
|
|
129587
|
+
`[docyrus] Automatic diffity install failed. Continuing without it: ${result.error?.message || summarizeFailure3(result)}
|
|
129588
|
+
`
|
|
129589
|
+
);
|
|
129590
|
+
return {
|
|
129591
|
+
available: false,
|
|
129592
|
+
executablePath,
|
|
129593
|
+
binDir
|
|
129594
|
+
};
|
|
129595
|
+
}
|
|
129596
|
+
return {
|
|
129597
|
+
available: true,
|
|
129598
|
+
executablePath,
|
|
129599
|
+
binDir
|
|
129600
|
+
};
|
|
129601
|
+
}
|
|
129526
129602
|
function resolvePackagedDocyrusPlatformSkillPath(resourceRoot) {
|
|
129527
129603
|
return (0, import_node_path10.join)(resourceRoot, "skills", DOCYRUS_PACKAGED_PLATFORM_SKILL_NAME);
|
|
129528
129604
|
}
|
|
@@ -129607,6 +129683,11 @@ function createPiAgentLauncher(options2) {
|
|
|
129607
129683
|
scope: options2.settingsPaths.scope,
|
|
129608
129684
|
spawnCommand
|
|
129609
129685
|
});
|
|
129686
|
+
const diffity = await ensureManagedDiffityInstalled({
|
|
129687
|
+
agentRootPath,
|
|
129688
|
+
cwd,
|
|
129689
|
+
spawnCommand
|
|
129690
|
+
});
|
|
129610
129691
|
const loaderEntryPath = resolveLoaderPath({ cwd });
|
|
129611
129692
|
const cliEntryPath = resolveCliEntryPath({ cwd });
|
|
129612
129693
|
const piPackageRoot = resolvePiPackageRoot({ cwd });
|
|
@@ -129622,7 +129703,8 @@ function createPiAgentLauncher(options2) {
|
|
|
129622
129703
|
DOCYRUS_PI_VERSION: options2.version || "dev",
|
|
129623
129704
|
DOCYRUS_CLI_EXECUTABLE: processExecPath,
|
|
129624
129705
|
DOCYRUS_CLI_ENTRY: cliEntryPath,
|
|
129625
|
-
DOCYRUS_CLI_SCOPE: options2.settingsPaths.scope
|
|
129706
|
+
DOCYRUS_CLI_SCOPE: options2.settingsPaths.scope,
|
|
129707
|
+
PATH: diffity.available ? prependPathEntry(diffity.binDir, process.env.PATH) : process.env.PATH
|
|
129626
129708
|
}
|
|
129627
129709
|
});
|
|
129628
129710
|
if (result.error) {
|
|
@@ -129641,7 +129723,7 @@ var import_node_child_process5 = require("node:child_process");
|
|
|
129641
129723
|
var import_node_fs6 = require("node:fs");
|
|
129642
129724
|
var import_node_path11 = require("node:path");
|
|
129643
129725
|
var import_node_child_process6 = require("node:child_process");
|
|
129644
|
-
function resolveServerLoaderEntryPath(cwd,
|
|
129726
|
+
function resolveServerLoaderEntryPath(cwd, dirname7) {
|
|
129645
129727
|
const seen = /* @__PURE__ */ new Set();
|
|
129646
129728
|
const candidates = [];
|
|
129647
129729
|
const addCandidate = (candidate) => {
|
|
@@ -129666,10 +129748,10 @@ function resolveServerLoaderEntryPath(cwd, dirname6) {
|
|
|
129666
129748
|
}
|
|
129667
129749
|
};
|
|
129668
129750
|
addCandidate((0, import_node_path11.resolve)(cwd, "dist/apps/api-cli/server-loader.js"));
|
|
129669
|
-
addCandidate((0, import_node_path11.resolve)(
|
|
129670
|
-
addCandidate((0, import_node_path11.resolve)(
|
|
129751
|
+
addCandidate((0, import_node_path11.resolve)(dirname7, "../server-loader.js"));
|
|
129752
|
+
addCandidate((0, import_node_path11.resolve)(dirname7, "server-loader.js"));
|
|
129671
129753
|
collectAncestorCandidates(cwd);
|
|
129672
|
-
collectAncestorCandidates(
|
|
129754
|
+
collectAncestorCandidates(dirname7);
|
|
129673
129755
|
const resolved = candidates.find((candidate) => (0, import_node_fs6.existsSync)(candidate));
|
|
129674
129756
|
if (!resolved) {
|
|
129675
129757
|
throw new UserInputError(`Unable to locate Docyrus pi server loader entry file. Checked: ${candidates.join(", ")}`);
|