@gluecharm-lab/easyspecs-cli 0.0.17 → 0.0.18
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 +2 -2
- package/commands.md +6 -1
- package/dist/main.cjs +481 -444
- package/dist/main.cjs.map +4 -4
- package/package.json +1 -1
package/dist/main.cjs
CHANGED
|
@@ -26,9 +26,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
|
|
29
|
-
// node_modules/commander/lib/error.js
|
|
29
|
+
// ../../node_modules/commander/lib/error.js
|
|
30
30
|
var require_error = __commonJS({
|
|
31
|
-
"node_modules/commander/lib/error.js"(exports2) {
|
|
31
|
+
"../../node_modules/commander/lib/error.js"(exports2) {
|
|
32
32
|
var CommanderError2 = class extends Error {
|
|
33
33
|
/**
|
|
34
34
|
* Constructs the CommanderError class
|
|
@@ -61,9 +61,9 @@ var require_error = __commonJS({
|
|
|
61
61
|
}
|
|
62
62
|
});
|
|
63
63
|
|
|
64
|
-
// node_modules/commander/lib/argument.js
|
|
64
|
+
// ../../node_modules/commander/lib/argument.js
|
|
65
65
|
var require_argument = __commonJS({
|
|
66
|
-
"node_modules/commander/lib/argument.js"(exports2) {
|
|
66
|
+
"../../node_modules/commander/lib/argument.js"(exports2) {
|
|
67
67
|
var { InvalidArgumentError: InvalidArgumentError2 } = require_error();
|
|
68
68
|
var Argument2 = class {
|
|
69
69
|
/**
|
|
@@ -188,9 +188,9 @@ var require_argument = __commonJS({
|
|
|
188
188
|
}
|
|
189
189
|
});
|
|
190
190
|
|
|
191
|
-
// node_modules/commander/lib/help.js
|
|
191
|
+
// ../../node_modules/commander/lib/help.js
|
|
192
192
|
var require_help = __commonJS({
|
|
193
|
-
"node_modules/commander/lib/help.js"(exports2) {
|
|
193
|
+
"../../node_modules/commander/lib/help.js"(exports2) {
|
|
194
194
|
var { humanReadableArgName } = require_argument();
|
|
195
195
|
var Help2 = class {
|
|
196
196
|
constructor() {
|
|
@@ -602,9 +602,9 @@ var require_help = __commonJS({
|
|
|
602
602
|
}
|
|
603
603
|
});
|
|
604
604
|
|
|
605
|
-
// node_modules/commander/lib/option.js
|
|
605
|
+
// ../../node_modules/commander/lib/option.js
|
|
606
606
|
var require_option = __commonJS({
|
|
607
|
-
"node_modules/commander/lib/option.js"(exports2) {
|
|
607
|
+
"../../node_modules/commander/lib/option.js"(exports2) {
|
|
608
608
|
var { InvalidArgumentError: InvalidArgumentError2 } = require_error();
|
|
609
609
|
var Option2 = class {
|
|
610
610
|
/**
|
|
@@ -874,9 +874,9 @@ var require_option = __commonJS({
|
|
|
874
874
|
}
|
|
875
875
|
});
|
|
876
876
|
|
|
877
|
-
// node_modules/commander/lib/suggestSimilar.js
|
|
877
|
+
// ../../node_modules/commander/lib/suggestSimilar.js
|
|
878
878
|
var require_suggestSimilar = __commonJS({
|
|
879
|
-
"node_modules/commander/lib/suggestSimilar.js"(exports2) {
|
|
879
|
+
"../../node_modules/commander/lib/suggestSimilar.js"(exports2) {
|
|
880
880
|
var maxDistance = 3;
|
|
881
881
|
function editDistance(a, b) {
|
|
882
882
|
if (Math.abs(a.length - b.length) > maxDistance)
|
|
@@ -954,9 +954,9 @@ var require_suggestSimilar = __commonJS({
|
|
|
954
954
|
}
|
|
955
955
|
});
|
|
956
956
|
|
|
957
|
-
// node_modules/commander/lib/command.js
|
|
957
|
+
// ../../node_modules/commander/lib/command.js
|
|
958
958
|
var require_command = __commonJS({
|
|
959
|
-
"node_modules/commander/lib/command.js"(exports2) {
|
|
959
|
+
"../../node_modules/commander/lib/command.js"(exports2) {
|
|
960
960
|
var EventEmitter = require("node:events").EventEmitter;
|
|
961
961
|
var childProcess = require("node:child_process");
|
|
962
962
|
var path60 = require("node:path");
|
|
@@ -2997,9 +2997,9 @@ Expecting one of '${allowedValues.join("', '")}'`);
|
|
|
2997
2997
|
}
|
|
2998
2998
|
});
|
|
2999
2999
|
|
|
3000
|
-
// node_modules/commander/index.js
|
|
3000
|
+
// ../../node_modules/commander/index.js
|
|
3001
3001
|
var require_commander = __commonJS({
|
|
3002
|
-
"node_modules/commander/index.js"(exports2) {
|
|
3002
|
+
"../../node_modules/commander/index.js"(exports2) {
|
|
3003
3003
|
var { Argument: Argument2 } = require_argument();
|
|
3004
3004
|
var { Command: Command2 } = require_command();
|
|
3005
3005
|
var { CommanderError: CommanderError2, InvalidArgumentError: InvalidArgumentError2 } = require_error();
|
|
@@ -3019,9 +3019,9 @@ var require_commander = __commonJS({
|
|
|
3019
3019
|
}
|
|
3020
3020
|
});
|
|
3021
3021
|
|
|
3022
|
-
// scripts/vscode-stub.cjs
|
|
3022
|
+
// ../../scripts/vscode-stub.cjs
|
|
3023
3023
|
var require_vscode_stub = __commonJS({
|
|
3024
|
-
"scripts/vscode-stub.cjs"(exports2, module2) {
|
|
3024
|
+
"../../scripts/vscode-stub.cjs"(exports2, module2) {
|
|
3025
3025
|
"use strict";
|
|
3026
3026
|
module2.exports = {
|
|
3027
3027
|
workspace: {
|
|
@@ -3042,9 +3042,9 @@ var require_vscode_stub = __commonJS({
|
|
|
3042
3042
|
}
|
|
3043
3043
|
});
|
|
3044
3044
|
|
|
3045
|
-
// node_modules/ajv/dist/compile/codegen/code.js
|
|
3045
|
+
// ../../node_modules/ajv/dist/compile/codegen/code.js
|
|
3046
3046
|
var require_code = __commonJS({
|
|
3047
|
-
"node_modules/ajv/dist/compile/codegen/code.js"(exports2) {
|
|
3047
|
+
"../../node_modules/ajv/dist/compile/codegen/code.js"(exports2) {
|
|
3048
3048
|
"use strict";
|
|
3049
3049
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
3050
3050
|
exports2.regexpCode = exports2.getEsmExportName = exports2.getProperty = exports2.safeStringify = exports2.stringify = exports2.strConcat = exports2.addCodeArg = exports2.str = exports2._ = exports2.nil = exports2._Code = exports2.Name = exports2.IDENTIFIER = exports2._CodeOrName = void 0;
|
|
@@ -3196,9 +3196,9 @@ var require_code = __commonJS({
|
|
|
3196
3196
|
}
|
|
3197
3197
|
});
|
|
3198
3198
|
|
|
3199
|
-
// node_modules/ajv/dist/compile/codegen/scope.js
|
|
3199
|
+
// ../../node_modules/ajv/dist/compile/codegen/scope.js
|
|
3200
3200
|
var require_scope = __commonJS({
|
|
3201
|
-
"node_modules/ajv/dist/compile/codegen/scope.js"(exports2) {
|
|
3201
|
+
"../../node_modules/ajv/dist/compile/codegen/scope.js"(exports2) {
|
|
3202
3202
|
"use strict";
|
|
3203
3203
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
3204
3204
|
exports2.ValueScope = exports2.ValueScopeName = exports2.Scope = exports2.varKinds = exports2.UsedValueState = void 0;
|
|
@@ -3341,9 +3341,9 @@ var require_scope = __commonJS({
|
|
|
3341
3341
|
}
|
|
3342
3342
|
});
|
|
3343
3343
|
|
|
3344
|
-
// node_modules/ajv/dist/compile/codegen/index.js
|
|
3344
|
+
// ../../node_modules/ajv/dist/compile/codegen/index.js
|
|
3345
3345
|
var require_codegen = __commonJS({
|
|
3346
|
-
"node_modules/ajv/dist/compile/codegen/index.js"(exports2) {
|
|
3346
|
+
"../../node_modules/ajv/dist/compile/codegen/index.js"(exports2) {
|
|
3347
3347
|
"use strict";
|
|
3348
3348
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
3349
3349
|
exports2.or = exports2.and = exports2.not = exports2.CodeGen = exports2.operators = exports2.varKinds = exports2.ValueScopeName = exports2.ValueScope = exports2.Scope = exports2.Name = exports2.regexpCode = exports2.stringify = exports2.getProperty = exports2.nil = exports2.strConcat = exports2.str = exports2._ = void 0;
|
|
@@ -4061,9 +4061,9 @@ var require_codegen = __commonJS({
|
|
|
4061
4061
|
}
|
|
4062
4062
|
});
|
|
4063
4063
|
|
|
4064
|
-
// node_modules/ajv/dist/compile/util.js
|
|
4064
|
+
// ../../node_modules/ajv/dist/compile/util.js
|
|
4065
4065
|
var require_util = __commonJS({
|
|
4066
|
-
"node_modules/ajv/dist/compile/util.js"(exports2) {
|
|
4066
|
+
"../../node_modules/ajv/dist/compile/util.js"(exports2) {
|
|
4067
4067
|
"use strict";
|
|
4068
4068
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4069
4069
|
exports2.checkStrictMode = exports2.getErrorPath = exports2.Type = exports2.useFunc = exports2.setEvaluated = exports2.evaluatedPropsToName = exports2.mergeEvaluated = exports2.eachItem = exports2.unescapeJsonPointer = exports2.escapeJsonPointer = exports2.escapeFragment = exports2.unescapeFragment = exports2.schemaRefOrVal = exports2.schemaHasRulesButRef = exports2.schemaHasRules = exports2.checkUnknownRules = exports2.alwaysValidSchema = exports2.toHash = void 0;
|
|
@@ -4228,9 +4228,9 @@ var require_util = __commonJS({
|
|
|
4228
4228
|
}
|
|
4229
4229
|
});
|
|
4230
4230
|
|
|
4231
|
-
// node_modules/ajv/dist/compile/names.js
|
|
4231
|
+
// ../../node_modules/ajv/dist/compile/names.js
|
|
4232
4232
|
var require_names = __commonJS({
|
|
4233
|
-
"node_modules/ajv/dist/compile/names.js"(exports2) {
|
|
4233
|
+
"../../node_modules/ajv/dist/compile/names.js"(exports2) {
|
|
4234
4234
|
"use strict";
|
|
4235
4235
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4236
4236
|
var codegen_1 = require_codegen();
|
|
@@ -4267,9 +4267,9 @@ var require_names = __commonJS({
|
|
|
4267
4267
|
}
|
|
4268
4268
|
});
|
|
4269
4269
|
|
|
4270
|
-
// node_modules/ajv/dist/compile/errors.js
|
|
4270
|
+
// ../../node_modules/ajv/dist/compile/errors.js
|
|
4271
4271
|
var require_errors = __commonJS({
|
|
4272
|
-
"node_modules/ajv/dist/compile/errors.js"(exports2) {
|
|
4272
|
+
"../../node_modules/ajv/dist/compile/errors.js"(exports2) {
|
|
4273
4273
|
"use strict";
|
|
4274
4274
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4275
4275
|
exports2.extendErrors = exports2.resetErrorsCount = exports2.reportExtraError = exports2.reportError = exports2.keyword$DataError = exports2.keywordError = void 0;
|
|
@@ -4389,9 +4389,9 @@ var require_errors = __commonJS({
|
|
|
4389
4389
|
}
|
|
4390
4390
|
});
|
|
4391
4391
|
|
|
4392
|
-
// node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
4392
|
+
// ../../node_modules/ajv/dist/compile/validate/boolSchema.js
|
|
4393
4393
|
var require_boolSchema = __commonJS({
|
|
4394
|
-
"node_modules/ajv/dist/compile/validate/boolSchema.js"(exports2) {
|
|
4394
|
+
"../../node_modules/ajv/dist/compile/validate/boolSchema.js"(exports2) {
|
|
4395
4395
|
"use strict";
|
|
4396
4396
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4397
4397
|
exports2.boolOrEmptySchema = exports2.topBoolOrEmptySchema = void 0;
|
|
@@ -4440,9 +4440,9 @@ var require_boolSchema = __commonJS({
|
|
|
4440
4440
|
}
|
|
4441
4441
|
});
|
|
4442
4442
|
|
|
4443
|
-
// node_modules/ajv/dist/compile/rules.js
|
|
4443
|
+
// ../../node_modules/ajv/dist/compile/rules.js
|
|
4444
4444
|
var require_rules = __commonJS({
|
|
4445
|
-
"node_modules/ajv/dist/compile/rules.js"(exports2) {
|
|
4445
|
+
"../../node_modules/ajv/dist/compile/rules.js"(exports2) {
|
|
4446
4446
|
"use strict";
|
|
4447
4447
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4448
4448
|
exports2.getRules = exports2.isJSONType = void 0;
|
|
@@ -4471,9 +4471,9 @@ var require_rules = __commonJS({
|
|
|
4471
4471
|
}
|
|
4472
4472
|
});
|
|
4473
4473
|
|
|
4474
|
-
// node_modules/ajv/dist/compile/validate/applicability.js
|
|
4474
|
+
// ../../node_modules/ajv/dist/compile/validate/applicability.js
|
|
4475
4475
|
var require_applicability = __commonJS({
|
|
4476
|
-
"node_modules/ajv/dist/compile/validate/applicability.js"(exports2) {
|
|
4476
|
+
"../../node_modules/ajv/dist/compile/validate/applicability.js"(exports2) {
|
|
4477
4477
|
"use strict";
|
|
4478
4478
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4479
4479
|
exports2.shouldUseRule = exports2.shouldUseGroup = exports2.schemaHasRulesForType = void 0;
|
|
@@ -4494,9 +4494,9 @@ var require_applicability = __commonJS({
|
|
|
4494
4494
|
}
|
|
4495
4495
|
});
|
|
4496
4496
|
|
|
4497
|
-
// node_modules/ajv/dist/compile/validate/dataType.js
|
|
4497
|
+
// ../../node_modules/ajv/dist/compile/validate/dataType.js
|
|
4498
4498
|
var require_dataType = __commonJS({
|
|
4499
|
-
"node_modules/ajv/dist/compile/validate/dataType.js"(exports2) {
|
|
4499
|
+
"../../node_modules/ajv/dist/compile/validate/dataType.js"(exports2) {
|
|
4500
4500
|
"use strict";
|
|
4501
4501
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4502
4502
|
exports2.reportTypeError = exports2.checkDataTypes = exports2.checkDataType = exports2.coerceAndCheckDataType = exports2.getJSONTypes = exports2.getSchemaTypes = exports2.DataType = void 0;
|
|
@@ -4678,9 +4678,9 @@ var require_dataType = __commonJS({
|
|
|
4678
4678
|
}
|
|
4679
4679
|
});
|
|
4680
4680
|
|
|
4681
|
-
// node_modules/ajv/dist/compile/validate/defaults.js
|
|
4681
|
+
// ../../node_modules/ajv/dist/compile/validate/defaults.js
|
|
4682
4682
|
var require_defaults = __commonJS({
|
|
4683
|
-
"node_modules/ajv/dist/compile/validate/defaults.js"(exports2) {
|
|
4683
|
+
"../../node_modules/ajv/dist/compile/validate/defaults.js"(exports2) {
|
|
4684
4684
|
"use strict";
|
|
4685
4685
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4686
4686
|
exports2.assignDefaults = void 0;
|
|
@@ -4715,9 +4715,9 @@ var require_defaults = __commonJS({
|
|
|
4715
4715
|
}
|
|
4716
4716
|
});
|
|
4717
4717
|
|
|
4718
|
-
// node_modules/ajv/dist/vocabularies/code.js
|
|
4718
|
+
// ../../node_modules/ajv/dist/vocabularies/code.js
|
|
4719
4719
|
var require_code2 = __commonJS({
|
|
4720
|
-
"node_modules/ajv/dist/vocabularies/code.js"(exports2) {
|
|
4720
|
+
"../../node_modules/ajv/dist/vocabularies/code.js"(exports2) {
|
|
4721
4721
|
"use strict";
|
|
4722
4722
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4723
4723
|
exports2.validateUnion = exports2.validateArray = exports2.usePattern = exports2.callValidateCode = exports2.schemaProperties = exports2.allSchemaProperties = exports2.noPropertyInData = exports2.propertyInData = exports2.isOwnProperty = exports2.hasPropFunc = exports2.reportMissingProp = exports2.checkMissingProp = exports2.checkReportMissingProp = void 0;
|
|
@@ -4848,9 +4848,9 @@ var require_code2 = __commonJS({
|
|
|
4848
4848
|
}
|
|
4849
4849
|
});
|
|
4850
4850
|
|
|
4851
|
-
// node_modules/ajv/dist/compile/validate/keyword.js
|
|
4851
|
+
// ../../node_modules/ajv/dist/compile/validate/keyword.js
|
|
4852
4852
|
var require_keyword = __commonJS({
|
|
4853
|
-
"node_modules/ajv/dist/compile/validate/keyword.js"(exports2) {
|
|
4853
|
+
"../../node_modules/ajv/dist/compile/validate/keyword.js"(exports2) {
|
|
4854
4854
|
"use strict";
|
|
4855
4855
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4856
4856
|
exports2.validateKeywordUsage = exports2.validSchemaType = exports2.funcKeywordCode = exports2.macroKeywordCode = void 0;
|
|
@@ -4966,9 +4966,9 @@ var require_keyword = __commonJS({
|
|
|
4966
4966
|
}
|
|
4967
4967
|
});
|
|
4968
4968
|
|
|
4969
|
-
// node_modules/ajv/dist/compile/validate/subschema.js
|
|
4969
|
+
// ../../node_modules/ajv/dist/compile/validate/subschema.js
|
|
4970
4970
|
var require_subschema = __commonJS({
|
|
4971
|
-
"node_modules/ajv/dist/compile/validate/subschema.js"(exports2) {
|
|
4971
|
+
"../../node_modules/ajv/dist/compile/validate/subschema.js"(exports2) {
|
|
4972
4972
|
"use strict";
|
|
4973
4973
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
4974
4974
|
exports2.extendSubschemaMode = exports2.extendSubschemaData = exports2.getSubschema = void 0;
|
|
@@ -5049,9 +5049,9 @@ var require_subschema = __commonJS({
|
|
|
5049
5049
|
}
|
|
5050
5050
|
});
|
|
5051
5051
|
|
|
5052
|
-
// node_modules/fast-deep-equal/index.js
|
|
5052
|
+
// ../../node_modules/fast-deep-equal/index.js
|
|
5053
5053
|
var require_fast_deep_equal = __commonJS({
|
|
5054
|
-
"node_modules/fast-deep-equal/index.js"(exports2, module2) {
|
|
5054
|
+
"../../node_modules/fast-deep-equal/index.js"(exports2, module2) {
|
|
5055
5055
|
"use strict";
|
|
5056
5056
|
module2.exports = function equal(a, b) {
|
|
5057
5057
|
if (a === b) return true;
|
|
@@ -5084,9 +5084,9 @@ var require_fast_deep_equal = __commonJS({
|
|
|
5084
5084
|
}
|
|
5085
5085
|
});
|
|
5086
5086
|
|
|
5087
|
-
// node_modules/json-schema-traverse/index.js
|
|
5087
|
+
// ../../node_modules/json-schema-traverse/index.js
|
|
5088
5088
|
var require_json_schema_traverse = __commonJS({
|
|
5089
|
-
"node_modules/json-schema-traverse/index.js"(exports2, module2) {
|
|
5089
|
+
"../../node_modules/json-schema-traverse/index.js"(exports2, module2) {
|
|
5090
5090
|
"use strict";
|
|
5091
5091
|
var traverse = module2.exports = function(schema, opts, cb) {
|
|
5092
5092
|
if (typeof opts == "function") {
|
|
@@ -5172,9 +5172,9 @@ var require_json_schema_traverse = __commonJS({
|
|
|
5172
5172
|
}
|
|
5173
5173
|
});
|
|
5174
5174
|
|
|
5175
|
-
// node_modules/ajv/dist/compile/resolve.js
|
|
5175
|
+
// ../../node_modules/ajv/dist/compile/resolve.js
|
|
5176
5176
|
var require_resolve = __commonJS({
|
|
5177
|
-
"node_modules/ajv/dist/compile/resolve.js"(exports2) {
|
|
5177
|
+
"../../node_modules/ajv/dist/compile/resolve.js"(exports2) {
|
|
5178
5178
|
"use strict";
|
|
5179
5179
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5180
5180
|
exports2.getSchemaRefs = exports2.resolveUrl = exports2.normalizeId = exports2._getFullPath = exports2.getFullPath = exports2.inlineRef = void 0;
|
|
@@ -5328,9 +5328,9 @@ var require_resolve = __commonJS({
|
|
|
5328
5328
|
}
|
|
5329
5329
|
});
|
|
5330
5330
|
|
|
5331
|
-
// node_modules/ajv/dist/compile/validate/index.js
|
|
5331
|
+
// ../../node_modules/ajv/dist/compile/validate/index.js
|
|
5332
5332
|
var require_validate = __commonJS({
|
|
5333
|
-
"node_modules/ajv/dist/compile/validate/index.js"(exports2) {
|
|
5333
|
+
"../../node_modules/ajv/dist/compile/validate/index.js"(exports2) {
|
|
5334
5334
|
"use strict";
|
|
5335
5335
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5336
5336
|
exports2.getData = exports2.KeywordCxt = exports2.validateFunctionCode = void 0;
|
|
@@ -5836,9 +5836,9 @@ var require_validate = __commonJS({
|
|
|
5836
5836
|
}
|
|
5837
5837
|
});
|
|
5838
5838
|
|
|
5839
|
-
// node_modules/ajv/dist/runtime/validation_error.js
|
|
5839
|
+
// ../../node_modules/ajv/dist/runtime/validation_error.js
|
|
5840
5840
|
var require_validation_error = __commonJS({
|
|
5841
|
-
"node_modules/ajv/dist/runtime/validation_error.js"(exports2) {
|
|
5841
|
+
"../../node_modules/ajv/dist/runtime/validation_error.js"(exports2) {
|
|
5842
5842
|
"use strict";
|
|
5843
5843
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5844
5844
|
var ValidationError = class extends Error {
|
|
@@ -5852,9 +5852,9 @@ var require_validation_error = __commonJS({
|
|
|
5852
5852
|
}
|
|
5853
5853
|
});
|
|
5854
5854
|
|
|
5855
|
-
// node_modules/ajv/dist/compile/ref_error.js
|
|
5855
|
+
// ../../node_modules/ajv/dist/compile/ref_error.js
|
|
5856
5856
|
var require_ref_error = __commonJS({
|
|
5857
|
-
"node_modules/ajv/dist/compile/ref_error.js"(exports2) {
|
|
5857
|
+
"../../node_modules/ajv/dist/compile/ref_error.js"(exports2) {
|
|
5858
5858
|
"use strict";
|
|
5859
5859
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5860
5860
|
var resolve_1 = require_resolve();
|
|
@@ -5869,9 +5869,9 @@ var require_ref_error = __commonJS({
|
|
|
5869
5869
|
}
|
|
5870
5870
|
});
|
|
5871
5871
|
|
|
5872
|
-
// node_modules/ajv/dist/compile/index.js
|
|
5872
|
+
// ../../node_modules/ajv/dist/compile/index.js
|
|
5873
5873
|
var require_compile = __commonJS({
|
|
5874
|
-
"node_modules/ajv/dist/compile/index.js"(exports2) {
|
|
5874
|
+
"../../node_modules/ajv/dist/compile/index.js"(exports2) {
|
|
5875
5875
|
"use strict";
|
|
5876
5876
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
5877
5877
|
exports2.resolveSchema = exports2.getCompilingSchema = exports2.resolveRef = exports2.compileSchema = exports2.SchemaEnv = void 0;
|
|
@@ -6093,9 +6093,9 @@ var require_compile = __commonJS({
|
|
|
6093
6093
|
}
|
|
6094
6094
|
});
|
|
6095
6095
|
|
|
6096
|
-
// node_modules/ajv/dist/refs/data.json
|
|
6096
|
+
// ../../node_modules/ajv/dist/refs/data.json
|
|
6097
6097
|
var require_data = __commonJS({
|
|
6098
|
-
"node_modules/ajv/dist/refs/data.json"(exports2, module2) {
|
|
6098
|
+
"../../node_modules/ajv/dist/refs/data.json"(exports2, module2) {
|
|
6099
6099
|
module2.exports = {
|
|
6100
6100
|
$id: "https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",
|
|
6101
6101
|
description: "Meta-schema for $data reference (JSON AnySchema extension proposal)",
|
|
@@ -6112,9 +6112,9 @@ var require_data = __commonJS({
|
|
|
6112
6112
|
}
|
|
6113
6113
|
});
|
|
6114
6114
|
|
|
6115
|
-
// node_modules/fast-uri/lib/utils.js
|
|
6115
|
+
// ../../node_modules/fast-uri/lib/utils.js
|
|
6116
6116
|
var require_utils = __commonJS({
|
|
6117
|
-
"node_modules/fast-uri/lib/utils.js"(exports2, module2) {
|
|
6117
|
+
"../../node_modules/fast-uri/lib/utils.js"(exports2, module2) {
|
|
6118
6118
|
"use strict";
|
|
6119
6119
|
var isUUID = RegExp.prototype.test.bind(/^[\da-f]{8}-[\da-f]{4}-[\da-f]{4}-[\da-f]{4}-[\da-f]{12}$/iu);
|
|
6120
6120
|
var isIPv4 = RegExp.prototype.test.bind(/^(?:(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)\.){3}(?:25[0-5]|2[0-4]\d|1\d{2}|[1-9]\d|\d)$/u);
|
|
@@ -6369,9 +6369,9 @@ var require_utils = __commonJS({
|
|
|
6369
6369
|
}
|
|
6370
6370
|
});
|
|
6371
6371
|
|
|
6372
|
-
// node_modules/fast-uri/lib/schemes.js
|
|
6372
|
+
// ../../node_modules/fast-uri/lib/schemes.js
|
|
6373
6373
|
var require_schemes = __commonJS({
|
|
6374
|
-
"node_modules/fast-uri/lib/schemes.js"(exports2, module2) {
|
|
6374
|
+
"../../node_modules/fast-uri/lib/schemes.js"(exports2, module2) {
|
|
6375
6375
|
"use strict";
|
|
6376
6376
|
var { isUUID } = require_utils();
|
|
6377
6377
|
var URN_REG = /([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;
|
|
@@ -6579,9 +6579,9 @@ var require_schemes = __commonJS({
|
|
|
6579
6579
|
}
|
|
6580
6580
|
});
|
|
6581
6581
|
|
|
6582
|
-
// node_modules/fast-uri/index.js
|
|
6582
|
+
// ../../node_modules/fast-uri/index.js
|
|
6583
6583
|
var require_fast_uri = __commonJS({
|
|
6584
|
-
"node_modules/fast-uri/index.js"(exports2, module2) {
|
|
6584
|
+
"../../node_modules/fast-uri/index.js"(exports2, module2) {
|
|
6585
6585
|
"use strict";
|
|
6586
6586
|
var { normalizeIPv6, removeDotSegments, recomposeAuthority, normalizeComponentEncoding, isIPv4, nonSimpleDomain } = require_utils();
|
|
6587
6587
|
var { SCHEMES, getSchemeHandler } = require_schemes();
|
|
@@ -6834,9 +6834,9 @@ var require_fast_uri = __commonJS({
|
|
|
6834
6834
|
}
|
|
6835
6835
|
});
|
|
6836
6836
|
|
|
6837
|
-
// node_modules/ajv/dist/runtime/uri.js
|
|
6837
|
+
// ../../node_modules/ajv/dist/runtime/uri.js
|
|
6838
6838
|
var require_uri = __commonJS({
|
|
6839
|
-
"node_modules/ajv/dist/runtime/uri.js"(exports2) {
|
|
6839
|
+
"../../node_modules/ajv/dist/runtime/uri.js"(exports2) {
|
|
6840
6840
|
"use strict";
|
|
6841
6841
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
6842
6842
|
var uri = require_fast_uri();
|
|
@@ -6845,9 +6845,9 @@ var require_uri = __commonJS({
|
|
|
6845
6845
|
}
|
|
6846
6846
|
});
|
|
6847
6847
|
|
|
6848
|
-
// node_modules/ajv/dist/core.js
|
|
6848
|
+
// ../../node_modules/ajv/dist/core.js
|
|
6849
6849
|
var require_core = __commonJS({
|
|
6850
|
-
"node_modules/ajv/dist/core.js"(exports2) {
|
|
6850
|
+
"../../node_modules/ajv/dist/core.js"(exports2) {
|
|
6851
6851
|
"use strict";
|
|
6852
6852
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
6853
6853
|
exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = void 0;
|
|
@@ -7456,9 +7456,9 @@ var require_core = __commonJS({
|
|
|
7456
7456
|
}
|
|
7457
7457
|
});
|
|
7458
7458
|
|
|
7459
|
-
// node_modules/ajv/dist/vocabularies/core/id.js
|
|
7459
|
+
// ../../node_modules/ajv/dist/vocabularies/core/id.js
|
|
7460
7460
|
var require_id = __commonJS({
|
|
7461
|
-
"node_modules/ajv/dist/vocabularies/core/id.js"(exports2) {
|
|
7461
|
+
"../../node_modules/ajv/dist/vocabularies/core/id.js"(exports2) {
|
|
7462
7462
|
"use strict";
|
|
7463
7463
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7464
7464
|
var def = {
|
|
@@ -7471,9 +7471,9 @@ var require_id = __commonJS({
|
|
|
7471
7471
|
}
|
|
7472
7472
|
});
|
|
7473
7473
|
|
|
7474
|
-
// node_modules/ajv/dist/vocabularies/core/ref.js
|
|
7474
|
+
// ../../node_modules/ajv/dist/vocabularies/core/ref.js
|
|
7475
7475
|
var require_ref = __commonJS({
|
|
7476
|
-
"node_modules/ajv/dist/vocabularies/core/ref.js"(exports2) {
|
|
7476
|
+
"../../node_modules/ajv/dist/vocabularies/core/ref.js"(exports2) {
|
|
7477
7477
|
"use strict";
|
|
7478
7478
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7479
7479
|
exports2.callRef = exports2.getValidate = void 0;
|
|
@@ -7593,9 +7593,9 @@ var require_ref = __commonJS({
|
|
|
7593
7593
|
}
|
|
7594
7594
|
});
|
|
7595
7595
|
|
|
7596
|
-
// node_modules/ajv/dist/vocabularies/core/index.js
|
|
7596
|
+
// ../../node_modules/ajv/dist/vocabularies/core/index.js
|
|
7597
7597
|
var require_core2 = __commonJS({
|
|
7598
|
-
"node_modules/ajv/dist/vocabularies/core/index.js"(exports2) {
|
|
7598
|
+
"../../node_modules/ajv/dist/vocabularies/core/index.js"(exports2) {
|
|
7599
7599
|
"use strict";
|
|
7600
7600
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7601
7601
|
var id_1 = require_id();
|
|
@@ -7614,9 +7614,9 @@ var require_core2 = __commonJS({
|
|
|
7614
7614
|
}
|
|
7615
7615
|
});
|
|
7616
7616
|
|
|
7617
|
-
// node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
7617
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/limitNumber.js
|
|
7618
7618
|
var require_limitNumber = __commonJS({
|
|
7619
|
-
"node_modules/ajv/dist/vocabularies/validation/limitNumber.js"(exports2) {
|
|
7619
|
+
"../../node_modules/ajv/dist/vocabularies/validation/limitNumber.js"(exports2) {
|
|
7620
7620
|
"use strict";
|
|
7621
7621
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7622
7622
|
var codegen_1 = require_codegen();
|
|
@@ -7646,9 +7646,9 @@ var require_limitNumber = __commonJS({
|
|
|
7646
7646
|
}
|
|
7647
7647
|
});
|
|
7648
7648
|
|
|
7649
|
-
// node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
7649
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/multipleOf.js
|
|
7650
7650
|
var require_multipleOf = __commonJS({
|
|
7651
|
-
"node_modules/ajv/dist/vocabularies/validation/multipleOf.js"(exports2) {
|
|
7651
|
+
"../../node_modules/ajv/dist/vocabularies/validation/multipleOf.js"(exports2) {
|
|
7652
7652
|
"use strict";
|
|
7653
7653
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7654
7654
|
var codegen_1 = require_codegen();
|
|
@@ -7674,9 +7674,9 @@ var require_multipleOf = __commonJS({
|
|
|
7674
7674
|
}
|
|
7675
7675
|
});
|
|
7676
7676
|
|
|
7677
|
-
// node_modules/ajv/dist/runtime/ucs2length.js
|
|
7677
|
+
// ../../node_modules/ajv/dist/runtime/ucs2length.js
|
|
7678
7678
|
var require_ucs2length = __commonJS({
|
|
7679
|
-
"node_modules/ajv/dist/runtime/ucs2length.js"(exports2) {
|
|
7679
|
+
"../../node_modules/ajv/dist/runtime/ucs2length.js"(exports2) {
|
|
7680
7680
|
"use strict";
|
|
7681
7681
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7682
7682
|
function ucs2length(str) {
|
|
@@ -7700,9 +7700,9 @@ var require_ucs2length = __commonJS({
|
|
|
7700
7700
|
}
|
|
7701
7701
|
});
|
|
7702
7702
|
|
|
7703
|
-
// node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
7703
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/limitLength.js
|
|
7704
7704
|
var require_limitLength = __commonJS({
|
|
7705
|
-
"node_modules/ajv/dist/vocabularies/validation/limitLength.js"(exports2) {
|
|
7705
|
+
"../../node_modules/ajv/dist/vocabularies/validation/limitLength.js"(exports2) {
|
|
7706
7706
|
"use strict";
|
|
7707
7707
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7708
7708
|
var codegen_1 = require_codegen();
|
|
@@ -7732,9 +7732,9 @@ var require_limitLength = __commonJS({
|
|
|
7732
7732
|
}
|
|
7733
7733
|
});
|
|
7734
7734
|
|
|
7735
|
-
// node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
7735
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/pattern.js
|
|
7736
7736
|
var require_pattern = __commonJS({
|
|
7737
|
-
"node_modules/ajv/dist/vocabularies/validation/pattern.js"(exports2) {
|
|
7737
|
+
"../../node_modules/ajv/dist/vocabularies/validation/pattern.js"(exports2) {
|
|
7738
7738
|
"use strict";
|
|
7739
7739
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7740
7740
|
var code_1 = require_code2();
|
|
@@ -7769,9 +7769,9 @@ var require_pattern = __commonJS({
|
|
|
7769
7769
|
}
|
|
7770
7770
|
});
|
|
7771
7771
|
|
|
7772
|
-
// node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
7772
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/limitProperties.js
|
|
7773
7773
|
var require_limitProperties = __commonJS({
|
|
7774
|
-
"node_modules/ajv/dist/vocabularies/validation/limitProperties.js"(exports2) {
|
|
7774
|
+
"../../node_modules/ajv/dist/vocabularies/validation/limitProperties.js"(exports2) {
|
|
7775
7775
|
"use strict";
|
|
7776
7776
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7777
7777
|
var codegen_1 = require_codegen();
|
|
@@ -7798,9 +7798,9 @@ var require_limitProperties = __commonJS({
|
|
|
7798
7798
|
}
|
|
7799
7799
|
});
|
|
7800
7800
|
|
|
7801
|
-
// node_modules/ajv/dist/vocabularies/validation/required.js
|
|
7801
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/required.js
|
|
7802
7802
|
var require_required = __commonJS({
|
|
7803
|
-
"node_modules/ajv/dist/vocabularies/validation/required.js"(exports2) {
|
|
7803
|
+
"../../node_modules/ajv/dist/vocabularies/validation/required.js"(exports2) {
|
|
7804
7804
|
"use strict";
|
|
7805
7805
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7806
7806
|
var code_1 = require_code2();
|
|
@@ -7880,9 +7880,9 @@ var require_required = __commonJS({
|
|
|
7880
7880
|
}
|
|
7881
7881
|
});
|
|
7882
7882
|
|
|
7883
|
-
// node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
7883
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/limitItems.js
|
|
7884
7884
|
var require_limitItems = __commonJS({
|
|
7885
|
-
"node_modules/ajv/dist/vocabularies/validation/limitItems.js"(exports2) {
|
|
7885
|
+
"../../node_modules/ajv/dist/vocabularies/validation/limitItems.js"(exports2) {
|
|
7886
7886
|
"use strict";
|
|
7887
7887
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7888
7888
|
var codegen_1 = require_codegen();
|
|
@@ -7909,9 +7909,9 @@ var require_limitItems = __commonJS({
|
|
|
7909
7909
|
}
|
|
7910
7910
|
});
|
|
7911
7911
|
|
|
7912
|
-
// node_modules/ajv/dist/runtime/equal.js
|
|
7912
|
+
// ../../node_modules/ajv/dist/runtime/equal.js
|
|
7913
7913
|
var require_equal = __commonJS({
|
|
7914
|
-
"node_modules/ajv/dist/runtime/equal.js"(exports2) {
|
|
7914
|
+
"../../node_modules/ajv/dist/runtime/equal.js"(exports2) {
|
|
7915
7915
|
"use strict";
|
|
7916
7916
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7917
7917
|
var equal = require_fast_deep_equal();
|
|
@@ -7920,9 +7920,9 @@ var require_equal = __commonJS({
|
|
|
7920
7920
|
}
|
|
7921
7921
|
});
|
|
7922
7922
|
|
|
7923
|
-
// node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
7923
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/uniqueItems.js
|
|
7924
7924
|
var require_uniqueItems = __commonJS({
|
|
7925
|
-
"node_modules/ajv/dist/vocabularies/validation/uniqueItems.js"(exports2) {
|
|
7925
|
+
"../../node_modules/ajv/dist/vocabularies/validation/uniqueItems.js"(exports2) {
|
|
7926
7926
|
"use strict";
|
|
7927
7927
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7928
7928
|
var dataType_1 = require_dataType();
|
|
@@ -7987,9 +7987,9 @@ var require_uniqueItems = __commonJS({
|
|
|
7987
7987
|
}
|
|
7988
7988
|
});
|
|
7989
7989
|
|
|
7990
|
-
// node_modules/ajv/dist/vocabularies/validation/const.js
|
|
7990
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/const.js
|
|
7991
7991
|
var require_const = __commonJS({
|
|
7992
|
-
"node_modules/ajv/dist/vocabularies/validation/const.js"(exports2) {
|
|
7992
|
+
"../../node_modules/ajv/dist/vocabularies/validation/const.js"(exports2) {
|
|
7993
7993
|
"use strict";
|
|
7994
7994
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
7995
7995
|
var codegen_1 = require_codegen();
|
|
@@ -8016,9 +8016,9 @@ var require_const = __commonJS({
|
|
|
8016
8016
|
}
|
|
8017
8017
|
});
|
|
8018
8018
|
|
|
8019
|
-
// node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
8019
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/enum.js
|
|
8020
8020
|
var require_enum = __commonJS({
|
|
8021
|
-
"node_modules/ajv/dist/vocabularies/validation/enum.js"(exports2) {
|
|
8021
|
+
"../../node_modules/ajv/dist/vocabularies/validation/enum.js"(exports2) {
|
|
8022
8022
|
"use strict";
|
|
8023
8023
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8024
8024
|
var codegen_1 = require_codegen();
|
|
@@ -8065,9 +8065,9 @@ var require_enum = __commonJS({
|
|
|
8065
8065
|
}
|
|
8066
8066
|
});
|
|
8067
8067
|
|
|
8068
|
-
// node_modules/ajv/dist/vocabularies/validation/index.js
|
|
8068
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/index.js
|
|
8069
8069
|
var require_validation = __commonJS({
|
|
8070
|
-
"node_modules/ajv/dist/vocabularies/validation/index.js"(exports2) {
|
|
8070
|
+
"../../node_modules/ajv/dist/vocabularies/validation/index.js"(exports2) {
|
|
8071
8071
|
"use strict";
|
|
8072
8072
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8073
8073
|
var limitNumber_1 = require_limitNumber();
|
|
@@ -8103,9 +8103,9 @@ var require_validation = __commonJS({
|
|
|
8103
8103
|
}
|
|
8104
8104
|
});
|
|
8105
8105
|
|
|
8106
|
-
// node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
8106
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/additionalItems.js
|
|
8107
8107
|
var require_additionalItems = __commonJS({
|
|
8108
|
-
"node_modules/ajv/dist/vocabularies/applicator/additionalItems.js"(exports2) {
|
|
8108
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/additionalItems.js"(exports2) {
|
|
8109
8109
|
"use strict";
|
|
8110
8110
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8111
8111
|
exports2.validateAdditionalItems = void 0;
|
|
@@ -8156,9 +8156,9 @@ var require_additionalItems = __commonJS({
|
|
|
8156
8156
|
}
|
|
8157
8157
|
});
|
|
8158
8158
|
|
|
8159
|
-
// node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
8159
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/items.js
|
|
8160
8160
|
var require_items = __commonJS({
|
|
8161
|
-
"node_modules/ajv/dist/vocabularies/applicator/items.js"(exports2) {
|
|
8161
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/items.js"(exports2) {
|
|
8162
8162
|
"use strict";
|
|
8163
8163
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8164
8164
|
exports2.validateTuple = void 0;
|
|
@@ -8213,9 +8213,9 @@ var require_items = __commonJS({
|
|
|
8213
8213
|
}
|
|
8214
8214
|
});
|
|
8215
8215
|
|
|
8216
|
-
// node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
8216
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/prefixItems.js
|
|
8217
8217
|
var require_prefixItems = __commonJS({
|
|
8218
|
-
"node_modules/ajv/dist/vocabularies/applicator/prefixItems.js"(exports2) {
|
|
8218
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/prefixItems.js"(exports2) {
|
|
8219
8219
|
"use strict";
|
|
8220
8220
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8221
8221
|
var items_1 = require_items();
|
|
@@ -8230,9 +8230,9 @@ var require_prefixItems = __commonJS({
|
|
|
8230
8230
|
}
|
|
8231
8231
|
});
|
|
8232
8232
|
|
|
8233
|
-
// node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
8233
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/items2020.js
|
|
8234
8234
|
var require_items2020 = __commonJS({
|
|
8235
|
-
"node_modules/ajv/dist/vocabularies/applicator/items2020.js"(exports2) {
|
|
8235
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/items2020.js"(exports2) {
|
|
8236
8236
|
"use strict";
|
|
8237
8237
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8238
8238
|
var codegen_1 = require_codegen();
|
|
@@ -8265,9 +8265,9 @@ var require_items2020 = __commonJS({
|
|
|
8265
8265
|
}
|
|
8266
8266
|
});
|
|
8267
8267
|
|
|
8268
|
-
// node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
8268
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/contains.js
|
|
8269
8269
|
var require_contains = __commonJS({
|
|
8270
|
-
"node_modules/ajv/dist/vocabularies/applicator/contains.js"(exports2) {
|
|
8270
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/contains.js"(exports2) {
|
|
8271
8271
|
"use strict";
|
|
8272
8272
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8273
8273
|
var codegen_1 = require_codegen();
|
|
@@ -8359,9 +8359,9 @@ var require_contains = __commonJS({
|
|
|
8359
8359
|
}
|
|
8360
8360
|
});
|
|
8361
8361
|
|
|
8362
|
-
// node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
8362
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/dependencies.js
|
|
8363
8363
|
var require_dependencies = __commonJS({
|
|
8364
|
-
"node_modules/ajv/dist/vocabularies/applicator/dependencies.js"(exports2) {
|
|
8364
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/dependencies.js"(exports2) {
|
|
8365
8365
|
"use strict";
|
|
8366
8366
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8367
8367
|
exports2.validateSchemaDeps = exports2.validatePropertyDeps = exports2.error = void 0;
|
|
@@ -8453,9 +8453,9 @@ var require_dependencies = __commonJS({
|
|
|
8453
8453
|
}
|
|
8454
8454
|
});
|
|
8455
8455
|
|
|
8456
|
-
// node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
8456
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/propertyNames.js
|
|
8457
8457
|
var require_propertyNames = __commonJS({
|
|
8458
|
-
"node_modules/ajv/dist/vocabularies/applicator/propertyNames.js"(exports2) {
|
|
8458
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/propertyNames.js"(exports2) {
|
|
8459
8459
|
"use strict";
|
|
8460
8460
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8461
8461
|
var codegen_1 = require_codegen();
|
|
@@ -8496,9 +8496,9 @@ var require_propertyNames = __commonJS({
|
|
|
8496
8496
|
}
|
|
8497
8497
|
});
|
|
8498
8498
|
|
|
8499
|
-
// node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
8499
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js
|
|
8500
8500
|
var require_additionalProperties = __commonJS({
|
|
8501
|
-
"node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js"(exports2) {
|
|
8501
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js"(exports2) {
|
|
8502
8502
|
"use strict";
|
|
8503
8503
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8504
8504
|
var code_1 = require_code2();
|
|
@@ -8602,9 +8602,9 @@ var require_additionalProperties = __commonJS({
|
|
|
8602
8602
|
}
|
|
8603
8603
|
});
|
|
8604
8604
|
|
|
8605
|
-
// node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
8605
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/properties.js
|
|
8606
8606
|
var require_properties = __commonJS({
|
|
8607
|
-
"node_modules/ajv/dist/vocabularies/applicator/properties.js"(exports2) {
|
|
8607
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/properties.js"(exports2) {
|
|
8608
8608
|
"use strict";
|
|
8609
8609
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8610
8610
|
var validate_1 = require_validate();
|
|
@@ -8660,9 +8660,9 @@ var require_properties = __commonJS({
|
|
|
8660
8660
|
}
|
|
8661
8661
|
});
|
|
8662
8662
|
|
|
8663
|
-
// node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
8663
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/patternProperties.js
|
|
8664
8664
|
var require_patternProperties = __commonJS({
|
|
8665
|
-
"node_modules/ajv/dist/vocabularies/applicator/patternProperties.js"(exports2) {
|
|
8665
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/patternProperties.js"(exports2) {
|
|
8666
8666
|
"use strict";
|
|
8667
8667
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8668
8668
|
var code_1 = require_code2();
|
|
@@ -8734,9 +8734,9 @@ var require_patternProperties = __commonJS({
|
|
|
8734
8734
|
}
|
|
8735
8735
|
});
|
|
8736
8736
|
|
|
8737
|
-
// node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
8737
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/not.js
|
|
8738
8738
|
var require_not = __commonJS({
|
|
8739
|
-
"node_modules/ajv/dist/vocabularies/applicator/not.js"(exports2) {
|
|
8739
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/not.js"(exports2) {
|
|
8740
8740
|
"use strict";
|
|
8741
8741
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8742
8742
|
var util_1 = require_util();
|
|
@@ -8765,9 +8765,9 @@ var require_not = __commonJS({
|
|
|
8765
8765
|
}
|
|
8766
8766
|
});
|
|
8767
8767
|
|
|
8768
|
-
// node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
8768
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/anyOf.js
|
|
8769
8769
|
var require_anyOf = __commonJS({
|
|
8770
|
-
"node_modules/ajv/dist/vocabularies/applicator/anyOf.js"(exports2) {
|
|
8770
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/anyOf.js"(exports2) {
|
|
8771
8771
|
"use strict";
|
|
8772
8772
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8773
8773
|
var code_1 = require_code2();
|
|
@@ -8782,9 +8782,9 @@ var require_anyOf = __commonJS({
|
|
|
8782
8782
|
}
|
|
8783
8783
|
});
|
|
8784
8784
|
|
|
8785
|
-
// node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
8785
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/oneOf.js
|
|
8786
8786
|
var require_oneOf = __commonJS({
|
|
8787
|
-
"node_modules/ajv/dist/vocabularies/applicator/oneOf.js"(exports2) {
|
|
8787
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/oneOf.js"(exports2) {
|
|
8788
8788
|
"use strict";
|
|
8789
8789
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8790
8790
|
var codegen_1 = require_codegen();
|
|
@@ -8840,9 +8840,9 @@ var require_oneOf = __commonJS({
|
|
|
8840
8840
|
}
|
|
8841
8841
|
});
|
|
8842
8842
|
|
|
8843
|
-
// node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
8843
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/allOf.js
|
|
8844
8844
|
var require_allOf = __commonJS({
|
|
8845
|
-
"node_modules/ajv/dist/vocabularies/applicator/allOf.js"(exports2) {
|
|
8845
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/allOf.js"(exports2) {
|
|
8846
8846
|
"use strict";
|
|
8847
8847
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8848
8848
|
var util_1 = require_util();
|
|
@@ -8867,9 +8867,9 @@ var require_allOf = __commonJS({
|
|
|
8867
8867
|
}
|
|
8868
8868
|
});
|
|
8869
8869
|
|
|
8870
|
-
// node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
8870
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/if.js
|
|
8871
8871
|
var require_if = __commonJS({
|
|
8872
|
-
"node_modules/ajv/dist/vocabularies/applicator/if.js"(exports2) {
|
|
8872
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/if.js"(exports2) {
|
|
8873
8873
|
"use strict";
|
|
8874
8874
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8875
8875
|
var codegen_1 = require_codegen();
|
|
@@ -8936,9 +8936,9 @@ var require_if = __commonJS({
|
|
|
8936
8936
|
}
|
|
8937
8937
|
});
|
|
8938
8938
|
|
|
8939
|
-
// node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
8939
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/thenElse.js
|
|
8940
8940
|
var require_thenElse = __commonJS({
|
|
8941
|
-
"node_modules/ajv/dist/vocabularies/applicator/thenElse.js"(exports2) {
|
|
8941
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/thenElse.js"(exports2) {
|
|
8942
8942
|
"use strict";
|
|
8943
8943
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8944
8944
|
var util_1 = require_util();
|
|
@@ -8954,9 +8954,9 @@ var require_thenElse = __commonJS({
|
|
|
8954
8954
|
}
|
|
8955
8955
|
});
|
|
8956
8956
|
|
|
8957
|
-
// node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
8957
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/index.js
|
|
8958
8958
|
var require_applicator = __commonJS({
|
|
8959
|
-
"node_modules/ajv/dist/vocabularies/applicator/index.js"(exports2) {
|
|
8959
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/index.js"(exports2) {
|
|
8960
8960
|
"use strict";
|
|
8961
8961
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
8962
8962
|
var additionalItems_1 = require_additionalItems();
|
|
@@ -9002,9 +9002,9 @@ var require_applicator = __commonJS({
|
|
|
9002
9002
|
}
|
|
9003
9003
|
});
|
|
9004
9004
|
|
|
9005
|
-
// node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js
|
|
9005
|
+
// ../../node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js
|
|
9006
9006
|
var require_dynamicAnchor = __commonJS({
|
|
9007
|
-
"node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js"(exports2) {
|
|
9007
|
+
"../../node_modules/ajv/dist/vocabularies/dynamic/dynamicAnchor.js"(exports2) {
|
|
9008
9008
|
"use strict";
|
|
9009
9009
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9010
9010
|
exports2.dynamicAnchor = void 0;
|
|
@@ -9037,9 +9037,9 @@ var require_dynamicAnchor = __commonJS({
|
|
|
9037
9037
|
}
|
|
9038
9038
|
});
|
|
9039
9039
|
|
|
9040
|
-
// node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js
|
|
9040
|
+
// ../../node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js
|
|
9041
9041
|
var require_dynamicRef = __commonJS({
|
|
9042
|
-
"node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js"(exports2) {
|
|
9042
|
+
"../../node_modules/ajv/dist/vocabularies/dynamic/dynamicRef.js"(exports2) {
|
|
9043
9043
|
"use strict";
|
|
9044
9044
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9045
9045
|
exports2.dynamicRef = void 0;
|
|
@@ -9083,9 +9083,9 @@ var require_dynamicRef = __commonJS({
|
|
|
9083
9083
|
}
|
|
9084
9084
|
});
|
|
9085
9085
|
|
|
9086
|
-
// node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js
|
|
9086
|
+
// ../../node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js
|
|
9087
9087
|
var require_recursiveAnchor = __commonJS({
|
|
9088
|
-
"node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js"(exports2) {
|
|
9088
|
+
"../../node_modules/ajv/dist/vocabularies/dynamic/recursiveAnchor.js"(exports2) {
|
|
9089
9089
|
"use strict";
|
|
9090
9090
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9091
9091
|
var dynamicAnchor_1 = require_dynamicAnchor();
|
|
@@ -9104,9 +9104,9 @@ var require_recursiveAnchor = __commonJS({
|
|
|
9104
9104
|
}
|
|
9105
9105
|
});
|
|
9106
9106
|
|
|
9107
|
-
// node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js
|
|
9107
|
+
// ../../node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js
|
|
9108
9108
|
var require_recursiveRef = __commonJS({
|
|
9109
|
-
"node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js"(exports2) {
|
|
9109
|
+
"../../node_modules/ajv/dist/vocabularies/dynamic/recursiveRef.js"(exports2) {
|
|
9110
9110
|
"use strict";
|
|
9111
9111
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9112
9112
|
var dynamicRef_1 = require_dynamicRef();
|
|
@@ -9119,9 +9119,9 @@ var require_recursiveRef = __commonJS({
|
|
|
9119
9119
|
}
|
|
9120
9120
|
});
|
|
9121
9121
|
|
|
9122
|
-
// node_modules/ajv/dist/vocabularies/dynamic/index.js
|
|
9122
|
+
// ../../node_modules/ajv/dist/vocabularies/dynamic/index.js
|
|
9123
9123
|
var require_dynamic = __commonJS({
|
|
9124
|
-
"node_modules/ajv/dist/vocabularies/dynamic/index.js"(exports2) {
|
|
9124
|
+
"../../node_modules/ajv/dist/vocabularies/dynamic/index.js"(exports2) {
|
|
9125
9125
|
"use strict";
|
|
9126
9126
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9127
9127
|
var dynamicAnchor_1 = require_dynamicAnchor();
|
|
@@ -9133,9 +9133,9 @@ var require_dynamic = __commonJS({
|
|
|
9133
9133
|
}
|
|
9134
9134
|
});
|
|
9135
9135
|
|
|
9136
|
-
// node_modules/ajv/dist/vocabularies/validation/dependentRequired.js
|
|
9136
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/dependentRequired.js
|
|
9137
9137
|
var require_dependentRequired = __commonJS({
|
|
9138
|
-
"node_modules/ajv/dist/vocabularies/validation/dependentRequired.js"(exports2) {
|
|
9138
|
+
"../../node_modules/ajv/dist/vocabularies/validation/dependentRequired.js"(exports2) {
|
|
9139
9139
|
"use strict";
|
|
9140
9140
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9141
9141
|
var dependencies_1 = require_dependencies();
|
|
@@ -9150,9 +9150,9 @@ var require_dependentRequired = __commonJS({
|
|
|
9150
9150
|
}
|
|
9151
9151
|
});
|
|
9152
9152
|
|
|
9153
|
-
// node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js
|
|
9153
|
+
// ../../node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js
|
|
9154
9154
|
var require_dependentSchemas = __commonJS({
|
|
9155
|
-
"node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js"(exports2) {
|
|
9155
|
+
"../../node_modules/ajv/dist/vocabularies/applicator/dependentSchemas.js"(exports2) {
|
|
9156
9156
|
"use strict";
|
|
9157
9157
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9158
9158
|
var dependencies_1 = require_dependencies();
|
|
@@ -9166,9 +9166,9 @@ var require_dependentSchemas = __commonJS({
|
|
|
9166
9166
|
}
|
|
9167
9167
|
});
|
|
9168
9168
|
|
|
9169
|
-
// node_modules/ajv/dist/vocabularies/validation/limitContains.js
|
|
9169
|
+
// ../../node_modules/ajv/dist/vocabularies/validation/limitContains.js
|
|
9170
9170
|
var require_limitContains = __commonJS({
|
|
9171
|
-
"node_modules/ajv/dist/vocabularies/validation/limitContains.js"(exports2) {
|
|
9171
|
+
"../../node_modules/ajv/dist/vocabularies/validation/limitContains.js"(exports2) {
|
|
9172
9172
|
"use strict";
|
|
9173
9173
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9174
9174
|
var util_1 = require_util();
|
|
@@ -9186,9 +9186,9 @@ var require_limitContains = __commonJS({
|
|
|
9186
9186
|
}
|
|
9187
9187
|
});
|
|
9188
9188
|
|
|
9189
|
-
// node_modules/ajv/dist/vocabularies/next.js
|
|
9189
|
+
// ../../node_modules/ajv/dist/vocabularies/next.js
|
|
9190
9190
|
var require_next = __commonJS({
|
|
9191
|
-
"node_modules/ajv/dist/vocabularies/next.js"(exports2) {
|
|
9191
|
+
"../../node_modules/ajv/dist/vocabularies/next.js"(exports2) {
|
|
9192
9192
|
"use strict";
|
|
9193
9193
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9194
9194
|
var dependentRequired_1 = require_dependentRequired();
|
|
@@ -9199,9 +9199,9 @@ var require_next = __commonJS({
|
|
|
9199
9199
|
}
|
|
9200
9200
|
});
|
|
9201
9201
|
|
|
9202
|
-
// node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js
|
|
9202
|
+
// ../../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js
|
|
9203
9203
|
var require_unevaluatedProperties = __commonJS({
|
|
9204
|
-
"node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js"(exports2) {
|
|
9204
|
+
"../../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedProperties.js"(exports2) {
|
|
9205
9205
|
"use strict";
|
|
9206
9206
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9207
9207
|
var codegen_1 = require_codegen();
|
|
@@ -9265,9 +9265,9 @@ var require_unevaluatedProperties = __commonJS({
|
|
|
9265
9265
|
}
|
|
9266
9266
|
});
|
|
9267
9267
|
|
|
9268
|
-
// node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js
|
|
9268
|
+
// ../../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js
|
|
9269
9269
|
var require_unevaluatedItems = __commonJS({
|
|
9270
|
-
"node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js"(exports2) {
|
|
9270
|
+
"../../node_modules/ajv/dist/vocabularies/unevaluated/unevaluatedItems.js"(exports2) {
|
|
9271
9271
|
"use strict";
|
|
9272
9272
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9273
9273
|
var codegen_1 = require_codegen();
|
|
@@ -9309,9 +9309,9 @@ var require_unevaluatedItems = __commonJS({
|
|
|
9309
9309
|
}
|
|
9310
9310
|
});
|
|
9311
9311
|
|
|
9312
|
-
// node_modules/ajv/dist/vocabularies/unevaluated/index.js
|
|
9312
|
+
// ../../node_modules/ajv/dist/vocabularies/unevaluated/index.js
|
|
9313
9313
|
var require_unevaluated = __commonJS({
|
|
9314
|
-
"node_modules/ajv/dist/vocabularies/unevaluated/index.js"(exports2) {
|
|
9314
|
+
"../../node_modules/ajv/dist/vocabularies/unevaluated/index.js"(exports2) {
|
|
9315
9315
|
"use strict";
|
|
9316
9316
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9317
9317
|
var unevaluatedProperties_1 = require_unevaluatedProperties();
|
|
@@ -9321,9 +9321,9 @@ var require_unevaluated = __commonJS({
|
|
|
9321
9321
|
}
|
|
9322
9322
|
});
|
|
9323
9323
|
|
|
9324
|
-
// node_modules/ajv/dist/vocabularies/format/format.js
|
|
9324
|
+
// ../../node_modules/ajv/dist/vocabularies/format/format.js
|
|
9325
9325
|
var require_format = __commonJS({
|
|
9326
|
-
"node_modules/ajv/dist/vocabularies/format/format.js"(exports2) {
|
|
9326
|
+
"../../node_modules/ajv/dist/vocabularies/format/format.js"(exports2) {
|
|
9327
9327
|
"use strict";
|
|
9328
9328
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9329
9329
|
var codegen_1 = require_codegen();
|
|
@@ -9411,9 +9411,9 @@ var require_format = __commonJS({
|
|
|
9411
9411
|
}
|
|
9412
9412
|
});
|
|
9413
9413
|
|
|
9414
|
-
// node_modules/ajv/dist/vocabularies/format/index.js
|
|
9414
|
+
// ../../node_modules/ajv/dist/vocabularies/format/index.js
|
|
9415
9415
|
var require_format2 = __commonJS({
|
|
9416
|
-
"node_modules/ajv/dist/vocabularies/format/index.js"(exports2) {
|
|
9416
|
+
"../../node_modules/ajv/dist/vocabularies/format/index.js"(exports2) {
|
|
9417
9417
|
"use strict";
|
|
9418
9418
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9419
9419
|
var format_1 = require_format();
|
|
@@ -9422,9 +9422,9 @@ var require_format2 = __commonJS({
|
|
|
9422
9422
|
}
|
|
9423
9423
|
});
|
|
9424
9424
|
|
|
9425
|
-
// node_modules/ajv/dist/vocabularies/metadata.js
|
|
9425
|
+
// ../../node_modules/ajv/dist/vocabularies/metadata.js
|
|
9426
9426
|
var require_metadata = __commonJS({
|
|
9427
|
-
"node_modules/ajv/dist/vocabularies/metadata.js"(exports2) {
|
|
9427
|
+
"../../node_modules/ajv/dist/vocabularies/metadata.js"(exports2) {
|
|
9428
9428
|
"use strict";
|
|
9429
9429
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9430
9430
|
exports2.contentVocabulary = exports2.metadataVocabulary = void 0;
|
|
@@ -9445,9 +9445,9 @@ var require_metadata = __commonJS({
|
|
|
9445
9445
|
}
|
|
9446
9446
|
});
|
|
9447
9447
|
|
|
9448
|
-
// node_modules/ajv/dist/vocabularies/draft2020.js
|
|
9448
|
+
// ../../node_modules/ajv/dist/vocabularies/draft2020.js
|
|
9449
9449
|
var require_draft2020 = __commonJS({
|
|
9450
|
-
"node_modules/ajv/dist/vocabularies/draft2020.js"(exports2) {
|
|
9450
|
+
"../../node_modules/ajv/dist/vocabularies/draft2020.js"(exports2) {
|
|
9451
9451
|
"use strict";
|
|
9452
9452
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9453
9453
|
var core_1 = require_core2();
|
|
@@ -9473,9 +9473,9 @@ var require_draft2020 = __commonJS({
|
|
|
9473
9473
|
}
|
|
9474
9474
|
});
|
|
9475
9475
|
|
|
9476
|
-
// node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
9476
|
+
// ../../node_modules/ajv/dist/vocabularies/discriminator/types.js
|
|
9477
9477
|
var require_types = __commonJS({
|
|
9478
|
-
"node_modules/ajv/dist/vocabularies/discriminator/types.js"(exports2) {
|
|
9478
|
+
"../../node_modules/ajv/dist/vocabularies/discriminator/types.js"(exports2) {
|
|
9479
9479
|
"use strict";
|
|
9480
9480
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9481
9481
|
exports2.DiscrError = void 0;
|
|
@@ -9487,9 +9487,9 @@ var require_types = __commonJS({
|
|
|
9487
9487
|
}
|
|
9488
9488
|
});
|
|
9489
9489
|
|
|
9490
|
-
// node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
9490
|
+
// ../../node_modules/ajv/dist/vocabularies/discriminator/index.js
|
|
9491
9491
|
var require_discriminator = __commonJS({
|
|
9492
|
-
"node_modules/ajv/dist/vocabularies/discriminator/index.js"(exports2) {
|
|
9492
|
+
"../../node_modules/ajv/dist/vocabularies/discriminator/index.js"(exports2) {
|
|
9493
9493
|
"use strict";
|
|
9494
9494
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9495
9495
|
var codegen_1 = require_codegen();
|
|
@@ -9592,9 +9592,9 @@ var require_discriminator = __commonJS({
|
|
|
9592
9592
|
}
|
|
9593
9593
|
});
|
|
9594
9594
|
|
|
9595
|
-
// node_modules/ajv/dist/refs/json-schema-2020-12/schema.json
|
|
9595
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/schema.json
|
|
9596
9596
|
var require_schema = __commonJS({
|
|
9597
|
-
"node_modules/ajv/dist/refs/json-schema-2020-12/schema.json"(exports2, module2) {
|
|
9597
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/schema.json"(exports2, module2) {
|
|
9598
9598
|
module2.exports = {
|
|
9599
9599
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
9600
9600
|
$id: "https://json-schema.org/draft/2020-12/schema",
|
|
@@ -9652,9 +9652,9 @@ var require_schema = __commonJS({
|
|
|
9652
9652
|
}
|
|
9653
9653
|
});
|
|
9654
9654
|
|
|
9655
|
-
// node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json
|
|
9655
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json
|
|
9656
9656
|
var require_applicator2 = __commonJS({
|
|
9657
|
-
"node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json"(exports2, module2) {
|
|
9657
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/applicator.json"(exports2, module2) {
|
|
9658
9658
|
module2.exports = {
|
|
9659
9659
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
9660
9660
|
$id: "https://json-schema.org/draft/2020-12/meta/applicator",
|
|
@@ -9705,9 +9705,9 @@ var require_applicator2 = __commonJS({
|
|
|
9705
9705
|
}
|
|
9706
9706
|
});
|
|
9707
9707
|
|
|
9708
|
-
// node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json
|
|
9708
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json
|
|
9709
9709
|
var require_unevaluated2 = __commonJS({
|
|
9710
|
-
"node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json"(exports2, module2) {
|
|
9710
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/unevaluated.json"(exports2, module2) {
|
|
9711
9711
|
module2.exports = {
|
|
9712
9712
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
9713
9713
|
$id: "https://json-schema.org/draft/2020-12/meta/unevaluated",
|
|
@@ -9725,9 +9725,9 @@ var require_unevaluated2 = __commonJS({
|
|
|
9725
9725
|
}
|
|
9726
9726
|
});
|
|
9727
9727
|
|
|
9728
|
-
// node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json
|
|
9728
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json
|
|
9729
9729
|
var require_content = __commonJS({
|
|
9730
|
-
"node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json"(exports2, module2) {
|
|
9730
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/content.json"(exports2, module2) {
|
|
9731
9731
|
module2.exports = {
|
|
9732
9732
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
9733
9733
|
$id: "https://json-schema.org/draft/2020-12/meta/content",
|
|
@@ -9746,9 +9746,9 @@ var require_content = __commonJS({
|
|
|
9746
9746
|
}
|
|
9747
9747
|
});
|
|
9748
9748
|
|
|
9749
|
-
// node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json
|
|
9749
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json
|
|
9750
9750
|
var require_core3 = __commonJS({
|
|
9751
|
-
"node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json"(exports2, module2) {
|
|
9751
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/core.json"(exports2, module2) {
|
|
9752
9752
|
module2.exports = {
|
|
9753
9753
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
9754
9754
|
$id: "https://json-schema.org/draft/2020-12/meta/core",
|
|
@@ -9802,9 +9802,9 @@ var require_core3 = __commonJS({
|
|
|
9802
9802
|
}
|
|
9803
9803
|
});
|
|
9804
9804
|
|
|
9805
|
-
// node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json
|
|
9805
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json
|
|
9806
9806
|
var require_format_annotation = __commonJS({
|
|
9807
|
-
"node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json"(exports2, module2) {
|
|
9807
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/format-annotation.json"(exports2, module2) {
|
|
9808
9808
|
module2.exports = {
|
|
9809
9809
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
9810
9810
|
$id: "https://json-schema.org/draft/2020-12/meta/format-annotation",
|
|
@@ -9821,9 +9821,9 @@ var require_format_annotation = __commonJS({
|
|
|
9821
9821
|
}
|
|
9822
9822
|
});
|
|
9823
9823
|
|
|
9824
|
-
// node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json
|
|
9824
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json
|
|
9825
9825
|
var require_meta_data = __commonJS({
|
|
9826
|
-
"node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json"(exports2, module2) {
|
|
9826
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/meta-data.json"(exports2, module2) {
|
|
9827
9827
|
module2.exports = {
|
|
9828
9828
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
9829
9829
|
$id: "https://json-schema.org/draft/2020-12/meta/meta-data",
|
|
@@ -9862,9 +9862,9 @@ var require_meta_data = __commonJS({
|
|
|
9862
9862
|
}
|
|
9863
9863
|
});
|
|
9864
9864
|
|
|
9865
|
-
// node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json
|
|
9865
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json
|
|
9866
9866
|
var require_validation2 = __commonJS({
|
|
9867
|
-
"node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json"(exports2, module2) {
|
|
9867
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/meta/validation.json"(exports2, module2) {
|
|
9868
9868
|
module2.exports = {
|
|
9869
9869
|
$schema: "https://json-schema.org/draft/2020-12/schema",
|
|
9870
9870
|
$id: "https://json-schema.org/draft/2020-12/meta/validation",
|
|
@@ -9957,9 +9957,9 @@ var require_validation2 = __commonJS({
|
|
|
9957
9957
|
}
|
|
9958
9958
|
});
|
|
9959
9959
|
|
|
9960
|
-
// node_modules/ajv/dist/refs/json-schema-2020-12/index.js
|
|
9960
|
+
// ../../node_modules/ajv/dist/refs/json-schema-2020-12/index.js
|
|
9961
9961
|
var require_json_schema_2020_12 = __commonJS({
|
|
9962
|
-
"node_modules/ajv/dist/refs/json-schema-2020-12/index.js"(exports2) {
|
|
9962
|
+
"../../node_modules/ajv/dist/refs/json-schema-2020-12/index.js"(exports2) {
|
|
9963
9963
|
"use strict";
|
|
9964
9964
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
9965
9965
|
var metaSchema = require_schema();
|
|
@@ -9992,9 +9992,9 @@ var require_json_schema_2020_12 = __commonJS({
|
|
|
9992
9992
|
}
|
|
9993
9993
|
});
|
|
9994
9994
|
|
|
9995
|
-
// node_modules/ajv/dist/2020.js
|
|
9995
|
+
// ../../node_modules/ajv/dist/2020.js
|
|
9996
9996
|
var require__ = __commonJS({
|
|
9997
|
-
"node_modules/ajv/dist/2020.js"(exports2, module2) {
|
|
9997
|
+
"../../node_modules/ajv/dist/2020.js"(exports2, module2) {
|
|
9998
9998
|
"use strict";
|
|
9999
9999
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10000
10000
|
exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv2020 = void 0;
|
|
@@ -10069,9 +10069,9 @@ var require__ = __commonJS({
|
|
|
10069
10069
|
}
|
|
10070
10070
|
});
|
|
10071
10071
|
|
|
10072
|
-
// node_modules/ajv-formats/dist/formats.js
|
|
10072
|
+
// ../../node_modules/ajv-formats/dist/formats.js
|
|
10073
10073
|
var require_formats = __commonJS({
|
|
10074
|
-
"node_modules/ajv-formats/dist/formats.js"(exports2) {
|
|
10074
|
+
"../../node_modules/ajv-formats/dist/formats.js"(exports2) {
|
|
10075
10075
|
"use strict";
|
|
10076
10076
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10077
10077
|
exports2.formatNames = exports2.fastFormats = exports2.fullFormats = void 0;
|
|
@@ -10272,9 +10272,9 @@ var require_formats = __commonJS({
|
|
|
10272
10272
|
}
|
|
10273
10273
|
});
|
|
10274
10274
|
|
|
10275
|
-
// node_modules/ajv/dist/vocabularies/draft7.js
|
|
10275
|
+
// ../../node_modules/ajv/dist/vocabularies/draft7.js
|
|
10276
10276
|
var require_draft7 = __commonJS({
|
|
10277
|
-
"node_modules/ajv/dist/vocabularies/draft7.js"(exports2) {
|
|
10277
|
+
"../../node_modules/ajv/dist/vocabularies/draft7.js"(exports2) {
|
|
10278
10278
|
"use strict";
|
|
10279
10279
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10280
10280
|
var core_1 = require_core2();
|
|
@@ -10294,9 +10294,9 @@ var require_draft7 = __commonJS({
|
|
|
10294
10294
|
}
|
|
10295
10295
|
});
|
|
10296
10296
|
|
|
10297
|
-
// node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
10297
|
+
// ../../node_modules/ajv/dist/refs/json-schema-draft-07.json
|
|
10298
10298
|
var require_json_schema_draft_07 = __commonJS({
|
|
10299
|
-
"node_modules/ajv/dist/refs/json-schema-draft-07.json"(exports2, module2) {
|
|
10299
|
+
"../../node_modules/ajv/dist/refs/json-schema-draft-07.json"(exports2, module2) {
|
|
10300
10300
|
module2.exports = {
|
|
10301
10301
|
$schema: "http://json-schema.org/draft-07/schema#",
|
|
10302
10302
|
$id: "http://json-schema.org/draft-07/schema#",
|
|
@@ -10451,9 +10451,9 @@ var require_json_schema_draft_07 = __commonJS({
|
|
|
10451
10451
|
}
|
|
10452
10452
|
});
|
|
10453
10453
|
|
|
10454
|
-
// node_modules/ajv/dist/ajv.js
|
|
10454
|
+
// ../../node_modules/ajv/dist/ajv.js
|
|
10455
10455
|
var require_ajv = __commonJS({
|
|
10456
|
-
"node_modules/ajv/dist/ajv.js"(exports2, module2) {
|
|
10456
|
+
"../../node_modules/ajv/dist/ajv.js"(exports2, module2) {
|
|
10457
10457
|
"use strict";
|
|
10458
10458
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10459
10459
|
exports2.MissingRefError = exports2.ValidationError = exports2.CodeGen = exports2.Name = exports2.nil = exports2.stringify = exports2.str = exports2._ = exports2.KeywordCxt = exports2.Ajv = void 0;
|
|
@@ -10521,9 +10521,9 @@ var require_ajv = __commonJS({
|
|
|
10521
10521
|
}
|
|
10522
10522
|
});
|
|
10523
10523
|
|
|
10524
|
-
// node_modules/ajv-formats/dist/limit.js
|
|
10524
|
+
// ../../node_modules/ajv-formats/dist/limit.js
|
|
10525
10525
|
var require_limit = __commonJS({
|
|
10526
|
-
"node_modules/ajv-formats/dist/limit.js"(exports2) {
|
|
10526
|
+
"../../node_modules/ajv-formats/dist/limit.js"(exports2) {
|
|
10527
10527
|
"use strict";
|
|
10528
10528
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10529
10529
|
exports2.formatLimitDefinition = void 0;
|
|
@@ -10593,9 +10593,9 @@ var require_limit = __commonJS({
|
|
|
10593
10593
|
}
|
|
10594
10594
|
});
|
|
10595
10595
|
|
|
10596
|
-
// node_modules/ajv-formats/dist/index.js
|
|
10596
|
+
// ../../node_modules/ajv-formats/dist/index.js
|
|
10597
10597
|
var require_dist = __commonJS({
|
|
10598
|
-
"node_modules/ajv-formats/dist/index.js"(exports2, module2) {
|
|
10598
|
+
"../../node_modules/ajv-formats/dist/index.js"(exports2, module2) {
|
|
10599
10599
|
"use strict";
|
|
10600
10600
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
10601
10601
|
var formats_1 = require_formats();
|
|
@@ -10635,11 +10635,11 @@ var require_dist = __commonJS({
|
|
|
10635
10635
|
}
|
|
10636
10636
|
});
|
|
10637
10637
|
|
|
10638
|
-
// src/cli/main.ts
|
|
10638
|
+
// ../../src/cli/main.ts
|
|
10639
10639
|
var fs60 = __toESM(require("node:fs"));
|
|
10640
10640
|
var path59 = __toESM(require("node:path"));
|
|
10641
10641
|
|
|
10642
|
-
// src/cli/exitCodes.ts
|
|
10642
|
+
// ../../src/cli/exitCodes.ts
|
|
10643
10643
|
var ExitCode = {
|
|
10644
10644
|
ok: 0,
|
|
10645
10645
|
usage: 2,
|
|
@@ -10676,13 +10676,13 @@ function describeExitCode(code) {
|
|
|
10676
10676
|
}
|
|
10677
10677
|
}
|
|
10678
10678
|
|
|
10679
|
-
// src/cli/jsonReporter.ts
|
|
10679
|
+
// ../../src/cli/jsonReporter.ts
|
|
10680
10680
|
function printJsonLine(envelope) {
|
|
10681
10681
|
process.stdout.write(`${JSON.stringify(envelope)}
|
|
10682
10682
|
`);
|
|
10683
10683
|
}
|
|
10684
10684
|
|
|
10685
|
-
// node_modules/commander/esm.mjs
|
|
10685
|
+
// ../../node_modules/commander/esm.mjs
|
|
10686
10686
|
var import_index = __toESM(require_commander(), 1);
|
|
10687
10687
|
var {
|
|
10688
10688
|
program,
|
|
@@ -10699,7 +10699,7 @@ var {
|
|
|
10699
10699
|
Help
|
|
10700
10700
|
} = import_index.default;
|
|
10701
10701
|
|
|
10702
|
-
// src/cli/cliProgram.ts
|
|
10702
|
+
// ../../src/cli/cliProgram.ts
|
|
10703
10703
|
function createEasyspecsCliProgram() {
|
|
10704
10704
|
const program2 = new Command();
|
|
10705
10705
|
program2.name("easyspecs-cli").allowExcessArguments(false).enablePositionalOptions();
|
|
@@ -10747,11 +10747,11 @@ function createEasyspecsCliProgram() {
|
|
|
10747
10747
|
return program2;
|
|
10748
10748
|
}
|
|
10749
10749
|
|
|
10750
|
-
// src/cli/cliContext.ts
|
|
10750
|
+
// ../../src/cli/cliContext.ts
|
|
10751
10751
|
var fs2 = __toESM(require("node:fs"));
|
|
10752
10752
|
var path2 = __toESM(require("path"));
|
|
10753
10753
|
|
|
10754
|
-
// src/repositoryProvenance.ts
|
|
10754
|
+
// ../../src/repositoryProvenance.ts
|
|
10755
10755
|
var import_node_child_process = require("node:child_process");
|
|
10756
10756
|
var fs = __toESM(require("node:fs"));
|
|
10757
10757
|
var path = __toESM(require("node:path"));
|
|
@@ -10917,7 +10917,7 @@ function attachRepositoryProvenance(doc, contextDir2, opts) {
|
|
|
10917
10917
|
}
|
|
10918
10918
|
}
|
|
10919
10919
|
|
|
10920
|
-
// src/apiBaseUrlResolve.ts
|
|
10920
|
+
// ../../src/apiBaseUrlResolve.ts
|
|
10921
10921
|
var vscode = __toESM(require_vscode_stub());
|
|
10922
10922
|
var extensionRoot;
|
|
10923
10923
|
var cachedExtensionDotEnv = null;
|
|
@@ -10926,11 +10926,11 @@ function setApiBaseUrlExtensionRoot(extensionFsPath) {
|
|
|
10926
10926
|
cachedExtensionDotEnv = null;
|
|
10927
10927
|
}
|
|
10928
10928
|
|
|
10929
|
-
// src/easyspecsBuiltInApiUrls.ts
|
|
10929
|
+
// ../../src/easyspecsBuiltInApiUrls.ts
|
|
10930
10930
|
var PRODUCTION_SYSTEM_MANAGER_URL = "https://api.easyspecs.ai";
|
|
10931
10931
|
var STAGING_SYSTEM_MANAGER_URL = "https://system-manager-api.staging.gluecharm.info:8092";
|
|
10932
10932
|
|
|
10933
|
-
// src/easyspecsApiBaseUrlCli.ts
|
|
10933
|
+
// ../../src/easyspecsApiBaseUrlCli.ts
|
|
10934
10934
|
function stripTrailingSlash(url) {
|
|
10935
10935
|
return url.replace(/\/$/, "");
|
|
10936
10936
|
}
|
|
@@ -10947,7 +10947,7 @@ function resolveEasyspecsApiBaseUrlForCli(input) {
|
|
|
10947
10947
|
return eff === "staging" ? STAGING_SYSTEM_MANAGER_URL : PRODUCTION_SYSTEM_MANAGER_URL;
|
|
10948
10948
|
}
|
|
10949
10949
|
|
|
10950
|
-
// src/cli/cliContext.ts
|
|
10950
|
+
// ../../src/cli/cliContext.ts
|
|
10951
10951
|
function thisDir() {
|
|
10952
10952
|
return __dirname;
|
|
10953
10953
|
}
|
|
@@ -11012,7 +11012,7 @@ function assertAgentsDirExists(agentsDir) {
|
|
|
11012
11012
|
}
|
|
11013
11013
|
}
|
|
11014
11014
|
|
|
11015
|
-
// src/config/openCodeProviderEnv.ts
|
|
11015
|
+
// ../../src/config/openCodeProviderEnv.ts
|
|
11016
11016
|
var path3 = __toESM(require("node:path"));
|
|
11017
11017
|
var PROVIDER_TO_ENV = {
|
|
11018
11018
|
anthropic: "ANTHROPIC_API_KEY",
|
|
@@ -11043,7 +11043,7 @@ function buildOpenCodeProviderEnvFromConfig(cfg, repoRoot) {
|
|
|
11043
11043
|
return out;
|
|
11044
11044
|
}
|
|
11045
11045
|
|
|
11046
|
-
// src/srs53SettingsAliases.ts
|
|
11046
|
+
// ../../src/srs53SettingsAliases.ts
|
|
11047
11047
|
var SRS53_SETTING_ALIASES = [
|
|
11048
11048
|
{ canonical: "easyspecs.factory.debug", legacy: "easyspecs.macro.debug" },
|
|
11049
11049
|
{ canonical: "easyspecs.factory.backoff.initialDelayMs", legacy: "easyspecs.orchestration.initialDelayMs" },
|
|
@@ -11161,7 +11161,7 @@ function getEasyspecsMergedConfigValue(es, fullKey) {
|
|
|
11161
11161
|
}
|
|
11162
11162
|
}
|
|
11163
11163
|
|
|
11164
|
-
// src/cli/cliSettings.ts
|
|
11164
|
+
// ../../src/cli/cliSettings.ts
|
|
11165
11165
|
var DEFAULT_OPEN_CODE_TEST_ARGV = [
|
|
11166
11166
|
"run",
|
|
11167
11167
|
"--agent",
|
|
@@ -11226,7 +11226,7 @@ function mergeEasyspecsCliSettings(cfg, overrides = {}) {
|
|
|
11226
11226
|
};
|
|
11227
11227
|
}
|
|
11228
11228
|
|
|
11229
|
-
// src/cli/cliSettingsDump.ts
|
|
11229
|
+
// ../../src/cli/cliSettingsDump.ts
|
|
11230
11230
|
function redactMergedCliSettingsForDump(merged) {
|
|
11231
11231
|
const child = merged.openCodeChildEnv;
|
|
11232
11232
|
const childRedacted = child && Object.keys(child).length > 0 ? Object.fromEntries(Object.keys(child).map((k) => [k, "(redacted)"])) : {};
|
|
@@ -11241,15 +11241,15 @@ function redactMergedCliSettingsForDump(merged) {
|
|
|
11241
11241
|
};
|
|
11242
11242
|
}
|
|
11243
11243
|
|
|
11244
|
-
// src/config/easyspecsConfigFile.ts
|
|
11244
|
+
// ../../src/config/easyspecsConfigFile.ts
|
|
11245
11245
|
var fs6 = __toESM(require("node:fs"));
|
|
11246
11246
|
var path7 = __toESM(require("node:path"));
|
|
11247
11247
|
|
|
11248
|
-
// src/easySpecsWorkspaceSettingsCore.ts
|
|
11248
|
+
// ../../src/easySpecsWorkspaceSettingsCore.ts
|
|
11249
11249
|
var fs4 = __toESM(require("node:fs"));
|
|
11250
11250
|
var path5 = __toESM(require("node:path"));
|
|
11251
11251
|
|
|
11252
|
-
// src/analysis/easySpecsWorktreeMarker.ts
|
|
11252
|
+
// ../../src/analysis/easySpecsWorktreeMarker.ts
|
|
11253
11253
|
var fs3 = __toESM(require("fs"));
|
|
11254
11254
|
var path4 = __toESM(require("path"));
|
|
11255
11255
|
var EASYSPECS_LOCAL_DIR = ".easyspecs";
|
|
@@ -11266,7 +11266,7 @@ function writeAnalysisWorktreeMarker(worktreeRoot, repositoryRoot) {
|
|
|
11266
11266
|
`, "utf-8");
|
|
11267
11267
|
}
|
|
11268
11268
|
|
|
11269
|
-
// src/easySpecsWorkspaceSettingsCore.ts
|
|
11269
|
+
// ../../src/easySpecsWorkspaceSettingsCore.ts
|
|
11270
11270
|
var EASYSPECS_WORKSPACE_DIR = EASYSPECS_LOCAL_DIR;
|
|
11271
11271
|
var EASYSPECS_SETTINGS_JSON = "settings.json";
|
|
11272
11272
|
var EASYSPECS_SETTINGS_ACE_KEY = "easyspecs.analysis.ace.enabled";
|
|
@@ -11315,7 +11315,7 @@ function readAceOfflineLearnAfterSameSessionTraceFromEasySpecsSettingsFile(works
|
|
|
11315
11315
|
return typeof v === "boolean" ? v : void 0;
|
|
11316
11316
|
}
|
|
11317
11317
|
|
|
11318
|
-
// src/config/easyspecsConfigJson.ts
|
|
11318
|
+
// ../../src/config/easyspecsConfigJson.ts
|
|
11319
11319
|
var DEFAULT_CONTEXT_ANALYZED_STATUS_TIMEOUT_MS = 15e3;
|
|
11320
11320
|
function mergeEasyspecsConfigDefaults(defaults, partial) {
|
|
11321
11321
|
if (!partial) {
|
|
@@ -11534,7 +11534,7 @@ function getDefaultEasyspecsConfig() {
|
|
|
11534
11534
|
};
|
|
11535
11535
|
}
|
|
11536
11536
|
|
|
11537
|
-
// src/config/validateEasyspecsConfigSrs46.ts
|
|
11537
|
+
// ../../src/config/validateEasyspecsConfigSrs46.ts
|
|
11538
11538
|
var fs5 = __toESM(require("node:fs"));
|
|
11539
11539
|
var path6 = __toESM(require("node:path"));
|
|
11540
11540
|
var import__ = __toESM(require__());
|
|
@@ -11604,7 +11604,7 @@ function assertEasyspecsConfigValidatesSrs46Schema(merged, filePathForErrors) {
|
|
|
11604
11604
|
}
|
|
11605
11605
|
}
|
|
11606
11606
|
|
|
11607
|
-
// src/config/easyspecsConfigFile.ts
|
|
11607
|
+
// ../../src/config/easyspecsConfigFile.ts
|
|
11608
11608
|
var DIRNAME = ".easyspecs";
|
|
11609
11609
|
var CONFIG_BASENAME = "config.json";
|
|
11610
11610
|
var LEGACY_CLI_JSON = "cli.json";
|
|
@@ -11802,12 +11802,12 @@ function updateEasyspecsConfig(repoRoot, patch, opts) {
|
|
|
11802
11802
|
return merged;
|
|
11803
11803
|
}
|
|
11804
11804
|
|
|
11805
|
-
// src/pipelines/upload/uploadPipeline.ts
|
|
11805
|
+
// ../../src/pipelines/upload/uploadPipeline.ts
|
|
11806
11806
|
var fs11 = __toESM(require("node:fs"));
|
|
11807
11807
|
var path12 = __toESM(require("node:path"));
|
|
11808
11808
|
var import_node_crypto = require("node:crypto");
|
|
11809
11809
|
|
|
11810
|
-
// src/auth/authProtocol.ts
|
|
11810
|
+
// ../../src/auth/authProtocol.ts
|
|
11811
11811
|
function requireToken(value, key) {
|
|
11812
11812
|
if (!value) {
|
|
11813
11813
|
const err = { status: 500, message: `Missing ${key} in auth response.` };
|
|
@@ -11892,20 +11892,20 @@ function toAuthErrorMessage(error, fallback) {
|
|
|
11892
11892
|
return raw;
|
|
11893
11893
|
}
|
|
11894
11894
|
|
|
11895
|
-
// src/analysis/contextSrsDiscoveryIdMap.ts
|
|
11895
|
+
// ../../src/analysis/contextSrsDiscoveryIdMap.ts
|
|
11896
11896
|
var fs10 = __toESM(require("node:fs"));
|
|
11897
11897
|
var path11 = __toESM(require("node:path"));
|
|
11898
11898
|
|
|
11899
|
-
// src/analysis/indexApplicationContextMergeUploadIds.ts
|
|
11899
|
+
// ../../src/analysis/indexApplicationContextMergeUploadIds.ts
|
|
11900
11900
|
var fs9 = __toESM(require("node:fs"));
|
|
11901
11901
|
var path10 = __toESM(require("node:path"));
|
|
11902
11902
|
|
|
11903
|
-
// src/indexApplicationContextValidate.ts
|
|
11903
|
+
// ../../src/indexApplicationContextValidate.ts
|
|
11904
11904
|
var import__2 = __toESM(require__());
|
|
11905
11905
|
var fs8 = __toESM(require("fs"));
|
|
11906
11906
|
var path9 = __toESM(require("path"));
|
|
11907
11907
|
|
|
11908
|
-
// src/shared/repoResourcesRoot.ts
|
|
11908
|
+
// ../../src/shared/repoResourcesRoot.ts
|
|
11909
11909
|
var fs7 = __toESM(require("node:fs"));
|
|
11910
11910
|
var path8 = __toESM(require("node:path"));
|
|
11911
11911
|
var CONTEXT_LIST_MARKER = path8.join("schemas", "context-lists", "zero-reference-classifier-record.schema.json");
|
|
@@ -11931,7 +11931,7 @@ function resolveIndexApplicationContextSchemaPath() {
|
|
|
11931
11931
|
return path8.join(resolveRepoResourcesRoot(), "schemas", "index-application-context.schema.json");
|
|
11932
11932
|
}
|
|
11933
11933
|
|
|
11934
|
-
// src/indexApplicationContextValidate.ts
|
|
11934
|
+
// ../../src/indexApplicationContextValidate.ts
|
|
11935
11935
|
var validators = /* @__PURE__ */ new Map();
|
|
11936
11936
|
function getDefaultIndexSchemaPath() {
|
|
11937
11937
|
return resolveIndexApplicationContextSchemaPath();
|
|
@@ -11966,7 +11966,7 @@ function validateIndexApplicationContextJson(doc, schemaPath = getDefaultIndexSc
|
|
|
11966
11966
|
return { ok: false, errors: formatAjvErrors2(validate) };
|
|
11967
11967
|
}
|
|
11968
11968
|
|
|
11969
|
-
// src/analysis/indexApplicationContextMergeUploadIds.ts
|
|
11969
|
+
// ../../src/analysis/indexApplicationContextMergeUploadIds.ts
|
|
11970
11970
|
var INDEX_APPLICATION_CONTEXT_BASENAME = "index-application-context.json";
|
|
11971
11971
|
var SCOPE_KEYS = ["Feature", "Experience", "Service", "DataModel", "TechStack"];
|
|
11972
11972
|
function toContextRelativePosix(contextDir2, absPath) {
|
|
@@ -12070,7 +12070,7 @@ function mergeUploadIdsIntoIndexOnDisk(contextDir2, succeededIds, options) {
|
|
|
12070
12070
|
return { ok: true };
|
|
12071
12071
|
}
|
|
12072
12072
|
|
|
12073
|
-
// src/analysis/contextSrsDiscoveryIdMap.ts
|
|
12073
|
+
// ../../src/analysis/contextSrsDiscoveryIdMap.ts
|
|
12074
12074
|
var SCOPE_KEYS2 = ["Feature", "Experience", "Service", "DataModel", "TechStack"];
|
|
12075
12075
|
function normalizeRel2(p) {
|
|
12076
12076
|
return p.replace(/\\/g, "/");
|
|
@@ -12158,7 +12158,7 @@ function loadSrsDiscoveryIdMapFromContextDir(contextDir2, log) {
|
|
|
12158
12158
|
return map;
|
|
12159
12159
|
}
|
|
12160
12160
|
|
|
12161
|
-
// src/pipelines/upload/uploadPipeline.ts
|
|
12161
|
+
// ../../src/pipelines/upload/uploadPipeline.ts
|
|
12162
12162
|
var UPLOAD_TARGET_FILENAME = "easyspecs-upload-target.json";
|
|
12163
12163
|
var ADAPTIVE_B_INITIAL = 100;
|
|
12164
12164
|
var ADAPTIVE_B_MIN = 1;
|
|
@@ -12507,18 +12507,18 @@ async function runParallelSinglesIntoAccum(requestJson, applicationId, paths, on
|
|
|
12507
12507
|
const recentWaveMs = [];
|
|
12508
12508
|
let idx = 0;
|
|
12509
12509
|
const runOne = async (absPath) => {
|
|
12510
|
-
const
|
|
12510
|
+
const basename17 = path12.basename(absPath);
|
|
12511
12511
|
let content;
|
|
12512
12512
|
try {
|
|
12513
12513
|
content = fs11.readFileSync(absPath, "utf8");
|
|
12514
12514
|
} catch (e) {
|
|
12515
12515
|
const msg = errorMessage(e);
|
|
12516
|
-
logSrs13Failure(log, `read file file=${
|
|
12516
|
+
logSrs13Failure(log, `read file file=${basename17}`, msg);
|
|
12517
12517
|
accum.failed.push({ path: absPath, message: msg });
|
|
12518
12518
|
return;
|
|
12519
12519
|
}
|
|
12520
12520
|
const existingId = resolveExistingId(absPath);
|
|
12521
|
-
const payload = buildSrsDiscoverySavePayload(applicationId,
|
|
12521
|
+
const payload = buildSrsDiscoverySavePayload(applicationId, basename17, content, existingId);
|
|
12522
12522
|
try {
|
|
12523
12523
|
await postSingleCreate(requestJson, payload, log);
|
|
12524
12524
|
accum.succeeded.push(absPath);
|
|
@@ -12532,7 +12532,7 @@ async function runParallelSinglesIntoAccum(requestJson, applicationId, paths, on
|
|
|
12532
12532
|
throw e;
|
|
12533
12533
|
}
|
|
12534
12534
|
const msg = errorMessage(e);
|
|
12535
|
-
logSrs13Failure(log, `POST /api/content/srs_discovery file=${
|
|
12535
|
+
logSrs13Failure(log, `POST /api/content/srs_discovery file=${basename17}`, msg);
|
|
12536
12536
|
accum.failed.push({ path: absPath, message: msg });
|
|
12537
12537
|
}
|
|
12538
12538
|
};
|
|
@@ -12614,18 +12614,18 @@ async function executeContextSrsDiscoveryUploadPhase(filePaths, phaseOpts, accum
|
|
|
12614
12614
|
const items = [];
|
|
12615
12615
|
const chunkPaths = [];
|
|
12616
12616
|
for (const absPath of chunk) {
|
|
12617
|
-
const
|
|
12617
|
+
const basename17 = path12.basename(absPath);
|
|
12618
12618
|
let content;
|
|
12619
12619
|
try {
|
|
12620
12620
|
content = fs11.readFileSync(absPath, "utf8");
|
|
12621
12621
|
} catch (e) {
|
|
12622
12622
|
const msg = errorMessage(e);
|
|
12623
|
-
logSrs13Failure(log, `read file file=${
|
|
12623
|
+
logSrs13Failure(log, `read file file=${basename17}`, msg);
|
|
12624
12624
|
accum.failed.push({ path: absPath, message: msg });
|
|
12625
12625
|
continue;
|
|
12626
12626
|
}
|
|
12627
12627
|
const existingId = resolveExistingId(absPath);
|
|
12628
|
-
items.push(buildSrsDiscoverySavePayloadForBatch(applicationId,
|
|
12628
|
+
items.push(buildSrsDiscoverySavePayloadForBatch(applicationId, basename17, content, existingId));
|
|
12629
12629
|
chunkPaths.push(absPath);
|
|
12630
12630
|
}
|
|
12631
12631
|
if (items.length === 0) {
|
|
@@ -12783,7 +12783,7 @@ async function runUploadPipeline(opts) {
|
|
|
12783
12783
|
return { succeeded, failed, succeededIds };
|
|
12784
12784
|
}
|
|
12785
12785
|
|
|
12786
|
-
// src/cli/cloudContextUploadCli.ts
|
|
12786
|
+
// ../../src/cli/cloudContextUploadCli.ts
|
|
12787
12787
|
function buildUploadPrimaryJsonSrs46(args) {
|
|
12788
12788
|
const out = {
|
|
12789
12789
|
ok: args.uploadOk,
|
|
@@ -12817,7 +12817,7 @@ function shouldSkipAnalysisForCachedCloudContext(args) {
|
|
|
12817
12817
|
return args.cloudContextAnalyzed === true;
|
|
12818
12818
|
}
|
|
12819
12819
|
|
|
12820
|
-
// src/config/easyspecsConfigRedact.ts
|
|
12820
|
+
// ../../src/config/easyspecsConfigRedact.ts
|
|
12821
12821
|
function redactEasyspecsConfigRootForDump(cfg) {
|
|
12822
12822
|
const o = JSON.parse(JSON.stringify(cfg));
|
|
12823
12823
|
const es = o.easyspecs;
|
|
@@ -12838,11 +12838,11 @@ function redactEasyspecsConfigRootForDump(cfg) {
|
|
|
12838
12838
|
return o;
|
|
12839
12839
|
}
|
|
12840
12840
|
|
|
12841
|
-
// src/cli/cliFileWorkspaceState.ts
|
|
12841
|
+
// ../../src/cli/cliFileWorkspaceState.ts
|
|
12842
12842
|
var fs12 = __toESM(require("node:fs"));
|
|
12843
12843
|
var path13 = __toESM(require("node:path"));
|
|
12844
12844
|
|
|
12845
|
-
// src/srs53PersistedStateMigration.ts
|
|
12845
|
+
// ../../src/srs53PersistedStateMigration.ts
|
|
12846
12846
|
var SRS53_WORKSTATION_RUN_KEY_LEGACY = "easyspecs.analysis.artefactRun.v1";
|
|
12847
12847
|
var SRS53_PIPELINE_RUN_KEY_LEGACY = "easyspecs.analysis.pipelineRun.v1";
|
|
12848
12848
|
var SRS53_REMEDIATION_MISSING_UI_KEY_LEGACY = "easyspecs.analysis.missingRemediationUi.v1";
|
|
@@ -12905,7 +12905,7 @@ function applySrs53PersistedStateMigrationInPlace(m) {
|
|
|
12905
12905
|
return changed;
|
|
12906
12906
|
}
|
|
12907
12907
|
|
|
12908
|
-
// src/cli/cliFileWorkspaceState.ts
|
|
12908
|
+
// ../../src/cli/cliFileWorkspaceState.ts
|
|
12909
12909
|
function createFileBackedWorkspaceState(repoRoot) {
|
|
12910
12910
|
const dir = path13.join(repoRoot, ".gluecharm", "logs");
|
|
12911
12911
|
const file = path13.join(dir, "easyspecs-cli-workspace-state.json");
|
|
@@ -12947,11 +12947,11 @@ function createFileBackedWorkspaceState(repoRoot) {
|
|
|
12947
12947
|
return { workspaceState };
|
|
12948
12948
|
}
|
|
12949
12949
|
|
|
12950
|
-
// src/pipelines/synthesis/synthesisPipeline.ts
|
|
12950
|
+
// ../../src/pipelines/synthesis/synthesisPipeline.ts
|
|
12951
12951
|
var fs34 = __toESM(require("fs"));
|
|
12952
12952
|
var path32 = __toESM(require("path"));
|
|
12953
12953
|
|
|
12954
|
-
// src/analysis/analysisDynamicTestSteps.ts
|
|
12954
|
+
// ../../src/analysis/analysisDynamicTestSteps.ts
|
|
12955
12955
|
var fs13 = __toESM(require("fs"));
|
|
12956
12956
|
var path14 = __toESM(require("path"));
|
|
12957
12957
|
var FE_CODE = /^FE-\d+$/;
|
|
@@ -13101,9 +13101,9 @@ var ANALYSIS_STATIC_CONTEXT_OUTPUTS = [
|
|
|
13101
13101
|
"tech-stack-list.json"
|
|
13102
13102
|
];
|
|
13103
13103
|
function discoverDynamicAnalysisTestSteps(contextDir2) {
|
|
13104
|
-
const staticOutputs = ANALYSIS_STATIC_CONTEXT_OUTPUTS.map((
|
|
13105
|
-
basename:
|
|
13106
|
-
exists: nonEmptyContextFile(path14.join(contextDir2,
|
|
13104
|
+
const staticOutputs = ANALYSIS_STATIC_CONTEXT_OUTPUTS.map((basename17) => ({
|
|
13105
|
+
basename: basename17,
|
|
13106
|
+
exists: nonEmptyContextFile(path14.join(contextDir2, basename17))
|
|
13107
13107
|
}));
|
|
13108
13108
|
const featuresPath = path14.join(contextDir2, "features-list.json");
|
|
13109
13109
|
const featuresData = readJson(featuresPath);
|
|
@@ -13219,15 +13219,15 @@ function discoverDynamicAnalysisTestSteps(contextDir2) {
|
|
|
13219
13219
|
};
|
|
13220
13220
|
}
|
|
13221
13221
|
|
|
13222
|
-
// src/analysis/materializeOpenCodeAgents.ts
|
|
13222
|
+
// ../../src/analysis/materializeOpenCodeAgents.ts
|
|
13223
13223
|
var fs16 = __toESM(require("fs"));
|
|
13224
13224
|
var path17 = __toESM(require("path"));
|
|
13225
13225
|
|
|
13226
|
-
// src/analysis/applyAceMaterializedAgents.ts
|
|
13226
|
+
// ../../src/analysis/applyAceMaterializedAgents.ts
|
|
13227
13227
|
var fs15 = __toESM(require("fs"));
|
|
13228
13228
|
var path16 = __toESM(require("path"));
|
|
13229
13229
|
|
|
13230
|
-
// src/analysis/acePaths.ts
|
|
13230
|
+
// ../../src/analysis/acePaths.ts
|
|
13231
13231
|
var path15 = __toESM(require("path"));
|
|
13232
13232
|
var ACE_LEARNINGS_DIR = "learnings";
|
|
13233
13233
|
var ACE_OVERLAYS_SUBDIR = "overlays";
|
|
@@ -13274,11 +13274,11 @@ function aceCurationPath(contextDir2, agentStem, runId) {
|
|
|
13274
13274
|
function aceConsolidatedSessionsJsonlPath(contextDir2) {
|
|
13275
13275
|
return path15.join(aceLearningsRoot(contextDir2), ACE_CONSOLIDATED_SESSIONS_JSONL);
|
|
13276
13276
|
}
|
|
13277
|
-
function opencodeAceSchemaPath(worktreeRoot,
|
|
13278
|
-
return path15.join(worktreeRoot, ".opencode", "schemas", "ace",
|
|
13277
|
+
function opencodeAceSchemaPath(worktreeRoot, basename17) {
|
|
13278
|
+
return path15.join(worktreeRoot, ".opencode", "schemas", "ace", basename17);
|
|
13279
13279
|
}
|
|
13280
13280
|
|
|
13281
|
-
// src/analysis/aceJsonValidate.ts
|
|
13281
|
+
// ../../src/analysis/aceJsonValidate.ts
|
|
13282
13282
|
var fs14 = __toESM(require("fs"));
|
|
13283
13283
|
var import__3 = __toESM(require__());
|
|
13284
13284
|
function stripUtf8Bom2(s) {
|
|
@@ -13409,7 +13409,7 @@ function validateAceJsonValue(data, schemaAbsolutePath) {
|
|
|
13409
13409
|
return { ok: false, kind: "schema", message: "ACE JSON Schema validation failed", errorsText };
|
|
13410
13410
|
}
|
|
13411
13411
|
|
|
13412
|
-
// src/analysis/applyAceMaterializedAgents.ts
|
|
13412
|
+
// ../../src/analysis/applyAceMaterializedAgents.ts
|
|
13413
13413
|
function splitYamlFrontmatter(raw) {
|
|
13414
13414
|
if (!raw.startsWith("---\n")) {
|
|
13415
13415
|
return { frontmatter: "", body: raw };
|
|
@@ -13562,7 +13562,7 @@ ${extra}
|
|
|
13562
13562
|
}
|
|
13563
13563
|
}
|
|
13564
13564
|
|
|
13565
|
-
// src/analysis/materializeOpenCodeAgents.ts
|
|
13565
|
+
// ../../src/analysis/materializeOpenCodeAgents.ts
|
|
13566
13566
|
function posixFsPath(absPath) {
|
|
13567
13567
|
return path17.resolve(absPath).split(path17.sep).join("/");
|
|
13568
13568
|
}
|
|
@@ -13690,11 +13690,11 @@ function materializeOpenCodeAgentsWithAce(extensionResourcesAgents, analysisChec
|
|
|
13690
13690
|
applyAceToMaterializedAgents(analysisCheckoutRoot, ace);
|
|
13691
13691
|
}
|
|
13692
13692
|
|
|
13693
|
-
// src/workstations/aiWorkstation.ts
|
|
13693
|
+
// ../../src/workstations/aiWorkstation.ts
|
|
13694
13694
|
var fs28 = __toESM(require("fs"));
|
|
13695
13695
|
var path26 = __toESM(require("path"));
|
|
13696
13696
|
|
|
13697
|
-
// src/analysis/promptTemplates.ts
|
|
13697
|
+
// ../../src/analysis/promptTemplates.ts
|
|
13698
13698
|
function fillMarkdownPrompt(p) {
|
|
13699
13699
|
return [
|
|
13700
13700
|
`You are OpenCode agent "${p.agentId}" (display name: ${p.agentDisplayName}).`,
|
|
@@ -13792,7 +13792,7 @@ function fillListJsonPrompt(p) {
|
|
|
13792
13792
|
].join("\n");
|
|
13793
13793
|
}
|
|
13794
13794
|
|
|
13795
|
-
// src/analysis/contextSynthesis.ts
|
|
13795
|
+
// ../../src/analysis/contextSynthesis.ts
|
|
13796
13796
|
var CONTEXT_SYNTHESIS_TEST_STEP_ORDER = [
|
|
13797
13797
|
"docsProject",
|
|
13798
13798
|
"architecture",
|
|
@@ -13842,14 +13842,14 @@ function synthesisStepLabel(step, ctx) {
|
|
|
13842
13842
|
return m[step];
|
|
13843
13843
|
}
|
|
13844
13844
|
|
|
13845
|
-
// src/analysis/aceTracePhase.ts
|
|
13845
|
+
// ../../src/analysis/aceTracePhase.ts
|
|
13846
13846
|
var fs21 = __toESM(require("fs"));
|
|
13847
13847
|
var path21 = __toESM(require("path"));
|
|
13848
13848
|
|
|
13849
|
-
// src/opencodeCli.ts
|
|
13849
|
+
// ../../src/opencodeCli.ts
|
|
13850
13850
|
var import_child_process = require("child_process");
|
|
13851
13851
|
|
|
13852
|
-
// src/analysis/openCodeSessionStewardship.ts
|
|
13852
|
+
// ../../src/analysis/openCodeSessionStewardship.ts
|
|
13853
13853
|
var TITLE_MAX_LEN = 80;
|
|
13854
13854
|
function isNonEmptyString(v) {
|
|
13855
13855
|
return typeof v === "string" && v.trim().length > 0;
|
|
@@ -13971,7 +13971,7 @@ function logOpenCodeSessionFollowUpStart(diagnosticLog, p) {
|
|
|
13971
13971
|
);
|
|
13972
13972
|
}
|
|
13973
13973
|
|
|
13974
|
-
// src/opencodeCli.ts
|
|
13974
|
+
// ../../src/opencodeCli.ts
|
|
13975
13975
|
var USE_SHELL = process.platform === "win32";
|
|
13976
13976
|
function resolveExecutable(executable) {
|
|
13977
13977
|
const t = executable?.trim();
|
|
@@ -14236,7 +14236,7 @@ ${truncateForDiag(outBody, DIAG_STDOUT_MAX)}`);
|
|
|
14236
14236
|
});
|
|
14237
14237
|
}
|
|
14238
14238
|
|
|
14239
|
-
// src/analysis/aceTraceNormalize.ts
|
|
14239
|
+
// ../../src/analysis/aceTraceNormalize.ts
|
|
14240
14240
|
var fs17 = __toESM(require("fs"));
|
|
14241
14241
|
var ACE_VERSION = "1.0.0-draft";
|
|
14242
14242
|
var REASONING_PHASES = /* @__PURE__ */ new Set([
|
|
@@ -14437,11 +14437,11 @@ function rewriteAceTraceFileWithCanonicalEnvelope(traceAbsolutePath, canonical,
|
|
|
14437
14437
|
return true;
|
|
14438
14438
|
}
|
|
14439
14439
|
|
|
14440
|
-
// src/analysis/aceOfflineLearn.ts
|
|
14440
|
+
// ../../src/analysis/aceOfflineLearn.ts
|
|
14441
14441
|
var fs20 = __toESM(require("fs"));
|
|
14442
14442
|
var path20 = __toESM(require("path"));
|
|
14443
14443
|
|
|
14444
|
-
// src/analysis/aceCuratorApplier.ts
|
|
14444
|
+
// ../../src/analysis/aceCuratorApplier.ts
|
|
14445
14445
|
var fs18 = __toESM(require("fs"));
|
|
14446
14446
|
var path18 = __toESM(require("path"));
|
|
14447
14447
|
function writeJson(pathAbs, obj) {
|
|
@@ -14559,7 +14559,7 @@ function applyAceCuratorDeltaFile(worktreeRoot, deltaAbsolutePath, log) {
|
|
|
14559
14559
|
return { ok: true, message: "Applied curator delta" };
|
|
14560
14560
|
}
|
|
14561
14561
|
|
|
14562
|
-
// src/analysis/aceOfflineLearnFallbacks.ts
|
|
14562
|
+
// ../../src/analysis/aceOfflineLearnFallbacks.ts
|
|
14563
14563
|
var fs19 = __toESM(require("fs"));
|
|
14564
14564
|
var path19 = __toESM(require("path"));
|
|
14565
14565
|
var ACE_VERSION2 = "1.0.0-draft";
|
|
@@ -14591,7 +14591,7 @@ function appendAceConsolidatedSessionRecord(contextDir2, record, diagnosticLog)
|
|
|
14591
14591
|
diagnosticLog?.(`[ace] consolidated session record appended \u2014 ${rel}`);
|
|
14592
14592
|
}
|
|
14593
14593
|
|
|
14594
|
-
// src/analysis/aceOfflineLearn.ts
|
|
14594
|
+
// ../../src/analysis/aceOfflineLearn.ts
|
|
14595
14595
|
var ACE_REFLECTOR_AGENT_STEM = "agent-ace-reflector";
|
|
14596
14596
|
var ACE_CURATOR_AGENT_STEM = "agent-ace-curator";
|
|
14597
14597
|
function expandArgvTemplate(template, vars) {
|
|
@@ -14925,7 +14925,7 @@ async function runAceOfflineLearnFromTrace(traceAbsolutePath, opts) {
|
|
|
14925
14925
|
};
|
|
14926
14926
|
}
|
|
14927
14927
|
|
|
14928
|
-
// src/analysis/aceTracePhase.ts
|
|
14928
|
+
// ../../src/analysis/aceTracePhase.ts
|
|
14929
14929
|
var ACE_TRACE_RECORDER_AGENT_STEM = "agent-ace-trace-recorder";
|
|
14930
14930
|
function expandArgvTemplate2(template, vars) {
|
|
14931
14931
|
return template.map((part) => {
|
|
@@ -15134,7 +15134,7 @@ async function runAceTracePhase(params) {
|
|
|
15134
15134
|
return { ok: true, message: "ACE trace OK", traceAbsolutePath: traceAbs };
|
|
15135
15135
|
}
|
|
15136
15136
|
|
|
15137
|
-
// src/analysis/coordinationListJsonValidate.ts
|
|
15137
|
+
// ../../src/analysis/coordinationListJsonValidate.ts
|
|
15138
15138
|
var fs22 = __toESM(require("fs"));
|
|
15139
15139
|
var import__4 = __toESM(require__());
|
|
15140
15140
|
function stripUtf8Bom3(s) {
|
|
@@ -15351,11 +15351,11 @@ function formatCoordinationJsonRepairAppendix(outputBasename, failure, rawFilePr
|
|
|
15351
15351
|
return lines.join("\n");
|
|
15352
15352
|
}
|
|
15353
15353
|
|
|
15354
|
-
// src/analysis/coordinationListStableWrite.ts
|
|
15354
|
+
// ../../src/analysis/coordinationListStableWrite.ts
|
|
15355
15355
|
var fs24 = __toESM(require("fs"));
|
|
15356
15356
|
var path23 = __toESM(require("path"));
|
|
15357
15357
|
|
|
15358
|
-
// src/analysis/coordinationListFileLock.ts
|
|
15358
|
+
// ../../src/analysis/coordinationListFileLock.ts
|
|
15359
15359
|
var fs23 = __toESM(require("fs"));
|
|
15360
15360
|
var os = __toESM(require("os"));
|
|
15361
15361
|
var path22 = __toESM(require("path"));
|
|
@@ -15456,7 +15456,7 @@ async function withCoordinationListFileLock(listJsonAbsolutePath, options, fn) {
|
|
|
15456
15456
|
}
|
|
15457
15457
|
}
|
|
15458
15458
|
|
|
15459
|
-
// src/analysis/asyncMutex.ts
|
|
15459
|
+
// ../../src/analysis/asyncMutex.ts
|
|
15460
15460
|
var AsyncMutex = class {
|
|
15461
15461
|
chain = Promise.resolve();
|
|
15462
15462
|
run(fn) {
|
|
@@ -15469,7 +15469,7 @@ var AsyncMutex = class {
|
|
|
15469
15469
|
}
|
|
15470
15470
|
};
|
|
15471
15471
|
|
|
15472
|
-
// src/analysis/coordinationListMutex.ts
|
|
15472
|
+
// ../../src/analysis/coordinationListMutex.ts
|
|
15473
15473
|
var pathToMutex = /* @__PURE__ */ new Map();
|
|
15474
15474
|
function getCoordinationListMutex(listJsonAbsolutePath) {
|
|
15475
15475
|
const key = listJsonAbsolutePath;
|
|
@@ -15481,7 +15481,7 @@ function getCoordinationListMutex(listJsonAbsolutePath) {
|
|
|
15481
15481
|
return m;
|
|
15482
15482
|
}
|
|
15483
15483
|
|
|
15484
|
-
// src/analysis/coordinationListStableWrite.ts
|
|
15484
|
+
// ../../src/analysis/coordinationListStableWrite.ts
|
|
15485
15485
|
function isRecord5(x) {
|
|
15486
15486
|
return x !== null && typeof x === "object" && !Array.isArray(x);
|
|
15487
15487
|
}
|
|
@@ -16185,7 +16185,7 @@ function allocateNextListRowCode(input) {
|
|
|
16185
16185
|
};
|
|
16186
16186
|
}
|
|
16187
16187
|
|
|
16188
|
-
// src/analysis/markdownEvidenceIndexValidate.ts
|
|
16188
|
+
// ../../src/analysis/markdownEvidenceIndexValidate.ts
|
|
16189
16189
|
var fs25 = __toESM(require("fs"));
|
|
16190
16190
|
var EVIDENCE_HEADING = "## Evidence index";
|
|
16191
16191
|
function evidenceIndexMentionsReadmeMd(body) {
|
|
@@ -16354,7 +16354,7 @@ function formatMarkdownEvidenceRepairAppendix(outputFileAbsolute, kind = "empty"
|
|
|
16354
16354
|
].join("\n");
|
|
16355
16355
|
}
|
|
16356
16356
|
|
|
16357
|
-
// src/analysis/openQuestionResolution.ts
|
|
16357
|
+
// ../../src/analysis/openQuestionResolution.ts
|
|
16358
16358
|
var fs26 = __toESM(require("fs"));
|
|
16359
16359
|
var path24 = __toESM(require("path"));
|
|
16360
16360
|
var OPEN_QUESTION_RESOLUTION_JSON_BASENAME = "open-question-resolution.json";
|
|
@@ -16414,7 +16414,7 @@ function deleteOpenQuestionResolutionFile(worktreeRoot) {
|
|
|
16414
16414
|
}
|
|
16415
16415
|
}
|
|
16416
16416
|
|
|
16417
|
-
// src/analysis/openQuestionsSectionValidate.ts
|
|
16417
|
+
// ../../src/analysis/openQuestionsSectionValidate.ts
|
|
16418
16418
|
var fs27 = __toESM(require("fs"));
|
|
16419
16419
|
var path25 = __toESM(require("path"));
|
|
16420
16420
|
var CANONICAL_NORMALIZED = "open questions";
|
|
@@ -16581,7 +16581,7 @@ function formatOpenQuestionsProducerRepairAppendix(outputFileAbsolute, stepLabel
|
|
|
16581
16581
|
].join("\n");
|
|
16582
16582
|
}
|
|
16583
16583
|
|
|
16584
|
-
// src/workstations/workstationRepairLoop.ts
|
|
16584
|
+
// ../../src/workstations/workstationRepairLoop.ts
|
|
16585
16585
|
async function runWorkstationRepairLoop(opts) {
|
|
16586
16586
|
const validations = [];
|
|
16587
16587
|
let repairAppendix;
|
|
@@ -16667,7 +16667,7 @@ async function runWorkstationRepairLoop(opts) {
|
|
|
16667
16667
|
};
|
|
16668
16668
|
}
|
|
16669
16669
|
|
|
16670
|
-
// src/workstations/aiWorkstation.ts
|
|
16670
|
+
// ../../src/workstations/aiWorkstation.ts
|
|
16671
16671
|
var CITATION_EXAMPLE = "`src/example.ts:42` or `src/example.ts:10-25`";
|
|
16672
16672
|
var SRS50_COORD_LIST_APPEND_HINT = " **SRS-50 \u2014 stable writes:** Append **new** coded rows at the **end** of each array (never insert new codes between existing ones).";
|
|
16673
16673
|
var SRS50_COORD_LIST_REVIEW_HINT = ' **SRS-50 \u2014 stable writes:** Preserve existing **code** order; append net-new at the end. To **remove** a row, add **revisionLog** with **droppedCodes** (string[]). To change **slug** without changing **code**, add **slugRenames** ([{ "code", "from", "to" }]).';
|
|
@@ -17149,16 +17149,16 @@ function outputPaths(step, worktreeRoot, listTarget) {
|
|
|
17149
17149
|
if (!fe) {
|
|
17150
17150
|
throw new Error("listUseCases requires listTarget.featureCode");
|
|
17151
17151
|
}
|
|
17152
|
-
const
|
|
17153
|
-
return { absolute: path26.join(ctx,
|
|
17152
|
+
const basename17 = `${fe}-use-cases-list.json`;
|
|
17153
|
+
return { absolute: path26.join(ctx, basename17), basename: basename17 };
|
|
17154
17154
|
}
|
|
17155
17155
|
case "reviewUseCasesList": {
|
|
17156
17156
|
const fe = listTarget?.featureCode;
|
|
17157
17157
|
if (!fe) {
|
|
17158
17158
|
throw new Error("reviewUseCasesList requires listTarget.featureCode");
|
|
17159
17159
|
}
|
|
17160
|
-
const
|
|
17161
|
-
return { absolute: path26.join(ctx,
|
|
17160
|
+
const basename17 = `${fe}-use-cases-list.json`;
|
|
17161
|
+
return { absolute: path26.join(ctx, basename17), basename: basename17 };
|
|
17162
17162
|
}
|
|
17163
17163
|
case "listScenarios": {
|
|
17164
17164
|
const fe = listTarget?.featureCode;
|
|
@@ -17166,8 +17166,8 @@ function outputPaths(step, worktreeRoot, listTarget) {
|
|
|
17166
17166
|
if (!fe || !uc) {
|
|
17167
17167
|
throw new Error("listScenarios requires listTarget.featureCode and useCaseCode");
|
|
17168
17168
|
}
|
|
17169
|
-
const
|
|
17170
|
-
return { absolute: path26.join(ctx,
|
|
17169
|
+
const basename17 = `${fe}_${uc}-scenarios-list.json`;
|
|
17170
|
+
return { absolute: path26.join(ctx, basename17), basename: basename17 };
|
|
17171
17171
|
}
|
|
17172
17172
|
case "reviewScenariosList": {
|
|
17173
17173
|
const fe = listTarget?.featureCode;
|
|
@@ -17175,24 +17175,24 @@ function outputPaths(step, worktreeRoot, listTarget) {
|
|
|
17175
17175
|
if (!fe || !uc) {
|
|
17176
17176
|
throw new Error("reviewScenariosList requires listTarget.featureCode and useCaseCode");
|
|
17177
17177
|
}
|
|
17178
|
-
const
|
|
17179
|
-
return { absolute: path26.join(ctx,
|
|
17178
|
+
const basename17 = `${fe}_${uc}-scenarios-list.json`;
|
|
17179
|
+
return { absolute: path26.join(ctx, basename17), basename: basename17 };
|
|
17180
17180
|
}
|
|
17181
17181
|
case "listEntityFields": {
|
|
17182
17182
|
const dm = listTarget?.entityCode;
|
|
17183
17183
|
if (!dm) {
|
|
17184
17184
|
throw new Error("listEntityFields requires listTarget.entityCode");
|
|
17185
17185
|
}
|
|
17186
|
-
const
|
|
17187
|
-
return { absolute: path26.join(ctx,
|
|
17186
|
+
const basename17 = `${dm}-fields-list.json`;
|
|
17187
|
+
return { absolute: path26.join(ctx, basename17), basename: basename17 };
|
|
17188
17188
|
}
|
|
17189
17189
|
case "reviewEntityFieldsList": {
|
|
17190
17190
|
const dm = listTarget?.entityCode;
|
|
17191
17191
|
if (!dm) {
|
|
17192
17192
|
throw new Error("reviewEntityFieldsList requires listTarget.entityCode");
|
|
17193
17193
|
}
|
|
17194
|
-
const
|
|
17195
|
-
return { absolute: path26.join(ctx,
|
|
17194
|
+
const basename17 = `${dm}-fields-list.json`;
|
|
17195
|
+
return { absolute: path26.join(ctx, basename17), basename: basename17 };
|
|
17196
17196
|
}
|
|
17197
17197
|
default: {
|
|
17198
17198
|
const _u = step;
|
|
@@ -18518,11 +18518,34 @@ Expected output: ${outputFileAbsolute}`;
|
|
|
18518
18518
|
};
|
|
18519
18519
|
}
|
|
18520
18520
|
|
|
18521
|
-
// src/analysis/worktreeManager.ts
|
|
18522
|
-
var
|
|
18521
|
+
// ../../src/analysis/worktreeManager.ts
|
|
18522
|
+
var import_child_process3 = require("child_process");
|
|
18523
18523
|
var fs29 = __toESM(require("fs"));
|
|
18524
18524
|
var os2 = __toESM(require("os"));
|
|
18525
18525
|
var path27 = __toESM(require("path"));
|
|
18526
|
+
|
|
18527
|
+
// ../../src/analysis/gitWorktreeStaleRecovery.ts
|
|
18528
|
+
var import_child_process2 = require("child_process");
|
|
18529
|
+
function isMissingRegisteredWorktreeError(combinedStderrStdout) {
|
|
18530
|
+
return /missing but already registered worktree/i.test(combinedStderrStdout);
|
|
18531
|
+
}
|
|
18532
|
+
function gitWorktreePruneSync(repoRoot) {
|
|
18533
|
+
const r = (0, import_child_process2.spawnSync)("git", ["worktree", "prune"], {
|
|
18534
|
+
cwd: repoRoot,
|
|
18535
|
+
encoding: "utf-8",
|
|
18536
|
+
timeout: 6e4
|
|
18537
|
+
});
|
|
18538
|
+
if (r.status !== 0) {
|
|
18539
|
+
const msg = [r.stderr, r.stdout].filter(Boolean).join("\n").trim();
|
|
18540
|
+
return {
|
|
18541
|
+
ok: false,
|
|
18542
|
+
message: msg || `git worktree prune failed (exit ${String(r.status ?? "unknown")}).`
|
|
18543
|
+
};
|
|
18544
|
+
}
|
|
18545
|
+
return { ok: true };
|
|
18546
|
+
}
|
|
18547
|
+
|
|
18548
|
+
// ../../src/analysis/worktreeManager.ts
|
|
18526
18549
|
var EASYSPECS_WT_DIR_RE = /^easyspecs-(\d+)$/;
|
|
18527
18550
|
function maxEasyspecsWorktreeIndex(parentDir) {
|
|
18528
18551
|
let max = 0;
|
|
@@ -18563,7 +18586,7 @@ function allocateEasyspecsWorktreePath(parentDir) {
|
|
|
18563
18586
|
return null;
|
|
18564
18587
|
}
|
|
18565
18588
|
function readHeadBranchShort(repoRoot) {
|
|
18566
|
-
const r = (0,
|
|
18589
|
+
const r = (0, import_child_process3.spawnSync)("git", ["symbolic-ref", "--short", "-q", "HEAD"], {
|
|
18567
18590
|
cwd: repoRoot,
|
|
18568
18591
|
encoding: "utf-8",
|
|
18569
18592
|
timeout: 3e4
|
|
@@ -18581,7 +18604,7 @@ function attachWorktreeHandle(worktreePath, repositoryRoot) {
|
|
|
18581
18604
|
path: wt,
|
|
18582
18605
|
repoRoot: repo,
|
|
18583
18606
|
remove() {
|
|
18584
|
-
(0,
|
|
18607
|
+
(0, import_child_process3.spawnSync)("git", ["worktree", "remove", "--force", wt], {
|
|
18585
18608
|
cwd: repo,
|
|
18586
18609
|
encoding: "utf-8",
|
|
18587
18610
|
timeout: 6e4
|
|
@@ -18593,7 +18616,7 @@ function attachWorktreeHandle(worktreePath, repositoryRoot) {
|
|
|
18593
18616
|
}
|
|
18594
18617
|
};
|
|
18595
18618
|
}
|
|
18596
|
-
function createAnalysisWorktree(repoRoot) {
|
|
18619
|
+
function createAnalysisWorktree(repoRoot, options) {
|
|
18597
18620
|
const parent = path27.join(os2.tmpdir(), "easyspecs-analysis");
|
|
18598
18621
|
const wt = allocateEasyspecsWorktreePath(parent);
|
|
18599
18622
|
if (!wt) {
|
|
@@ -18603,30 +18626,44 @@ function createAnalysisWorktree(repoRoot) {
|
|
|
18603
18626
|
};
|
|
18604
18627
|
}
|
|
18605
18628
|
const sourceBranchAtCreation = readHeadBranchShort(repoRoot);
|
|
18606
|
-
|
|
18607
|
-
|
|
18608
|
-
|
|
18609
|
-
|
|
18610
|
-
|
|
18611
|
-
|
|
18629
|
+
for (let attempt = 0; attempt < 2; attempt++) {
|
|
18630
|
+
const r = (0, import_child_process3.spawnSync)("git", ["worktree", "add", "--detach", wt, "HEAD"], {
|
|
18631
|
+
cwd: repoRoot,
|
|
18632
|
+
encoding: "utf-8",
|
|
18633
|
+
timeout: 12e4
|
|
18634
|
+
});
|
|
18635
|
+
if (r.status === 0) {
|
|
18636
|
+
try {
|
|
18637
|
+
writeAnalysisWorktreeMarker(wt, repoRoot);
|
|
18638
|
+
} catch {
|
|
18639
|
+
}
|
|
18640
|
+
return {
|
|
18641
|
+
ok: true,
|
|
18642
|
+
handle: attachWorktreeHandle(wt, repoRoot),
|
|
18643
|
+
...sourceBranchAtCreation ? { sourceBranchAtCreation } : {}
|
|
18644
|
+
};
|
|
18645
|
+
}
|
|
18612
18646
|
const msg = [r.stderr, r.stdout].filter(Boolean).join("\n").trim();
|
|
18613
|
-
|
|
18614
|
-
|
|
18615
|
-
|
|
18616
|
-
|
|
18617
|
-
|
|
18618
|
-
|
|
18619
|
-
|
|
18620
|
-
|
|
18647
|
+
const fullMsg = msg || `git worktree add failed (exit ${r.status ?? "unknown"}). Is this folder a Git repository?`;
|
|
18648
|
+
if (attempt === 0 && isMissingRegisteredWorktreeError(fullMsg)) {
|
|
18649
|
+
const pr = gitWorktreePruneSync(repoRoot);
|
|
18650
|
+
if (pr.ok) {
|
|
18651
|
+
const wtName = path27.basename(wt);
|
|
18652
|
+
options?.log?.(`[worktree] git worktree prune \u2014 cleared stale registration for ${wtName} (${wt})`);
|
|
18653
|
+
continue;
|
|
18654
|
+
}
|
|
18655
|
+
return {
|
|
18656
|
+
ok: false,
|
|
18657
|
+
error: `${fullMsg}
|
|
18658
|
+
(git worktree prune failed: ${pr.message ?? "unknown"})`
|
|
18659
|
+
};
|
|
18660
|
+
}
|
|
18661
|
+
return { ok: false, error: fullMsg };
|
|
18621
18662
|
}
|
|
18622
|
-
|
|
18623
|
-
ok: true,
|
|
18624
|
-
handle: attachWorktreeHandle(wt, repoRoot),
|
|
18625
|
-
...sourceBranchAtCreation ? { sourceBranchAtCreation } : {}
|
|
18626
|
-
};
|
|
18663
|
+
throw new Error("createAnalysisWorktree: retry loop exited without result.");
|
|
18627
18664
|
}
|
|
18628
18665
|
|
|
18629
|
-
// src/stores/workstationRunStore.ts
|
|
18666
|
+
// ../../src/stores/workstationRunStore.ts
|
|
18630
18667
|
var STORAGE_KEY = SRS53_WORKSTATION_RUN_KEY_V2;
|
|
18631
18668
|
function randomRunId() {
|
|
18632
18669
|
return `${Date.now().toString(36)}-${Math.random().toString(36).slice(2, 10)}`;
|
|
@@ -18699,7 +18736,7 @@ function cloneWorkstationRun(item) {
|
|
|
18699
18736
|
return JSON.parse(JSON.stringify(item));
|
|
18700
18737
|
}
|
|
18701
18738
|
|
|
18702
|
-
// src/stores/analysisDiscoveriesStore.ts
|
|
18739
|
+
// ../../src/stores/analysisDiscoveriesStore.ts
|
|
18703
18740
|
var agentsLaunchedCount = 0;
|
|
18704
18741
|
var syncHandler;
|
|
18705
18742
|
function noteOpenCodeAgentLaunched() {
|
|
@@ -18707,14 +18744,14 @@ function noteOpenCodeAgentLaunched() {
|
|
|
18707
18744
|
syncHandler?.(agentsLaunchedCount);
|
|
18708
18745
|
}
|
|
18709
18746
|
|
|
18710
|
-
// src/contextIndexAssembler.ts
|
|
18747
|
+
// ../../src/contextIndexAssembler.ts
|
|
18711
18748
|
var fs30 = __toESM(require("fs"));
|
|
18712
18749
|
var path28 = __toESM(require("path"));
|
|
18713
18750
|
|
|
18714
|
-
// src/srsModel.ts
|
|
18751
|
+
// ../../src/srsModel.ts
|
|
18715
18752
|
var APPLICATION_CONTEXT_KIND = "easyspecs.application-context";
|
|
18716
18753
|
|
|
18717
|
-
// src/contextIndexAssembler.ts
|
|
18754
|
+
// ../../src/contextIndexAssembler.ts
|
|
18718
18755
|
var SLUG = /^[a-z0-9]+(?:-[a-z0-9]+)*$/;
|
|
18719
18756
|
function safeStr(v) {
|
|
18720
18757
|
return typeof v === "string" ? v.trim() : "";
|
|
@@ -19151,7 +19188,7 @@ function writeIndexApplicationContext(contextDir2, title, options) {
|
|
|
19151
19188
|
return doc;
|
|
19152
19189
|
}
|
|
19153
19190
|
|
|
19154
|
-
// src/pipelines/linkMapping/linkMappingPipeline.ts
|
|
19191
|
+
// ../../src/pipelines/linkMapping/linkMappingPipeline.ts
|
|
19155
19192
|
var fs31 = __toESM(require("node:fs"));
|
|
19156
19193
|
var path29 = __toESM(require("node:path"));
|
|
19157
19194
|
var SLUG2 = /^[a-z0-9]+(?:-[a-z0-9]+)*$/;
|
|
@@ -19593,8 +19630,8 @@ function renderProjectMdSections(contextDir2) {
|
|
|
19593
19630
|
chunks.push("### Data model", "", dmLines.length ? dmLines.join("\n") : NONE_LINE, "");
|
|
19594
19631
|
return chunks;
|
|
19595
19632
|
}
|
|
19596
|
-
function patchOneFile(contextDir2,
|
|
19597
|
-
const abs = path29.join(contextDir2,
|
|
19633
|
+
function patchOneFile(contextDir2, basename17, innerChildren, innerParents, opts) {
|
|
19634
|
+
const abs = path29.join(contextDir2, basename17);
|
|
19598
19635
|
if (!fs31.existsSync(abs)) {
|
|
19599
19636
|
return;
|
|
19600
19637
|
}
|
|
@@ -19602,7 +19639,7 @@ function patchOneFile(contextDir2, basename16, innerChildren, innerParents, opts
|
|
|
19602
19639
|
try {
|
|
19603
19640
|
body = fs31.readFileSync(abs, "utf8");
|
|
19604
19641
|
} catch (e) {
|
|
19605
|
-
opts.log?.(`[pipeline:link-mapping] skip read ${
|
|
19642
|
+
opts.log?.(`[pipeline:link-mapping] skip read ${basename17}: ${e instanceof Error ? e.message : String(e)}`);
|
|
19606
19643
|
return;
|
|
19607
19644
|
}
|
|
19608
19645
|
let next = replaceOrAppendRegion(body, NAV_CHILDREN_START, NAV_CHILDREN_END, innerChildren);
|
|
@@ -19634,16 +19671,16 @@ function runLinkMappingPipeline(contextDirAbs, opts = {}) {
|
|
|
19634
19671
|
};
|
|
19635
19672
|
visitEdgeBasenames(edges.children);
|
|
19636
19673
|
visitEdgeBasenames(edges.parents);
|
|
19637
|
-
for (const
|
|
19638
|
-
if (
|
|
19674
|
+
for (const basename17 of managedBasenames) {
|
|
19675
|
+
if (basename17 === "project.md" || basename17 === "architecture.md") {
|
|
19639
19676
|
continue;
|
|
19640
19677
|
}
|
|
19641
|
-
const abs = path29.join(contextDir2,
|
|
19678
|
+
const abs = path29.join(contextDir2, basename17);
|
|
19642
19679
|
if (!fs31.existsSync(abs)) {
|
|
19643
19680
|
continue;
|
|
19644
19681
|
}
|
|
19645
|
-
const childRows = edges.children.get(
|
|
19646
|
-
const parentRows = edges.parents.get(
|
|
19682
|
+
const childRows = edges.children.get(basename17) ?? [];
|
|
19683
|
+
const parentRows = edges.parents.get(basename17) ?? [];
|
|
19647
19684
|
const childLines = childRows.length === 0 ? NONE_LINE : childRows.map(
|
|
19648
19685
|
(c) => bulletLink(c.title, markdownRelativeHref(abs, path29.join(contextDir2, c.basename)))
|
|
19649
19686
|
).join("\n");
|
|
@@ -19655,7 +19692,7 @@ function runLinkMappingPipeline(contextDirAbs, opts = {}) {
|
|
|
19655
19692
|
${childLines}
|
|
19656
19693
|
`;
|
|
19657
19694
|
const innerParents = buildInnerParents(parentLines.split("\n").filter(Boolean));
|
|
19658
|
-
patchOneFile(contextDir2,
|
|
19695
|
+
patchOneFile(contextDir2, basename17, innerChildren, innerParents, opts);
|
|
19659
19696
|
}
|
|
19660
19697
|
const validation = validateEasyspecsNavLinksInContext(contextDir2);
|
|
19661
19698
|
if (!validation.ok) {
|
|
@@ -19668,11 +19705,11 @@ ${validation.brokenLinks.join("\n")}`;
|
|
|
19668
19705
|
return { ok: true };
|
|
19669
19706
|
}
|
|
19670
19707
|
|
|
19671
|
-
// src/analysis/aceAnalysisConfig.ts
|
|
19708
|
+
// ../../src/analysis/aceAnalysisConfig.ts
|
|
19672
19709
|
var path30 = __toESM(require("node:path"));
|
|
19673
19710
|
var vscode2 = __toESM(require_vscode_stub());
|
|
19674
19711
|
|
|
19675
|
-
// src/config/easyspecsAceConfigRead.ts
|
|
19712
|
+
// ../../src/config/easyspecsAceConfigRead.ts
|
|
19676
19713
|
var fs32 = __toESM(require("node:fs"));
|
|
19677
19714
|
function readRawConfigJson(repoRoot) {
|
|
19678
19715
|
const p = easyspecsConfigPath(repoRoot);
|
|
@@ -19736,7 +19773,7 @@ function readAceOfflineLearnAfterSameSessionTraceFromEasyspecsConfigFile(repoRoo
|
|
|
19736
19773
|
return typeof v === "boolean" ? v : void 0;
|
|
19737
19774
|
}
|
|
19738
19775
|
|
|
19739
|
-
// src/analysis/aceAnalysisConfig.ts
|
|
19776
|
+
// ../../src/analysis/aceAnalysisConfig.ts
|
|
19740
19777
|
var SECTION = "easyspecs";
|
|
19741
19778
|
var cliWorkspaceRootOverride;
|
|
19742
19779
|
var cliHeadlessMode = false;
|
|
@@ -19816,7 +19853,7 @@ function getAceOfflineLearnAfterSameSessionTrace(analysisCheckoutRoot) {
|
|
|
19816
19853
|
return vscode2.workspace.getConfiguration(SECTION).get("analysis.ace.offlineLearnAfterSameSessionTrace") === true;
|
|
19817
19854
|
}
|
|
19818
19855
|
|
|
19819
|
-
// src/analysis/repoSurfaceAssessment.ts
|
|
19856
|
+
// ../../src/analysis/repoSurfaceAssessment.ts
|
|
19820
19857
|
var fs33 = __toESM(require("fs"));
|
|
19821
19858
|
var path31 = __toESM(require("path"));
|
|
19822
19859
|
var REPO_SURFACE_SCAN_BASENAME = "repo-surface-scan.json";
|
|
@@ -19864,7 +19901,7 @@ function writeEmptyExperiencesListJson(contextDir2) {
|
|
|
19864
19901
|
);
|
|
19865
19902
|
}
|
|
19866
19903
|
|
|
19867
|
-
// src/pipelines/synthesis/synthesisPipeline.ts
|
|
19904
|
+
// ../../src/pipelines/synthesis/synthesisPipeline.ts
|
|
19868
19905
|
var FE = /^FE-\d+$/;
|
|
19869
19906
|
var UC = /^UC-\d+$/;
|
|
19870
19907
|
var SC = /^SC-\d+$/;
|
|
@@ -19964,91 +20001,91 @@ function mdItem(id, parentIds, t) {
|
|
|
19964
20001
|
};
|
|
19965
20002
|
}
|
|
19966
20003
|
function featureDetailTarget(contextDir2, code, name, slug) {
|
|
19967
|
-
const
|
|
20004
|
+
const basename17 = `${code}-${slug}.md`;
|
|
19968
20005
|
return {
|
|
19969
20006
|
openCodeAgentStem: "agent-md-feature-detail",
|
|
19970
20007
|
agentId: "ctx-md-feature-detail",
|
|
19971
20008
|
displayName: "Feature detail",
|
|
19972
|
-
outputBasename:
|
|
20009
|
+
outputBasename: basename17,
|
|
19973
20010
|
taskDescription: `Document feature **${code}** (**${name}**, slug **${slug}**) per \`.gluecharm/context/features-list.json\`: scope, behaviour, main dependencies, entry points, and links to code under the worktree. Write exactly one markdown file at the output path; cite substantive claims with file and line (or range).`,
|
|
19974
|
-
exists: fs34.existsSync(path32.join(contextDir2,
|
|
20011
|
+
exists: fs34.existsSync(path32.join(contextDir2, basename17)) && fs34.statSync(path32.join(contextDir2, basename17)).size > 0
|
|
19975
20012
|
};
|
|
19976
20013
|
}
|
|
19977
20014
|
function viewDetailTarget(row2, contextDir2) {
|
|
19978
|
-
const
|
|
20015
|
+
const basename17 = `${row2.code}-${row2.slug}.md`;
|
|
19979
20016
|
return {
|
|
19980
20017
|
openCodeAgentStem: "agent-md-view-detail",
|
|
19981
20018
|
agentId: "ctx-md-view-detail",
|
|
19982
20019
|
displayName: "View detail",
|
|
19983
|
-
outputBasename:
|
|
20020
|
+
outputBasename: basename17,
|
|
19984
20021
|
taskDescription: `Describe view **${row2.code}** (**${row2.name}**, slug **${row2.slug}**) per \`.gluecharm/context/experiences-list.json\`: purpose, layout, controls, navigation, data shown; ground in components and routes.`,
|
|
19985
|
-
exists: fs34.existsSync(path32.join(contextDir2,
|
|
20022
|
+
exists: fs34.existsSync(path32.join(contextDir2, basename17)) && fs34.statSync(path32.join(contextDir2, basename17)).size > 0
|
|
19986
20023
|
};
|
|
19987
20024
|
}
|
|
19988
20025
|
function interactionDetailTarget(viewCode, ix, contextDir2) {
|
|
19989
|
-
const
|
|
20026
|
+
const basename17 = `${viewCode}_${ix.code}-${ix.slug}.md`;
|
|
19990
20027
|
return {
|
|
19991
20028
|
openCodeAgentStem: "agent-md-interaction-detail",
|
|
19992
20029
|
agentId: "ctx-md-interaction-detail",
|
|
19993
20030
|
displayName: "Interaction detail",
|
|
19994
|
-
outputBasename:
|
|
20031
|
+
outputBasename: basename17,
|
|
19995
20032
|
taskDescription: `Document interaction **${ix.code}** (**${ix.name}**) on view **${viewCode}** per \`.gluecharm/context/experiences-list.json\`.`,
|
|
19996
|
-
exists: fs34.existsSync(path32.join(contextDir2,
|
|
20033
|
+
exists: fs34.existsSync(path32.join(contextDir2, basename17)) && fs34.statSync(path32.join(contextDir2, basename17)).size > 0
|
|
19997
20034
|
};
|
|
19998
20035
|
}
|
|
19999
20036
|
function serviceDetailTarget(row2, contextDir2) {
|
|
20000
|
-
const
|
|
20037
|
+
const basename17 = `${row2.code}-${row2.slug}.md`;
|
|
20001
20038
|
return {
|
|
20002
20039
|
openCodeAgentStem: "agent-md-service-detail",
|
|
20003
20040
|
agentId: "ctx-md-service-detail",
|
|
20004
20041
|
displayName: "Service detail",
|
|
20005
|
-
outputBasename:
|
|
20042
|
+
outputBasename: basename17,
|
|
20006
20043
|
taskDescription: `Describe service **${row2.code}** (**${row2.name}**, slug **${row2.slug}**) per \`.gluecharm/context/services-list.json\`: responsibilities, consumers, errors, integration points.`,
|
|
20007
|
-
exists: fs34.existsSync(path32.join(contextDir2,
|
|
20044
|
+
exists: fs34.existsSync(path32.join(contextDir2, basename17)) && fs34.statSync(path32.join(contextDir2, basename17)).size > 0
|
|
20008
20045
|
};
|
|
20009
20046
|
}
|
|
20010
20047
|
function methodDetailTarget(svc, m, contextDir2) {
|
|
20011
|
-
const
|
|
20048
|
+
const basename17 = `${svc.code}_${m.code}-${m.slug}.md`;
|
|
20012
20049
|
return {
|
|
20013
20050
|
openCodeAgentStem: "agent-md-method-detail",
|
|
20014
20051
|
agentId: "ctx-md-method-detail",
|
|
20015
20052
|
displayName: "Method detail",
|
|
20016
|
-
outputBasename:
|
|
20053
|
+
outputBasename: basename17,
|
|
20017
20054
|
taskDescription: `Document method **${m.code}** (**${m.name}**) on service **${svc.code}** per \`.gluecharm/context/services-list.json\`.`,
|
|
20018
|
-
exists: fs34.existsSync(path32.join(contextDir2,
|
|
20055
|
+
exists: fs34.existsSync(path32.join(contextDir2, basename17)) && fs34.statSync(path32.join(contextDir2, basename17)).size > 0
|
|
20019
20056
|
};
|
|
20020
20057
|
}
|
|
20021
20058
|
function entityDetailTarget(dmCode, ename, slug, contextDir2) {
|
|
20022
|
-
const
|
|
20059
|
+
const basename17 = `${dmCode}-${slug}.md`;
|
|
20023
20060
|
return {
|
|
20024
20061
|
openCodeAgentStem: "agent-md-entity-detail",
|
|
20025
20062
|
agentId: "ctx-md-entity-detail",
|
|
20026
20063
|
displayName: "Entity detail",
|
|
20027
|
-
outputBasename:
|
|
20064
|
+
outputBasename: basename17,
|
|
20028
20065
|
taskDescription: `Describe entity **${dmCode}** (**${ename}**, slug **${slug}**) per \`.gluecharm/context/data-model-list.json\`: lifecycle, invariants, storage, ORM/schema mapping.`,
|
|
20029
|
-
exists: fs34.existsSync(path32.join(contextDir2,
|
|
20066
|
+
exists: fs34.existsSync(path32.join(contextDir2, basename17)) && fs34.statSync(path32.join(contextDir2, basename17)).size > 0
|
|
20030
20067
|
};
|
|
20031
20068
|
}
|
|
20032
20069
|
function fieldDetailTarget(dmCode, fdCode, fname, fSlug, contextDir2) {
|
|
20033
|
-
const
|
|
20070
|
+
const basename17 = `${dmCode}_${fdCode}-${fSlug}.md`;
|
|
20034
20071
|
return {
|
|
20035
20072
|
openCodeAgentStem: "agent-md-field-detail",
|
|
20036
20073
|
agentId: "ctx-md-field-detail",
|
|
20037
20074
|
displayName: "Field detail",
|
|
20038
|
-
outputBasename:
|
|
20075
|
+
outputBasename: basename17,
|
|
20039
20076
|
taskDescription: `Document field **${fdCode}** (**${fname}**) on entity **${dmCode}** per \`.gluecharm/context/${dmCode}-fields-list.json\`. Cite types and constraints with file and line.`,
|
|
20040
|
-
exists: fs34.existsSync(path32.join(contextDir2,
|
|
20077
|
+
exists: fs34.existsSync(path32.join(contextDir2, basename17)) && fs34.statSync(path32.join(contextDir2, basename17)).size > 0
|
|
20041
20078
|
};
|
|
20042
20079
|
}
|
|
20043
20080
|
function toolDetailTarget(row2, contextDir2) {
|
|
20044
|
-
const
|
|
20081
|
+
const basename17 = `${row2.code}-${row2.slug}.md`;
|
|
20045
20082
|
return {
|
|
20046
20083
|
openCodeAgentStem: "agent-md-tool-detail",
|
|
20047
20084
|
agentId: "ctx-md-tool-detail",
|
|
20048
20085
|
displayName: "Tool detail",
|
|
20049
|
-
outputBasename:
|
|
20086
|
+
outputBasename: basename17,
|
|
20050
20087
|
taskDescription: `Describe tool **${row2.code}** (**${row2.name}**, slug **${row2.slug}**) per \`.gluecharm/context/tech-stack-list.json\`: role, version hints, configuration, boundaries.`,
|
|
20051
|
-
exists: fs34.existsSync(path32.join(contextDir2,
|
|
20088
|
+
exists: fs34.existsSync(path32.join(contextDir2, basename17)) && fs34.statSync(path32.join(contextDir2, basename17)).size > 0
|
|
20052
20089
|
};
|
|
20053
20090
|
}
|
|
20054
20091
|
function useCaseDetailTarget(feCode, ucCode, ucName, ucSlug, contextDir2) {
|
|
@@ -20065,14 +20102,14 @@ Follow bundled agent **agent-md-use-case-detail**: include **## Data inputs and
|
|
|
20065
20102
|
};
|
|
20066
20103
|
}
|
|
20067
20104
|
function scenarioDetailTarget(feCode, ucCode, scCode, scName, contextDir2) {
|
|
20068
|
-
const
|
|
20105
|
+
const basename17 = `${feCode}_${ucCode}_${scCode}.md`;
|
|
20069
20106
|
return {
|
|
20070
20107
|
openCodeAgentStem: "agent-md-scenario-detail",
|
|
20071
20108
|
agentId: "ctx-md-scenario-detail",
|
|
20072
20109
|
displayName: "Scenario detail",
|
|
20073
|
-
outputBasename:
|
|
20110
|
+
outputBasename: basename17,
|
|
20074
20111
|
taskDescription: `Document scenario **${scCode}** (**${scName}**) for **${feCode}** / **${ucCode}** per \`.gluecharm/context/${feCode}_${ucCode}-scenarios-list.json\`. Cite steps with file and line where possible.`,
|
|
20075
|
-
exists: fs34.existsSync(path32.join(contextDir2,
|
|
20112
|
+
exists: fs34.existsSync(path32.join(contextDir2, basename17)) && fs34.statSync(path32.join(contextDir2, basename17)).size > 0
|
|
20076
20113
|
};
|
|
20077
20114
|
}
|
|
20078
20115
|
function parentsDone(item, byId) {
|
|
@@ -20298,15 +20335,15 @@ function expandAfterSuccess(completed, contextDir2, byId, fifo) {
|
|
|
20298
20335
|
return;
|
|
20299
20336
|
}
|
|
20300
20337
|
if (completed.kind === "markdown") {
|
|
20301
|
-
const
|
|
20338
|
+
const basename17 = completed.payload.outputBasename;
|
|
20302
20339
|
const mdId = completed.id;
|
|
20303
|
-
const feFromFeatureMd =
|
|
20340
|
+
const feFromFeatureMd = basename17.match(/^(FE-\d+)-[^/]+\.md$/);
|
|
20304
20341
|
if (feFromFeatureMd) {
|
|
20305
20342
|
const fe = feFromFeatureMd[1];
|
|
20306
20343
|
add(coordItem(`coord:uc:${fe}`, [mdId], "listUseCases", { featureCode: fe }));
|
|
20307
20344
|
return;
|
|
20308
20345
|
}
|
|
20309
|
-
const xpFromView =
|
|
20346
|
+
const xpFromView = basename17.match(/^(XP-\d+)-[^/]+\.md$/);
|
|
20310
20347
|
if (xpFromView) {
|
|
20311
20348
|
const xp = xpFromView[1];
|
|
20312
20349
|
const row2 = discoverExperienceTreeRows(contextDir2).find((r) => r.code === xp);
|
|
@@ -20318,7 +20355,7 @@ function expandAfterSuccess(completed, contextDir2, byId, fifo) {
|
|
|
20318
20355
|
}
|
|
20319
20356
|
return;
|
|
20320
20357
|
}
|
|
20321
|
-
const svFromSvc =
|
|
20358
|
+
const svFromSvc = basename17.match(/^(SV-\d+)-[^/]+\.md$/);
|
|
20322
20359
|
if (svFromSvc) {
|
|
20323
20360
|
const sv = svFromSvc[1];
|
|
20324
20361
|
const srow = discoverServiceTreeRows(contextDir2).find((r) => r.code === sv);
|
|
@@ -20330,7 +20367,7 @@ function expandAfterSuccess(completed, contextDir2, byId, fifo) {
|
|
|
20330
20367
|
}
|
|
20331
20368
|
return;
|
|
20332
20369
|
}
|
|
20333
|
-
const dmFromEnt =
|
|
20370
|
+
const dmFromEnt = basename17.match(/^(DM-\d+)-[^/]+\.md$/);
|
|
20334
20371
|
if (dmFromEnt) {
|
|
20335
20372
|
const dm = dmFromEnt[1];
|
|
20336
20373
|
add(coordItem(`coord:ef:${dm}`, [mdId], "listEntityFields", { entityCode: dm }));
|
|
@@ -20634,7 +20671,7 @@ async function prepareSynthesisWorktree(storageContext, repoRoot, log, options)
|
|
|
20634
20671
|
if (options?.clearPriorArtefactRun !== false) {
|
|
20635
20672
|
await clearArtefactRun(storageContext);
|
|
20636
20673
|
}
|
|
20637
|
-
const wt = createAnalysisWorktree(repoRoot);
|
|
20674
|
+
const wt = createAnalysisWorktree(repoRoot, { log });
|
|
20638
20675
|
if (!wt.ok) {
|
|
20639
20676
|
return { ok: false, error: wt.error };
|
|
20640
20677
|
}
|
|
@@ -20763,7 +20800,7 @@ async function runSynthesisPipeline(storageContext, repoRoot, workspaceLabel, ex
|
|
|
20763
20800
|
);
|
|
20764
20801
|
}
|
|
20765
20802
|
|
|
20766
|
-
// src/workspaceContextPromote.ts
|
|
20803
|
+
// ../../src/workspaceContextPromote.ts
|
|
20767
20804
|
var fs35 = __toESM(require("fs"));
|
|
20768
20805
|
var path33 = __toESM(require("path"));
|
|
20769
20806
|
function promoteContextDirectoryToWorkspaceFs(sourceContextDir, workspaceRootFs) {
|
|
@@ -20790,7 +20827,7 @@ function promoteContextDirectoryToWorkspaceFs(sourceContextDir, workspaceRootFs)
|
|
|
20790
20827
|
return { filesCopied };
|
|
20791
20828
|
}
|
|
20792
20829
|
|
|
20793
|
-
// src/shared/factoryPipelineExitConditions.ts
|
|
20830
|
+
// ../../src/shared/factoryPipelineExitConditions.ts
|
|
20794
20831
|
var FACTORY_PIPELINE_EXIT_CONDITIONS = {
|
|
20795
20832
|
create_analysis_worktree: "Git analysis checkout exists under the configured temp parent (SRS-8); ready for agent materialization.",
|
|
20796
20833
|
materialize_opencode_agents: "Bundled OpenCode agent definitions are copied into the analysis worktree (`.opencode/` tree).",
|
|
@@ -20803,7 +20840,7 @@ var FACTORY_PIPELINE_EXIT_CONDITIONS = {
|
|
|
20803
20840
|
backend_context_sync: "Context upload finished with no failures (quiet SRS-13 path; or cancel)."
|
|
20804
20841
|
};
|
|
20805
20842
|
|
|
20806
|
-
// src/factory/factoryValidationFailures.ts
|
|
20843
|
+
// ../../src/factory/factoryValidationFailures.ts
|
|
20807
20844
|
function factoryFailureDisplayId(row2) {
|
|
20808
20845
|
return row2.failureExitId;
|
|
20809
20846
|
}
|
|
@@ -20977,7 +21014,7 @@ function composeFactoryValidationError(orchestratorMessage, failures) {
|
|
|
20977
21014
|
return joined.length <= ERROR_JOIN_MAX ? joined : `${joined.slice(0, ERROR_JOIN_MAX - 1)}\u2026`;
|
|
20978
21015
|
}
|
|
20979
21016
|
|
|
20980
|
-
// src/factory/generateContextFactory.ts
|
|
21017
|
+
// ../../src/factory/generateContextFactory.ts
|
|
20981
21018
|
var FACTORY_PIPELINE_KEYS = [
|
|
20982
21019
|
"create_analysis_worktree",
|
|
20983
21020
|
"materialize_opencode_agents",
|
|
@@ -21428,11 +21465,11 @@ async function runGenerateContextFactory(deps) {
|
|
|
21428
21465
|
}
|
|
21429
21466
|
}
|
|
21430
21467
|
|
|
21431
|
-
// src/factory/generateContextFactoryHeadlessHost.ts
|
|
21468
|
+
// ../../src/factory/generateContextFactoryHeadlessHost.ts
|
|
21432
21469
|
var fs44 = __toESM(require("node:fs"));
|
|
21433
21470
|
var path43 = __toESM(require("node:path"));
|
|
21434
21471
|
|
|
21435
|
-
// src/stores/pipelineRunStore.ts
|
|
21472
|
+
// ../../src/stores/pipelineRunStore.ts
|
|
21436
21473
|
var STORAGE_KEY2 = SRS53_PIPELINE_RUN_KEY_V2;
|
|
21437
21474
|
function randomRunId2() {
|
|
21438
21475
|
return `${Date.now().toString(36)}-${Math.random().toString(36).slice(2, 10)}`;
|
|
@@ -21491,7 +21528,7 @@ async function finishPipelineRun(context, ok) {
|
|
|
21491
21528
|
});
|
|
21492
21529
|
}
|
|
21493
21530
|
|
|
21494
|
-
// src/stores/analysisWorkspaceStore.ts
|
|
21531
|
+
// ../../src/stores/analysisWorkspaceStore.ts
|
|
21495
21532
|
var STORAGE_KEY3 = "easyspecs.analysis.workspaceState.v1";
|
|
21496
21533
|
function readAnalysisWorkspaceSnapshot(context) {
|
|
21497
21534
|
const raw = context.workspaceState.get(STORAGE_KEY3);
|
|
@@ -21529,11 +21566,11 @@ async function noteAgentsMaterialized(context) {
|
|
|
21529
21566
|
});
|
|
21530
21567
|
}
|
|
21531
21568
|
|
|
21532
|
-
// src/pipelines/remediation/missingWorkstations.ts
|
|
21569
|
+
// ../../src/pipelines/remediation/missingWorkstations.ts
|
|
21533
21570
|
var fs37 = __toESM(require("fs"));
|
|
21534
21571
|
var path35 = __toESM(require("path"));
|
|
21535
21572
|
|
|
21536
|
-
// src/analysis/analysisDetailMarkdownDiscovery.ts
|
|
21573
|
+
// ../../src/analysis/analysisDetailMarkdownDiscovery.ts
|
|
21537
21574
|
var fs36 = __toESM(require("fs"));
|
|
21538
21575
|
var path34 = __toESM(require("path"));
|
|
21539
21576
|
var SLUG4 = /^[a-z0-9]+(?:-[a-z0-9]+)*$/;
|
|
@@ -21596,8 +21633,8 @@ function expectedFeatureDetailBasenameFromRow(row2) {
|
|
|
21596
21633
|
}
|
|
21597
21634
|
return `${code}-${slug}.md`;
|
|
21598
21635
|
}
|
|
21599
|
-
function ctxPath(contextDir2,
|
|
21600
|
-
return path34.join(contextDir2,
|
|
21636
|
+
function ctxPath(contextDir2, basename17) {
|
|
21637
|
+
return path34.join(contextDir2, basename17);
|
|
21601
21638
|
}
|
|
21602
21639
|
function pushTarget(targets, stem, outputBasename, taskDescription, contextDir2) {
|
|
21603
21640
|
const meta = STEM_TO_AGENT[stem];
|
|
@@ -21626,11 +21663,11 @@ function discoverDetailMarkdownGroups(contextDir2) {
|
|
|
21626
21663
|
continue;
|
|
21627
21664
|
}
|
|
21628
21665
|
const name = safeStr4(row2.name) || code;
|
|
21629
|
-
const
|
|
21666
|
+
const basename17 = `${code}-${slug}.md`;
|
|
21630
21667
|
pushTarget(
|
|
21631
21668
|
featureTargets,
|
|
21632
21669
|
"agent-md-feature-detail",
|
|
21633
|
-
|
|
21670
|
+
basename17,
|
|
21634
21671
|
`Document feature **${code}** (**${name}**, slug **${slug}**) per \`.gluecharm/context/features-list.json\`: scope, behaviour, main dependencies, entry points, and links to code under the worktree. Write exactly one markdown file at the output path; cite substantive claims with file and line (or range).`,
|
|
21635
21672
|
contextDir2
|
|
21636
21673
|
);
|
|
@@ -21811,7 +21848,7 @@ function collectExpectedDetailMarkdownBasenames(contextDir2) {
|
|
|
21811
21848
|
return set;
|
|
21812
21849
|
}
|
|
21813
21850
|
|
|
21814
|
-
// src/pipelines/remediation/missingWorkstations.ts
|
|
21851
|
+
// ../../src/pipelines/remediation/missingWorkstations.ts
|
|
21815
21852
|
function fileAndValidationFromKind(kind) {
|
|
21816
21853
|
if (kind === "valid") {
|
|
21817
21854
|
return { filePresentYesNo: "yes", validationYesNo: "yes" };
|
|
@@ -22152,7 +22189,7 @@ function toMissingWorkstationUiRows(rows, contextDir2, worktreeRoot) {
|
|
|
22152
22189
|
});
|
|
22153
22190
|
}
|
|
22154
22191
|
|
|
22155
|
-
// src/pipelines/remediation/missingWorkstationsPool.ts
|
|
22192
|
+
// ../../src/pipelines/remediation/missingWorkstationsPool.ts
|
|
22156
22193
|
var path36 = __toESM(require("path"));
|
|
22157
22194
|
function reconcileSkippedWorkItemsWithDisk(byId, contextDir2, worktreeRoot) {
|
|
22158
22195
|
for (const item of byId.values()) {
|
|
@@ -22277,12 +22314,12 @@ async function runRemediationPipelineMissingPass(p) {
|
|
|
22277
22314
|
return { cancelled: false, skippedWorkItemIds, indexOk, ...indexError ? { indexError } : {} };
|
|
22278
22315
|
}
|
|
22279
22316
|
|
|
22280
|
-
// src/pipelines/coverage/coveragePipeline.ts
|
|
22281
|
-
var
|
|
22317
|
+
// ../../src/pipelines/coverage/coveragePipeline.ts
|
|
22318
|
+
var import_child_process4 = require("child_process");
|
|
22282
22319
|
var fs39 = __toESM(require("fs"));
|
|
22283
22320
|
var path38 = __toESM(require("path"));
|
|
22284
22321
|
|
|
22285
|
-
// src/analysis/coverageReferenceValidationSchemaValidate.ts
|
|
22322
|
+
// ../../src/analysis/coverageReferenceValidationSchemaValidate.ts
|
|
22286
22323
|
var fs38 = __toESM(require("fs"));
|
|
22287
22324
|
var path37 = __toESM(require("path"));
|
|
22288
22325
|
var import__5 = __toESM(require__());
|
|
@@ -22350,7 +22387,7 @@ function readAndValidateCoverageReferenceValidationFile(jsonAbsolutePath) {
|
|
|
22350
22387
|
return { ok: true, data };
|
|
22351
22388
|
}
|
|
22352
22389
|
|
|
22353
|
-
// src/pipelines/coverage/coveragePipeline.ts
|
|
22390
|
+
// ../../src/pipelines/coverage/coveragePipeline.ts
|
|
22354
22391
|
var COVERAGE_REFERENCE_VALIDATION_BASENAME = "coverage-reference-validation.json";
|
|
22355
22392
|
var SKIP_CONTEXT_JSON = /* @__PURE__ */ new Set([
|
|
22356
22393
|
COVERAGE_REFERENCE_VALIDATION_BASENAME,
|
|
@@ -22382,8 +22419,8 @@ function tryLoadGitNonIgnoredPathSet(repositoryRootAbs) {
|
|
|
22382
22419
|
env
|
|
22383
22420
|
};
|
|
22384
22421
|
try {
|
|
22385
|
-
const tracked = (0,
|
|
22386
|
-
const others = (0,
|
|
22422
|
+
const tracked = (0, import_child_process4.execFileSync)("git", ["-c", "core.quotepath=false", "ls-files", "-z"], opts);
|
|
22423
|
+
const others = (0, import_child_process4.execFileSync)(
|
|
22387
22424
|
"git",
|
|
22388
22425
|
["-c", "core.quotepath=false", "ls-files", "-z", "--others", "--exclude-standard"],
|
|
22389
22426
|
opts
|
|
@@ -22796,12 +22833,12 @@ ${schemaCheck.errors.join("\n")}`,
|
|
|
22796
22833
|
return { ok: true, document, outputAbsolutePath: opts.write ? outPath : void 0 };
|
|
22797
22834
|
}
|
|
22798
22835
|
|
|
22799
|
-
// src/pipelines/remediation/zeroReferenceWorkstationChain.ts
|
|
22836
|
+
// ../../src/pipelines/remediation/zeroReferenceWorkstationChain.ts
|
|
22800
22837
|
var crypto = __toESM(require("crypto"));
|
|
22801
22838
|
var fs41 = __toESM(require("fs"));
|
|
22802
22839
|
var path40 = __toESM(require("path"));
|
|
22803
22840
|
|
|
22804
|
-
// src/analysis/zeroReferenceRemediationSchemaValidate.ts
|
|
22841
|
+
// ../../src/analysis/zeroReferenceRemediationSchemaValidate.ts
|
|
22805
22842
|
var fs40 = __toESM(require("fs"));
|
|
22806
22843
|
var path39 = __toESM(require("path"));
|
|
22807
22844
|
var import__6 = __toESM(require__());
|
|
@@ -22822,8 +22859,8 @@ function formatAjvErrors6(errors) {
|
|
|
22822
22859
|
});
|
|
22823
22860
|
}
|
|
22824
22861
|
var ajv = new import__6.default({ allErrors: true, strict: false });
|
|
22825
|
-
function compileSchema(
|
|
22826
|
-
const schemaPath = path39.join(schemasDir(),
|
|
22862
|
+
function compileSchema(basename17) {
|
|
22863
|
+
const schemaPath = path39.join(schemasDir(), basename17);
|
|
22827
22864
|
const schemaRaw = stripUtf8Bom5(fs40.readFileSync(schemaPath, "utf-8"));
|
|
22828
22865
|
const schema = JSON.parse(schemaRaw);
|
|
22829
22866
|
return ajv.compile(schema);
|
|
@@ -22857,7 +22894,7 @@ function validateZeroReferenceTriageDocumentData(data) {
|
|
|
22857
22894
|
return { ok: false, errors: formatAjvErrors6(validateTriageDoc.errors) };
|
|
22858
22895
|
}
|
|
22859
22896
|
|
|
22860
|
-
// src/pipelines/remediation/zeroReferenceWorkstationChain.ts
|
|
22897
|
+
// ../../src/pipelines/remediation/zeroReferenceWorkstationChain.ts
|
|
22861
22898
|
var ZERO_REF_ROUTING_BASENAME = "zero-reference-routing.json";
|
|
22862
22899
|
var ZERO_REF_TRIAGE_BASENAME = "zero-reference-triage.json";
|
|
22863
22900
|
var ZERO_REF_CLASSIFY_AGENT_STEM = "agent-classify-unreferenced-file";
|
|
@@ -23908,7 +23945,7 @@ async function runRemediationPipelineZeroRefPass(p) {
|
|
|
23908
23945
|
return { cancelled, completed, failures };
|
|
23909
23946
|
}
|
|
23910
23947
|
|
|
23911
|
-
// src/pipelines/coverage/coverageExecutionReport.ts
|
|
23948
|
+
// ../../src/pipelines/coverage/coverageExecutionReport.ts
|
|
23912
23949
|
var fs42 = __toESM(require("fs"));
|
|
23913
23950
|
var path41 = __toESM(require("path"));
|
|
23914
23951
|
var REFERENCE_COVERAGE_EXECUTION_REPORT_BASENAME = "reference-coverage-execution-report.md";
|
|
@@ -24077,7 +24114,7 @@ async function runCoverageExecutionReport(p) {
|
|
|
24077
24114
|
return { ok: true, outputAbsolutePath: outAbs };
|
|
24078
24115
|
}
|
|
24079
24116
|
|
|
24080
|
-
// src/gluecharm/minimalGluecharmLayout.ts
|
|
24117
|
+
// ../../src/gluecharm/minimalGluecharmLayout.ts
|
|
24081
24118
|
var fs43 = __toESM(require("node:fs"));
|
|
24082
24119
|
var path42 = __toESM(require("node:path"));
|
|
24083
24120
|
var MINIMAL_GLUECHARM_RELATIVE_DIRS = [
|
|
@@ -24102,7 +24139,7 @@ function ensureMinimalGluecharmLayoutNode(repoRootAbs) {
|
|
|
24102
24139
|
return { ok: true };
|
|
24103
24140
|
}
|
|
24104
24141
|
|
|
24105
|
-
// src/factory/factoryPipelineRegistry.ts
|
|
24142
|
+
// ../../src/factory/factoryPipelineRegistry.ts
|
|
24106
24143
|
function buildFactoryPipelineRegistry(cb) {
|
|
24107
24144
|
const synthesis = {
|
|
24108
24145
|
key: "synthesis",
|
|
@@ -24203,7 +24240,7 @@ function buildFactoryPipelineRegistry(cb) {
|
|
|
24203
24240
|
return { synthesis, coverage, remediation, linkMapping, upload, download };
|
|
24204
24241
|
}
|
|
24205
24242
|
|
|
24206
|
-
// src/factory/generateContextFactoryHeadlessHost.ts
|
|
24243
|
+
// ../../src/factory/generateContextFactoryHeadlessHost.ts
|
|
24207
24244
|
function buildFactoryDepsHeadless(input) {
|
|
24208
24245
|
const { storageContext, repoRoot, agentsDirFs, buildOpenCodeOptions, log, signal, macroConfig } = input;
|
|
24209
24246
|
let adHocWorktree;
|
|
@@ -24550,7 +24587,7 @@ function buildFactoryDepsHeadless(input) {
|
|
|
24550
24587
|
};
|
|
24551
24588
|
}
|
|
24552
24589
|
|
|
24553
|
-
// src/cli/failureExitRegistry.ts
|
|
24590
|
+
// ../../src/cli/failureExitRegistry.ts
|
|
24554
24591
|
var DRIFT_FACTORY = "context_drift";
|
|
24555
24592
|
function failureExitIdFromParts(exitCode, minor) {
|
|
24556
24593
|
return `${String(exitCode)}.${String(minor)}`;
|
|
@@ -24669,7 +24706,7 @@ function contextDriftFactoryFailureRow(code, error) {
|
|
|
24669
24706
|
return base;
|
|
24670
24707
|
}
|
|
24671
24708
|
|
|
24672
|
-
// src/cli/factoryValidationStderr.ts
|
|
24709
|
+
// ../../src/cli/factoryValidationStderr.ts
|
|
24673
24710
|
function readableLabelForAnyFactory(row2) {
|
|
24674
24711
|
return row2.factory === "context_drift" ? readableLabelForDriftFactoryPhase(row2.phase) : readableLabelForFactoryPhase(row2.phase);
|
|
24675
24712
|
}
|
|
@@ -24699,11 +24736,11 @@ function stderrLinesForFactoryFailures(failures, exitCode) {
|
|
|
24699
24736
|
return lines;
|
|
24700
24737
|
}
|
|
24701
24738
|
|
|
24702
|
-
// src/factory/updateContext/runUpdateContextFactory.ts
|
|
24739
|
+
// ../../src/factory/updateContext/runUpdateContextFactory.ts
|
|
24703
24740
|
var fs49 = __toESM(require("node:fs"));
|
|
24704
24741
|
var path48 = __toESM(require("node:path"));
|
|
24705
24742
|
|
|
24706
|
-
// src/factory/updateContext/updateContextBaseline.ts
|
|
24743
|
+
// ../../src/factory/updateContext/updateContextBaseline.ts
|
|
24707
24744
|
var fs45 = __toESM(require("node:fs"));
|
|
24708
24745
|
var path44 = __toESM(require("node:path"));
|
|
24709
24746
|
function isValidIso(s) {
|
|
@@ -24768,7 +24805,7 @@ function persistUpdateContextLastRunAt(repoRootAbs, isoUtc) {
|
|
|
24768
24805
|
});
|
|
24769
24806
|
}
|
|
24770
24807
|
|
|
24771
|
-
// src/factory/updateContext/updateContextGitWindow.ts
|
|
24808
|
+
// ../../src/factory/updateContext/updateContextGitWindow.ts
|
|
24772
24809
|
var import_node_child_process2 = require("node:child_process");
|
|
24773
24810
|
var fs46 = __toESM(require("node:fs"));
|
|
24774
24811
|
var path45 = __toESM(require("node:path"));
|
|
@@ -24870,7 +24907,7 @@ function filterPathsExistingInWorktree(worktreeRootAbs, pathsPosix) {
|
|
|
24870
24907
|
return out;
|
|
24871
24908
|
}
|
|
24872
24909
|
|
|
24873
|
-
// src/factory/updateContext/updateContextReport.ts
|
|
24910
|
+
// ../../src/factory/updateContext/updateContextReport.ts
|
|
24874
24911
|
var fs47 = __toESM(require("node:fs"));
|
|
24875
24912
|
var path46 = __toESM(require("node:path"));
|
|
24876
24913
|
var CHANGES_SINCE_DATE_BASENAME = "changes-since-date.md";
|
|
@@ -24922,7 +24959,7 @@ function writeChangesSinceDateReport(contextDirAbs, body) {
|
|
|
24922
24959
|
}
|
|
24923
24960
|
}
|
|
24924
24961
|
|
|
24925
|
-
// src/factory/updateContext/updateContextSeedCheck.ts
|
|
24962
|
+
// ../../src/factory/updateContext/updateContextSeedCheck.ts
|
|
24926
24963
|
var fs48 = __toESM(require("node:fs"));
|
|
24927
24964
|
var path47 = __toESM(require("node:path"));
|
|
24928
24965
|
var INDEX_BASENAME = "index-application-context.json";
|
|
@@ -24969,7 +25006,7 @@ function isWorktreeContextSeeded(contextDirAbs) {
|
|
|
24969
25006
|
return distinct.size >= 3;
|
|
24970
25007
|
}
|
|
24971
25008
|
|
|
24972
|
-
// src/factory/updateContext/runUpdateContextFactory.ts
|
|
25009
|
+
// ../../src/factory/updateContext/runUpdateContextFactory.ts
|
|
24973
25010
|
var REMEDIATION_CHUNK_MAX = 40;
|
|
24974
25011
|
function contextDirUnderRoot(wtRoot) {
|
|
24975
25012
|
return path48.join(wtRoot, ".gluecharm", "context");
|
|
@@ -25337,11 +25374,11 @@ async function runUpdateContextFactory(deps) {
|
|
|
25337
25374
|
};
|
|
25338
25375
|
}
|
|
25339
25376
|
|
|
25340
|
-
// src/factory/contextDrift/runContextDriftFactory.ts
|
|
25377
|
+
// ../../src/factory/contextDrift/runContextDriftFactory.ts
|
|
25341
25378
|
var fs55 = __toESM(require("node:fs"));
|
|
25342
25379
|
var path53 = __toESM(require("node:path"));
|
|
25343
25380
|
|
|
25344
|
-
// src/factory/contextDrift/contextDriftManifest.ts
|
|
25381
|
+
// ../../src/factory/contextDrift/contextDriftManifest.ts
|
|
25345
25382
|
var fs50 = __toESM(require("node:fs"));
|
|
25346
25383
|
var path49 = __toESM(require("node:path"));
|
|
25347
25384
|
var MAX_REFERENCE_BYTES = 256 * 1024;
|
|
@@ -25447,11 +25484,11 @@ function buildComparisonManifest(args) {
|
|
|
25447
25484
|
};
|
|
25448
25485
|
}
|
|
25449
25486
|
|
|
25450
|
-
// src/factory/contextDrift/contextDriftAgent.ts
|
|
25487
|
+
// ../../src/factory/contextDrift/contextDriftAgent.ts
|
|
25451
25488
|
var fs51 = __toESM(require("node:fs"));
|
|
25452
25489
|
var path50 = __toESM(require("node:path"));
|
|
25453
25490
|
|
|
25454
|
-
// src/factory/contextDrift/contextDriftPayload.ts
|
|
25491
|
+
// ../../src/factory/contextDrift/contextDriftPayload.ts
|
|
25455
25492
|
function isNonEmptyString2(v) {
|
|
25456
25493
|
return typeof v === "string" && v.trim().length > 0;
|
|
25457
25494
|
}
|
|
@@ -25566,7 +25603,7 @@ function renderDriftMarkdown(args) {
|
|
|
25566
25603
|
return lines.join("\n");
|
|
25567
25604
|
}
|
|
25568
25605
|
|
|
25569
|
-
// src/factory/contextDrift/contextDriftAgent.ts
|
|
25606
|
+
// ../../src/factory/contextDrift/contextDriftAgent.ts
|
|
25570
25607
|
var CONTEXT_DRIFT_AGENT_STEM = "agent-context-drift-compare";
|
|
25571
25608
|
function expandArgvTemplate5(template, vars) {
|
|
25572
25609
|
return template.map((part) => {
|
|
@@ -25661,7 +25698,7 @@ async function runDriftComparisonOpenCode(args) {
|
|
|
25661
25698
|
return { ok: true, payload: parsed.payload };
|
|
25662
25699
|
}
|
|
25663
25700
|
|
|
25664
|
-
// src/factory/contextDrift/contextDriftPaths.ts
|
|
25701
|
+
// ../../src/factory/contextDrift/contextDriftPaths.ts
|
|
25665
25702
|
var crypto2 = __toESM(require("node:crypto"));
|
|
25666
25703
|
var fs52 = __toESM(require("node:fs"));
|
|
25667
25704
|
var path51 = __toESM(require("node:path"));
|
|
@@ -25775,7 +25812,7 @@ function toPosixPath(p) {
|
|
|
25775
25812
|
return p.split(path51.sep).join("/");
|
|
25776
25813
|
}
|
|
25777
25814
|
|
|
25778
|
-
// src/factory/contextDrift/contextDriftIndex.ts
|
|
25815
|
+
// ../../src/factory/contextDrift/contextDriftIndex.ts
|
|
25779
25816
|
var fs53 = __toESM(require("node:fs"));
|
|
25780
25817
|
var START = "<!-- easyspecs-drift-links:start -->";
|
|
25781
25818
|
var END = "<!-- easyspecs-drift-links:end -->";
|
|
@@ -25813,7 +25850,7 @@ function escapeRe(s) {
|
|
|
25813
25850
|
return s.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
25814
25851
|
}
|
|
25815
25852
|
|
|
25816
|
-
// src/factory/contextDrift/contextDriftPromote.ts
|
|
25853
|
+
// ../../src/factory/contextDrift/contextDriftPromote.ts
|
|
25817
25854
|
var fs54 = __toESM(require("node:fs"));
|
|
25818
25855
|
var path52 = __toESM(require("node:path"));
|
|
25819
25856
|
function copyWorktreeFileToWorkspace(args) {
|
|
@@ -25823,7 +25860,7 @@ function copyWorktreeFileToWorkspace(args) {
|
|
|
25823
25860
|
fs54.copyFileSync(src, dest);
|
|
25824
25861
|
}
|
|
25825
25862
|
|
|
25826
|
-
// src/factory/contextDrift/runContextDriftFactory.ts
|
|
25863
|
+
// ../../src/factory/contextDrift/runContextDriftFactory.ts
|
|
25827
25864
|
async function runContextDriftFactory(deps) {
|
|
25828
25865
|
const runDate = utcDateString(/* @__PURE__ */ new Date());
|
|
25829
25866
|
const baseMeta = { command: "context_drift", referencePath: deps.referencePathArg };
|
|
@@ -26081,7 +26118,7 @@ async function runContextDriftFactory(deps) {
|
|
|
26081
26118
|
};
|
|
26082
26119
|
}
|
|
26083
26120
|
|
|
26084
|
-
// src/analysis/coordinationDuplicatesDiagnosis.ts
|
|
26121
|
+
// ../../src/analysis/coordinationDuplicatesDiagnosis.ts
|
|
26085
26122
|
var fs56 = __toESM(require("fs"));
|
|
26086
26123
|
var path54 = __toESM(require("path"));
|
|
26087
26124
|
var import__7 = __toESM(require__());
|
|
@@ -26108,14 +26145,14 @@ var RE_MD_SV = /^SV-\d+-.+\.md$/i;
|
|
|
26108
26145
|
var RE_MD_DM_FD = /^DM-\d+_FD-\d+-.+\.md$/i;
|
|
26109
26146
|
var RE_MD_DM = /^DM-\d+-.+\.md$/i;
|
|
26110
26147
|
var RE_MD_TS = /^TS-\d+-.+\.md$/i;
|
|
26111
|
-
function looksLikeCoordinationDetailMarkdownBasename(
|
|
26112
|
-
if (!
|
|
26148
|
+
function looksLikeCoordinationDetailMarkdownBasename(basename17) {
|
|
26149
|
+
if (!basename17 || basename17 !== path54.basename(basename17) || !/\.md$/i.test(basename17)) {
|
|
26113
26150
|
return false;
|
|
26114
26151
|
}
|
|
26115
|
-
if (STAPLE_CONTEXT_MARKDOWN_BASENAMES.has(
|
|
26152
|
+
if (STAPLE_CONTEXT_MARKDOWN_BASENAMES.has(basename17)) {
|
|
26116
26153
|
return false;
|
|
26117
26154
|
}
|
|
26118
|
-
return RE_MD_FE_UC_SC.test(
|
|
26155
|
+
return RE_MD_FE_UC_SC.test(basename17) || RE_MD_FE_UC_SLUG.test(basename17) || RE_MD_FE_UC_PLAIN.test(basename17) || RE_MD_FE_FEATURE.test(basename17) || RE_MD_XP_BH.test(basename17) || RE_MD_XP_VIEW.test(basename17) || RE_MD_SV_ME.test(basename17) || RE_MD_SV.test(basename17) || RE_MD_DM_FD.test(basename17) || RE_MD_DM.test(basename17) || RE_MD_TS.test(basename17);
|
|
26119
26156
|
}
|
|
26120
26157
|
function loadRawFeatureRows(contextDirAbs) {
|
|
26121
26158
|
const p = path54.join(contextDirAbs, "features-list.json");
|
|
@@ -26130,8 +26167,8 @@ function loadRawFeatureRows(contextDirAbs) {
|
|
|
26130
26167
|
return [];
|
|
26131
26168
|
}
|
|
26132
26169
|
}
|
|
26133
|
-
function hintForOrphanFeatureMarkdown(
|
|
26134
|
-
const m = /^FE-(\d+)-(.+)\.md$/i.exec(
|
|
26170
|
+
function hintForOrphanFeatureMarkdown(basename17, featureRows) {
|
|
26171
|
+
const m = /^FE-(\d+)-(.+)\.md$/i.exec(basename17);
|
|
26135
26172
|
if (!m) {
|
|
26136
26173
|
return void 0;
|
|
26137
26174
|
}
|
|
@@ -26143,8 +26180,8 @@ function hintForOrphanFeatureMarkdown(basename16, featureRows) {
|
|
|
26143
26180
|
continue;
|
|
26144
26181
|
}
|
|
26145
26182
|
const expected = expectedFeatureDetailBasenameFromRow(row2);
|
|
26146
|
-
if (expected && expected !==
|
|
26147
|
-
return `features-list row ${code} currently implies detail file ${expected} (slug/name changed \u2014 ${
|
|
26183
|
+
if (expected && expected !== basename17) {
|
|
26184
|
+
return `features-list row ${code} currently implies detail file ${expected} (slug/name changed \u2014 ${basename17} may be stale).`;
|
|
26148
26185
|
}
|
|
26149
26186
|
if (!expected) {
|
|
26150
26187
|
return `features-list row ${code} has no resolvable slug for a detail markdown basename.`;
|
|
@@ -26531,7 +26568,7 @@ function runCoordinationDuplicatesDiagnosis(input) {
|
|
|
26531
26568
|
};
|
|
26532
26569
|
}
|
|
26533
26570
|
|
|
26534
|
-
// src/pipelines/download/downloadPipeline.ts
|
|
26571
|
+
// ../../src/pipelines/download/downloadPipeline.ts
|
|
26535
26572
|
var fs57 = __toESM(require("node:fs"));
|
|
26536
26573
|
var path55 = __toESM(require("node:path"));
|
|
26537
26574
|
var SRS_DISCOVERY_BATCH_GET_CHUNK_SIZE = 200;
|
|
@@ -26772,7 +26809,7 @@ async function runDownloadPipeline(opts) {
|
|
|
26772
26809
|
return { downloaded, skipped, failed, localFilesRemoved, succeededIds };
|
|
26773
26810
|
}
|
|
26774
26811
|
|
|
26775
|
-
// src/auth/authApi.ts
|
|
26812
|
+
// ../../src/auth/authApi.ts
|
|
26776
26813
|
var API_TIMEOUT_MS = 1e4;
|
|
26777
26814
|
async function fetchWithTimeout(url, init, fetchImpl) {
|
|
26778
26815
|
const controller = new AbortController();
|
|
@@ -26828,7 +26865,7 @@ function toFetchErrorMessage(e) {
|
|
|
26828
26865
|
return { status: 0, message: msg };
|
|
26829
26866
|
}
|
|
26830
26867
|
|
|
26831
|
-
// src/auth/gluecharmContentNegotiation.ts
|
|
26868
|
+
// ../../src/auth/gluecharmContentNegotiation.ts
|
|
26832
26869
|
var GLUECHARM_WS_LEGACY_JSON = "application/vnd.gluecharm.v1.ws-legacy+json";
|
|
26833
26870
|
function pathWithoutQuery(path60) {
|
|
26834
26871
|
const q = path60.indexOf("?");
|
|
@@ -26847,7 +26884,7 @@ function gluecharmContentHeaders(method) {
|
|
|
26847
26884
|
return headers;
|
|
26848
26885
|
}
|
|
26849
26886
|
|
|
26850
|
-
// src/auth/authenticatedFetch.ts
|
|
26887
|
+
// ../../src/auth/authenticatedFetch.ts
|
|
26851
26888
|
async function fetchWithTimeout2(url, init, fetchImpl, timeoutMs, externalSignal) {
|
|
26852
26889
|
const controller = new AbortController();
|
|
26853
26890
|
const timeoutId = setTimeout(() => controller.abort(), timeoutMs);
|
|
@@ -26925,7 +26962,7 @@ function createAuthenticatedRequestJson(deps) {
|
|
|
26925
26962
|
return requestJson;
|
|
26926
26963
|
}
|
|
26927
26964
|
|
|
26928
|
-
// src/cli/cliSession.ts
|
|
26965
|
+
// ../../src/cli/cliSession.ts
|
|
26929
26966
|
var fs58 = __toESM(require("node:fs"));
|
|
26930
26967
|
var os3 = __toESM(require("node:os"));
|
|
26931
26968
|
var path56 = __toESM(require("node:path"));
|
|
@@ -27000,7 +27037,7 @@ function clearCliSession() {
|
|
|
27000
27037
|
}
|
|
27001
27038
|
}
|
|
27002
27039
|
|
|
27003
|
-
// src/analysis/acePendingTraces.ts
|
|
27040
|
+
// ../../src/analysis/acePendingTraces.ts
|
|
27004
27041
|
var fs59 = __toESM(require("fs"));
|
|
27005
27042
|
var path57 = __toESM(require("path"));
|
|
27006
27043
|
function normalizeAceTraceRelativePath(rel) {
|
|
@@ -27066,7 +27103,7 @@ function listPendingAceTraceFiles(contextDir2, worktreeRoot) {
|
|
|
27066
27103
|
return pending.map((x) => x.abs);
|
|
27067
27104
|
}
|
|
27068
27105
|
|
|
27069
|
-
// src/analysis/aceAutoLearnPool.ts
|
|
27106
|
+
// ../../src/analysis/aceAutoLearnPool.ts
|
|
27070
27107
|
var path58 = __toESM(require("path"));
|
|
27071
27108
|
function clampConcurrency2(n) {
|
|
27072
27109
|
if (!Number.isFinite(n)) {
|
|
@@ -27148,7 +27185,7 @@ async function runAceAutoLearnPool(p) {
|
|
|
27148
27185
|
return { cancelled: abortSignal?.aborted === true, completed, failed };
|
|
27149
27186
|
}
|
|
27150
27187
|
|
|
27151
|
-
// src/cli/parseTailFlags.ts
|
|
27188
|
+
// ../../src/cli/parseTailFlags.ts
|
|
27152
27189
|
function parseTailFlags(tail) {
|
|
27153
27190
|
let rootKind = "workspace";
|
|
27154
27191
|
let worktree;
|
|
@@ -27173,7 +27210,7 @@ function parseTailFlags(tail) {
|
|
|
27173
27210
|
return { rootKind, worktree };
|
|
27174
27211
|
}
|
|
27175
27212
|
|
|
27176
|
-
// src/cli/parseContextDriftTail.ts
|
|
27213
|
+
// ../../src/cli/parseContextDriftTail.ts
|
|
27177
27214
|
function parseContextDriftTail(tail) {
|
|
27178
27215
|
const rest = [];
|
|
27179
27216
|
let label;
|
|
@@ -27216,7 +27253,7 @@ function stripRootWorktreeTokens(tokens) {
|
|
|
27216
27253
|
return out;
|
|
27217
27254
|
}
|
|
27218
27255
|
|
|
27219
|
-
// src/cli/parseDoctorFlags.ts
|
|
27256
|
+
// ../../src/cli/parseDoctorFlags.ts
|
|
27220
27257
|
var ALLOWED = /* @__PURE__ */ new Set(["--readiness", "--inspect-config"]);
|
|
27221
27258
|
function parseDoctorFlags(tail) {
|
|
27222
27259
|
for (const t of tail) {
|
|
@@ -27233,7 +27270,7 @@ function parseDoctorFlags(tail) {
|
|
|
27233
27270
|
};
|
|
27234
27271
|
}
|
|
27235
27272
|
|
|
27236
|
-
// src/cli/parseAuthLoginTail.ts
|
|
27273
|
+
// ../../src/cli/parseAuthLoginTail.ts
|
|
27237
27274
|
function extractAuthLoginSessionPathFromTail(tail) {
|
|
27238
27275
|
const rest = [];
|
|
27239
27276
|
let sessionPath;
|
|
@@ -27290,7 +27327,7 @@ function parseAuthLoginTail(tail) {
|
|
|
27290
27327
|
return { ok: true, creds: { email: email.trim(), password } };
|
|
27291
27328
|
}
|
|
27292
27329
|
|
|
27293
|
-
// src/cli/cliDiagStyle.ts
|
|
27330
|
+
// ../../src/cli/cliDiagStyle.ts
|
|
27294
27331
|
var RESET = "\x1B[0m";
|
|
27295
27332
|
var DIM = "\x1B[2m";
|
|
27296
27333
|
var BOLD = "\x1B[1m";
|
|
@@ -27610,8 +27647,8 @@ function formatCliStderrLine(line, useAnsi) {
|
|
|
27610
27647
|
return { leadingBlank, text };
|
|
27611
27648
|
}
|
|
27612
27649
|
|
|
27613
|
-
// src/cli/main.ts
|
|
27614
|
-
var PKG_VERSION = "0.0.
|
|
27650
|
+
// ../../src/cli/main.ts
|
|
27651
|
+
var PKG_VERSION = "0.0.18";
|
|
27615
27652
|
function isNonEmptyFactoryFailureArray(x) {
|
|
27616
27653
|
if (!Array.isArray(x) || x.length === 0) {
|
|
27617
27654
|
return false;
|