@fro.bot/systematic 3.18.2 → 3.18.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +2 -2
- package/dist/{index-nrgffx9y.js → index-be0zwq50.js} +26 -26
- package/dist/index.js +1 -1
- package/dist/pi.js +26 -26
- package/package.json +3 -3
- package/skills/ce-review/scripts/validate-review.mjs +28 -28
package/dist/cli.js
CHANGED
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
findCommandsInDir,
|
|
34
34
|
findSkillsInDir,
|
|
35
35
|
discoverSkills
|
|
36
|
-
} from "./index-
|
|
36
|
+
} from "./index-be0zwq50.js";
|
|
37
37
|
var __defProp = Object.defineProperty;
|
|
38
38
|
var __returnValue = (v) => v;
|
|
39
39
|
function __exportSetter(name, newValue) {
|
|
@@ -831,7 +831,7 @@ function buildCapabilitySnapshot(options) {
|
|
|
831
831
|
options.outputSink?.(serialized);
|
|
832
832
|
return snapshot;
|
|
833
833
|
}
|
|
834
|
-
// node_modules/.bun/zod@4.6.
|
|
834
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/classic/iso.js
|
|
835
835
|
var exports_iso = {};
|
|
836
836
|
__export(exports_iso, {
|
|
837
837
|
ZodISODate: () => ZodISODate,
|
|
@@ -1786,7 +1786,7 @@ var BUNDLED_SKILL_NAMES = [
|
|
|
1786
1786
|
"writing-skills"
|
|
1787
1787
|
];
|
|
1788
1788
|
|
|
1789
|
-
// node_modules/.bun/zod@4.6.
|
|
1789
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/util.js
|
|
1790
1790
|
function getEnumValues(entries) {
|
|
1791
1791
|
const numericValues = Object.values(entries).filter((v) => typeof v === "number");
|
|
1792
1792
|
const values = Object.entries(entries).filter(([k, _]) => numericValues.indexOf(+k) === -1).map(([_, v]) => v);
|
|
@@ -2332,7 +2332,7 @@ function constantCatch(value) {
|
|
|
2332
2332
|
return fn;
|
|
2333
2333
|
}
|
|
2334
2334
|
|
|
2335
|
-
// node_modules/.bun/zod@4.6.
|
|
2335
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/core.js
|
|
2336
2336
|
var _a;
|
|
2337
2337
|
var _zodDesc = { value: undefined, enumerable: false };
|
|
2338
2338
|
var _E = "captureStackTrace" in Error ? Error : null;
|
|
@@ -2451,7 +2451,7 @@ function config(newConfig) {
|
|
|
2451
2451
|
Object.assign(globalConfig, newConfig);
|
|
2452
2452
|
return globalConfig;
|
|
2453
2453
|
}
|
|
2454
|
-
// node_modules/.bun/zod@4.6.
|
|
2454
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/errors.js
|
|
2455
2455
|
function _getMessage() {
|
|
2456
2456
|
const internals = this._zod;
|
|
2457
2457
|
internals.message ?? (internals.message = JSON.stringify(internals.def, jsonStringifyReplacer, 2));
|
|
@@ -2566,7 +2566,7 @@ function formatError(error, mapper = (issue) => issue.message) {
|
|
|
2566
2566
|
return fieldErrors;
|
|
2567
2567
|
}
|
|
2568
2568
|
|
|
2569
|
-
// node_modules/.bun/zod@4.6.
|
|
2569
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/parse.js
|
|
2570
2570
|
function finalizeParams(callee, params) {
|
|
2571
2571
|
return { callee: params?.callee ?? callee, Err: params?.Err };
|
|
2572
2572
|
}
|
|
@@ -2713,7 +2713,7 @@ var _safeEncodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
|
2713
2713
|
var _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
2714
2714
|
return _safeParseAsync(_Err)(schema, value, _ctx);
|
|
2715
2715
|
};
|
|
2716
|
-
// node_modules/.bun/zod@4.6.
|
|
2716
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/regexes.js
|
|
2717
2717
|
var cuid = /^[cC][0-9a-z]{6,}$/;
|
|
2718
2718
|
var cuid2 = /^[0-9a-z]+$/;
|
|
2719
2719
|
var ulid = /^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$/;
|
|
@@ -2771,7 +2771,7 @@ var boolean2 = /^(?:true|false)$/i;
|
|
|
2771
2771
|
var lowercase = /^[^A-Z]*$/;
|
|
2772
2772
|
var uppercase = /^[^a-z]*$/;
|
|
2773
2773
|
|
|
2774
|
-
// node_modules/.bun/zod@4.6.
|
|
2774
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/checks.js
|
|
2775
2775
|
var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
2776
2776
|
var _a;
|
|
2777
2777
|
inst._zod ?? (inst._zod = {});
|
|
@@ -3087,7 +3087,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
|
|
|
3087
3087
|
};
|
|
3088
3088
|
});
|
|
3089
3089
|
|
|
3090
|
-
// node_modules/.bun/zod@4.6.
|
|
3090
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/doc.js
|
|
3091
3091
|
class Doc {
|
|
3092
3092
|
constructor(args = [], closed = {}) {
|
|
3093
3093
|
this.content = [];
|
|
@@ -3129,14 +3129,14 @@ ${content.join(`
|
|
|
3129
3129
|
}
|
|
3130
3130
|
}
|
|
3131
3131
|
|
|
3132
|
-
// node_modules/.bun/zod@4.6.
|
|
3132
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/versions.js
|
|
3133
3133
|
var version = {
|
|
3134
3134
|
major: 4,
|
|
3135
3135
|
minor: 6,
|
|
3136
|
-
patch:
|
|
3136
|
+
patch: 2
|
|
3137
3137
|
};
|
|
3138
3138
|
|
|
3139
|
-
// node_modules/.bun/zod@4.6.
|
|
3139
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/schemas.js
|
|
3140
3140
|
var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
3141
3141
|
var _a;
|
|
3142
3142
|
inst ?? (inst = {});
|
|
@@ -3733,7 +3733,7 @@ function handlePropertyResult(result, final, key, input, optin, optout) {
|
|
|
3733
3733
|
return;
|
|
3734
3734
|
}
|
|
3735
3735
|
if (result.value === undefined) {
|
|
3736
|
-
if (isPresent) {
|
|
3736
|
+
if (isPresent || optin === "defaulted" && !isOptionalOut) {
|
|
3737
3737
|
final.value[key] = undefined;
|
|
3738
3738
|
}
|
|
3739
3739
|
} else {
|
|
@@ -3967,16 +3967,16 @@ var $ZodObjectJIT = /* @__PURE__ */ $constructor("$ZodObjectJIT", (inst, def) =>
|
|
|
3967
3967
|
doc.write(`
|
|
3968
3968
|
if (${id}.issues.length) {${prefixStr(id, k)}
|
|
3969
3969
|
}
|
|
3970
|
-
|
|
3971
|
-
if (
|
|
3972
|
-
|
|
3973
|
-
newResult[${k}] = undefined;
|
|
3974
|
-
}
|
|
3970
|
+
`);
|
|
3971
|
+
if (optin === "defaulted") {
|
|
3972
|
+
doc.write(`newResult[${k}] = ${id}.value;`);
|
|
3975
3973
|
} else {
|
|
3974
|
+
doc.write(`
|
|
3975
|
+
if (${id}.value !== undefined || ${isPresent}) {
|
|
3976
3976
|
newResult[${k}] = ${id}.value;
|
|
3977
3977
|
}
|
|
3978
|
-
|
|
3979
3978
|
`);
|
|
3979
|
+
}
|
|
3980
3980
|
}
|
|
3981
3981
|
}
|
|
3982
3982
|
doc.write(`payload.value = newResult;`);
|
|
@@ -4783,7 +4783,7 @@ var $ZodProperties = /* @__PURE__ */ $constructor("$ZodProperties", (inst, def)
|
|
|
4783
4783
|
yield this;
|
|
4784
4784
|
}
|
|
4785
4785
|
});
|
|
4786
|
-
// node_modules/.bun/zod@4.6.
|
|
4786
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/memoizer.js
|
|
4787
4787
|
class $ZodCyclicError extends Error {
|
|
4788
4788
|
constructor() {
|
|
4789
4789
|
super(`Cannot parse a reference cycle that closes through a transform`);
|
|
@@ -5055,7 +5055,7 @@ function isBackEdge(ctx, value) {
|
|
|
5055
5055
|
const backEdges = ctx[STATE]?.backEdges;
|
|
5056
5056
|
return backEdges !== undefined && isRef(value) && backEdges.has(value);
|
|
5057
5057
|
}
|
|
5058
|
-
// node_modules/.bun/zod@4.6.
|
|
5058
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/locales/en.js
|
|
5059
5059
|
var error = () => {
|
|
5060
5060
|
const Sizable = {
|
|
5061
5061
|
string: { unit: "characters", verb: "to have" },
|
|
@@ -5176,7 +5176,7 @@ function en_default() {
|
|
|
5176
5176
|
localeError: error()
|
|
5177
5177
|
};
|
|
5178
5178
|
}
|
|
5179
|
-
// node_modules/.bun/zod@4.6.
|
|
5179
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/registries.js
|
|
5180
5180
|
var _a2;
|
|
5181
5181
|
class $ZodRegistry {
|
|
5182
5182
|
constructor() {
|
|
@@ -5223,7 +5223,7 @@ function registry() {
|
|
|
5223
5223
|
}
|
|
5224
5224
|
(_a2 = globalThis).__zod_globalRegistry ?? (_a2.__zod_globalRegistry = registry());
|
|
5225
5225
|
var globalRegistry = globalThis.__zod_globalRegistry;
|
|
5226
|
-
// node_modules/.bun/zod@4.6.
|
|
5226
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/api.js
|
|
5227
5227
|
function _string(Class, params) {
|
|
5228
5228
|
return new Class({
|
|
5229
5229
|
type: "string",
|
|
@@ -5673,7 +5673,7 @@ function _check(fn, params) {
|
|
|
5673
5673
|
ch._zod.check = fn;
|
|
5674
5674
|
return ch;
|
|
5675
5675
|
}
|
|
5676
|
-
// node_modules/.bun/zod@4.6.
|
|
5676
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/to-json-schema.js
|
|
5677
5677
|
function assignProps(target, ...sources) {
|
|
5678
5678
|
for (const source of sources) {
|
|
5679
5679
|
for (const key of Reflect.ownKeys(source)) {
|
|
@@ -6196,7 +6196,7 @@ var createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) =
|
|
|
6196
6196
|
extractDefs(ctx, schema);
|
|
6197
6197
|
return finalize(ctx, schema);
|
|
6198
6198
|
};
|
|
6199
|
-
// node_modules/.bun/zod@4.6.
|
|
6199
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/json-schema-processors.js
|
|
6200
6200
|
var narrowMin = (agg, key, value) => {
|
|
6201
6201
|
if (agg[key] === undefined || value > agg[key])
|
|
6202
6202
|
agg[key] = value;
|
|
@@ -6723,7 +6723,7 @@ var optionalProcessor = (schema, ctx, _json, params) => {
|
|
|
6723
6723
|
const seen = ctx.seen.get(schema);
|
|
6724
6724
|
seen.ref = def.innerType;
|
|
6725
6725
|
};
|
|
6726
|
-
// node_modules/.bun/zod@4.6.
|
|
6726
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/classic/errors.js
|
|
6727
6727
|
var _installedErrorProtos = /* @__PURE__ */ new WeakSet([Object.prototype, Error.prototype]);
|
|
6728
6728
|
function _lazyMethod(proto, key, make) {
|
|
6729
6729
|
Object.defineProperty(proto, key, {
|
|
@@ -6768,7 +6768,7 @@ var ZodRealError = /* @__PURE__ */ $constructor("ZodError", initializer2, undefi
|
|
|
6768
6768
|
Parent: Error
|
|
6769
6769
|
});
|
|
6770
6770
|
|
|
6771
|
-
// node_modules/.bun/zod@4.6.
|
|
6771
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/classic/parse.js
|
|
6772
6772
|
var parse4 = /* @__PURE__ */ _parse(ZodRealError);
|
|
6773
6773
|
var parseAsync = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
6774
6774
|
var safeParse = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -6782,7 +6782,7 @@ var safeDecode = /* @__PURE__ */ _safeDecode(ZodRealError);
|
|
|
6782
6782
|
var safeEncodeAsync = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
6783
6783
|
var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
6784
6784
|
|
|
6785
|
-
// node_modules/.bun/zod@4.6.
|
|
6785
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/classic/schemas.js
|
|
6786
6786
|
function _ensureDefaultLocale() {
|
|
6787
6787
|
if (!globalConfig.localeError)
|
|
6788
6788
|
config(en_default());
|
package/dist/index.js
CHANGED
package/dist/pi.js
CHANGED
|
@@ -3549,7 +3549,7 @@ var BUNDLED_SKILL_NAMES = [
|
|
|
3549
3549
|
"writing-skills"
|
|
3550
3550
|
];
|
|
3551
3551
|
|
|
3552
|
-
// node_modules/.bun/zod@4.6.
|
|
3552
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/util.js
|
|
3553
3553
|
function getEnumValues(entries) {
|
|
3554
3554
|
const numericValues = Object.values(entries).filter((v) => typeof v === "number");
|
|
3555
3555
|
const values = Object.entries(entries).filter(([k, _]) => numericValues.indexOf(+k) === -1).map(([_, v]) => v);
|
|
@@ -4095,7 +4095,7 @@ function constantCatch(value) {
|
|
|
4095
4095
|
return fn;
|
|
4096
4096
|
}
|
|
4097
4097
|
|
|
4098
|
-
// node_modules/.bun/zod@4.6.
|
|
4098
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/core.js
|
|
4099
4099
|
var _a;
|
|
4100
4100
|
var _zodDesc = { value: undefined, enumerable: false };
|
|
4101
4101
|
var _E = "captureStackTrace" in Error ? Error : null;
|
|
@@ -4214,7 +4214,7 @@ function config(newConfig) {
|
|
|
4214
4214
|
Object.assign(globalConfig, newConfig);
|
|
4215
4215
|
return globalConfig;
|
|
4216
4216
|
}
|
|
4217
|
-
// node_modules/.bun/zod@4.6.
|
|
4217
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/errors.js
|
|
4218
4218
|
function _getMessage() {
|
|
4219
4219
|
const internals = this._zod;
|
|
4220
4220
|
internals.message ?? (internals.message = JSON.stringify(internals.def, jsonStringifyReplacer, 2));
|
|
@@ -4329,7 +4329,7 @@ function formatError(error, mapper = (issue) => issue.message) {
|
|
|
4329
4329
|
return fieldErrors;
|
|
4330
4330
|
}
|
|
4331
4331
|
|
|
4332
|
-
// node_modules/.bun/zod@4.6.
|
|
4332
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/parse.js
|
|
4333
4333
|
function finalizeParams(callee, params) {
|
|
4334
4334
|
return { callee: params?.callee ?? callee, Err: params?.Err };
|
|
4335
4335
|
}
|
|
@@ -4476,7 +4476,7 @@ var _safeEncodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
|
4476
4476
|
var _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
4477
4477
|
return _safeParseAsync(_Err)(schema, value, _ctx);
|
|
4478
4478
|
};
|
|
4479
|
-
// node_modules/.bun/zod@4.6.
|
|
4479
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/regexes.js
|
|
4480
4480
|
var cuid = /^[cC][0-9a-z]{6,}$/;
|
|
4481
4481
|
var cuid2 = /^[0-9a-z]+$/;
|
|
4482
4482
|
var ulid = /^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$/;
|
|
@@ -4534,7 +4534,7 @@ var boolean = /^(?:true|false)$/i;
|
|
|
4534
4534
|
var lowercase = /^[^A-Z]*$/;
|
|
4535
4535
|
var uppercase = /^[^a-z]*$/;
|
|
4536
4536
|
|
|
4537
|
-
// node_modules/.bun/zod@4.6.
|
|
4537
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/checks.js
|
|
4538
4538
|
var $ZodCheck = /* @__PURE__ */ $constructor("$ZodCheck", (inst, def) => {
|
|
4539
4539
|
var _a;
|
|
4540
4540
|
inst._zod ?? (inst._zod = {});
|
|
@@ -4850,7 +4850,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor("$ZodCheckOverwrite", (ins
|
|
|
4850
4850
|
};
|
|
4851
4851
|
});
|
|
4852
4852
|
|
|
4853
|
-
// node_modules/.bun/zod@4.6.
|
|
4853
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/doc.js
|
|
4854
4854
|
class Doc {
|
|
4855
4855
|
constructor(args = [], closed = {}) {
|
|
4856
4856
|
this.content = [];
|
|
@@ -4892,14 +4892,14 @@ ${content.join(`
|
|
|
4892
4892
|
}
|
|
4893
4893
|
}
|
|
4894
4894
|
|
|
4895
|
-
// node_modules/.bun/zod@4.6.
|
|
4895
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/versions.js
|
|
4896
4896
|
var version = {
|
|
4897
4897
|
major: 4,
|
|
4898
4898
|
minor: 6,
|
|
4899
|
-
patch:
|
|
4899
|
+
patch: 2
|
|
4900
4900
|
};
|
|
4901
4901
|
|
|
4902
|
-
// node_modules/.bun/zod@4.6.
|
|
4902
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/schemas.js
|
|
4903
4903
|
var $ZodType = /* @__PURE__ */ $constructor("$ZodType", (inst, def) => {
|
|
4904
4904
|
var _a;
|
|
4905
4905
|
inst ?? (inst = {});
|
|
@@ -5496,7 +5496,7 @@ function handlePropertyResult(result, final, key, input, optin, optout) {
|
|
|
5496
5496
|
return;
|
|
5497
5497
|
}
|
|
5498
5498
|
if (result.value === undefined) {
|
|
5499
|
-
if (isPresent) {
|
|
5499
|
+
if (isPresent || optin === "defaulted" && !isOptionalOut) {
|
|
5500
5500
|
final.value[key] = undefined;
|
|
5501
5501
|
}
|
|
5502
5502
|
} else {
|
|
@@ -5730,16 +5730,16 @@ var $ZodObjectJIT = /* @__PURE__ */ $constructor("$ZodObjectJIT", (inst, def) =>
|
|
|
5730
5730
|
doc.write(`
|
|
5731
5731
|
if (${id}.issues.length) {${prefixStr(id, k)}
|
|
5732
5732
|
}
|
|
5733
|
-
|
|
5734
|
-
if (
|
|
5735
|
-
|
|
5736
|
-
newResult[${k}] = undefined;
|
|
5737
|
-
}
|
|
5733
|
+
`);
|
|
5734
|
+
if (optin === "defaulted") {
|
|
5735
|
+
doc.write(`newResult[${k}] = ${id}.value;`);
|
|
5738
5736
|
} else {
|
|
5737
|
+
doc.write(`
|
|
5738
|
+
if (${id}.value !== undefined || ${isPresent}) {
|
|
5739
5739
|
newResult[${k}] = ${id}.value;
|
|
5740
5740
|
}
|
|
5741
|
-
|
|
5742
5741
|
`);
|
|
5742
|
+
}
|
|
5743
5743
|
}
|
|
5744
5744
|
}
|
|
5745
5745
|
doc.write(`payload.value = newResult;`);
|
|
@@ -6463,7 +6463,7 @@ var $ZodProperties = /* @__PURE__ */ $constructor("$ZodProperties", (inst, def)
|
|
|
6463
6463
|
yield this;
|
|
6464
6464
|
}
|
|
6465
6465
|
});
|
|
6466
|
-
// node_modules/.bun/zod@4.6.
|
|
6466
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/memoizer.js
|
|
6467
6467
|
class $ZodCyclicError extends Error {
|
|
6468
6468
|
constructor() {
|
|
6469
6469
|
super(`Cannot parse a reference cycle that closes through a transform`);
|
|
@@ -6735,7 +6735,7 @@ function isBackEdge(ctx, value) {
|
|
|
6735
6735
|
const backEdges = ctx[STATE]?.backEdges;
|
|
6736
6736
|
return backEdges !== undefined && isRef(value) && backEdges.has(value);
|
|
6737
6737
|
}
|
|
6738
|
-
// node_modules/.bun/zod@4.6.
|
|
6738
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/locales/en.js
|
|
6739
6739
|
var error = () => {
|
|
6740
6740
|
const Sizable = {
|
|
6741
6741
|
string: { unit: "characters", verb: "to have" },
|
|
@@ -6856,7 +6856,7 @@ function en_default() {
|
|
|
6856
6856
|
localeError: error()
|
|
6857
6857
|
};
|
|
6858
6858
|
}
|
|
6859
|
-
// node_modules/.bun/zod@4.6.
|
|
6859
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/registries.js
|
|
6860
6860
|
var _a2;
|
|
6861
6861
|
class $ZodRegistry {
|
|
6862
6862
|
constructor() {
|
|
@@ -6903,7 +6903,7 @@ function registry() {
|
|
|
6903
6903
|
}
|
|
6904
6904
|
(_a2 = globalThis).__zod_globalRegistry ?? (_a2.__zod_globalRegistry = registry());
|
|
6905
6905
|
var globalRegistry = globalThis.__zod_globalRegistry;
|
|
6906
|
-
// node_modules/.bun/zod@4.6.
|
|
6906
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/api.js
|
|
6907
6907
|
function _string(Class, params) {
|
|
6908
6908
|
return new Class({
|
|
6909
6909
|
type: "string",
|
|
@@ -7353,7 +7353,7 @@ function _check(fn, params) {
|
|
|
7353
7353
|
ch._zod.check = fn;
|
|
7354
7354
|
return ch;
|
|
7355
7355
|
}
|
|
7356
|
-
// node_modules/.bun/zod@4.6.
|
|
7356
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/to-json-schema.js
|
|
7357
7357
|
function assignProps(target, ...sources) {
|
|
7358
7358
|
for (const source of sources) {
|
|
7359
7359
|
for (const key of Reflect.ownKeys(source)) {
|
|
@@ -7876,7 +7876,7 @@ var createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) =
|
|
|
7876
7876
|
extractDefs(ctx, schema);
|
|
7877
7877
|
return finalize(ctx, schema);
|
|
7878
7878
|
};
|
|
7879
|
-
// node_modules/.bun/zod@4.6.
|
|
7879
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/json-schema-processors.js
|
|
7880
7880
|
var narrowMin = (agg, key, value) => {
|
|
7881
7881
|
if (agg[key] === undefined || value > agg[key])
|
|
7882
7882
|
agg[key] = value;
|
|
@@ -8403,7 +8403,7 @@ var optionalProcessor = (schema, ctx, _json, params) => {
|
|
|
8403
8403
|
const seen = ctx.seen.get(schema);
|
|
8404
8404
|
seen.ref = def.innerType;
|
|
8405
8405
|
};
|
|
8406
|
-
// node_modules/.bun/zod@4.6.
|
|
8406
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/classic/errors.js
|
|
8407
8407
|
var _installedErrorProtos = /* @__PURE__ */ new WeakSet([Object.prototype, Error.prototype]);
|
|
8408
8408
|
function _lazyMethod(proto, key, make) {
|
|
8409
8409
|
Object.defineProperty(proto, key, {
|
|
@@ -8448,7 +8448,7 @@ var ZodRealError = /* @__PURE__ */ $constructor("ZodError", initializer2, undefi
|
|
|
8448
8448
|
Parent: Error
|
|
8449
8449
|
});
|
|
8450
8450
|
|
|
8451
|
-
// node_modules/.bun/zod@4.6.
|
|
8451
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/classic/parse.js
|
|
8452
8452
|
var parse2 = /* @__PURE__ */ _parse(ZodRealError);
|
|
8453
8453
|
var parseAsync = /* @__PURE__ */ _parseAsync(ZodRealError);
|
|
8454
8454
|
var safeParse = /* @__PURE__ */ _safeParse(ZodRealError);
|
|
@@ -8462,7 +8462,7 @@ var safeDecode = /* @__PURE__ */ _safeDecode(ZodRealError);
|
|
|
8462
8462
|
var safeEncodeAsync = /* @__PURE__ */ _safeEncodeAsync(ZodRealError);
|
|
8463
8463
|
var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync(ZodRealError);
|
|
8464
8464
|
|
|
8465
|
-
// node_modules/.bun/zod@4.6.
|
|
8465
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/classic/schemas.js
|
|
8466
8466
|
function _ensureDefaultLocale() {
|
|
8467
8467
|
if (!globalConfig.localeError)
|
|
8468
8468
|
config(en_default());
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fro.bot/systematic",
|
|
3
|
-
"version": "3.18.
|
|
3
|
+
"version": "3.18.3",
|
|
4
4
|
"description": "Compound-engineering loops for OpenCode, Pi, and Claude Code",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"homepage": "https://fro.bot/systematic",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
}
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
|
-
"@biomejs/biome": "2.5.
|
|
100
|
+
"@biomejs/biome": "2.5.13",
|
|
101
101
|
"@earendil-works/pi-coding-agent": "0.83.0",
|
|
102
102
|
"@opencode-ai/plugin": "1.18.30",
|
|
103
103
|
"@opencode-ai/sdk": "1.18.30",
|
|
@@ -122,7 +122,7 @@
|
|
|
122
122
|
"jsonc-parser": "^3.3.0",
|
|
123
123
|
"tree-sitter-bash": "0.25.1",
|
|
124
124
|
"web-tree-sitter": "0.27.0",
|
|
125
|
-
"zod": "4.6.
|
|
125
|
+
"zod": "4.6.2"
|
|
126
126
|
},
|
|
127
127
|
"overrides": {
|
|
128
128
|
"@earendil-works/pi-ai": "0.83.0",
|
|
@@ -172,7 +172,7 @@ function resolveReviewArtifactPath(input, cwd, options = {}) {
|
|
|
172
172
|
return { ok: true, path: canonicalTarget }
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
// node_modules/.bun/zod@4.6.
|
|
175
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/util.js
|
|
176
176
|
function getEnumValues(entries) {
|
|
177
177
|
const numericValues = Object.values(entries).filter(
|
|
178
178
|
(v) => typeof v === 'number',
|
|
@@ -796,7 +796,7 @@ function constantCatch(value) {
|
|
|
796
796
|
return fn
|
|
797
797
|
}
|
|
798
798
|
|
|
799
|
-
// node_modules/.bun/zod@4.6.
|
|
799
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/core.js
|
|
800
800
|
var _a
|
|
801
801
|
var _zodDesc = { value: undefined, enumerable: false }
|
|
802
802
|
var _E = 'captureStackTrace' in Error ? Error : null
|
|
@@ -911,7 +911,7 @@ function config(newConfig) {
|
|
|
911
911
|
if (newConfig) Object.assign(globalConfig, newConfig)
|
|
912
912
|
return globalConfig
|
|
913
913
|
}
|
|
914
|
-
// node_modules/.bun/zod@4.6.
|
|
914
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/errors.js
|
|
915
915
|
function _getMessage() {
|
|
916
916
|
const internals = this._zod
|
|
917
917
|
internals.message ??
|
|
@@ -1048,7 +1048,7 @@ function formatError(error, mapper = (issue) => issue.message) {
|
|
|
1048
1048
|
return fieldErrors
|
|
1049
1049
|
}
|
|
1050
1050
|
|
|
1051
|
-
// node_modules/.bun/zod@4.6.
|
|
1051
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/parse.js
|
|
1052
1052
|
function finalizeParams(callee, params) {
|
|
1053
1053
|
return { callee: params?.callee ?? callee, Err: params?.Err }
|
|
1054
1054
|
}
|
|
@@ -1210,7 +1210,7 @@ var _safeEncodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
|
1210
1210
|
var _safeDecodeAsync = (_Err) => async (schema, value, _ctx) => {
|
|
1211
1211
|
return _safeParseAsync(_Err)(schema, value, _ctx)
|
|
1212
1212
|
}
|
|
1213
|
-
// node_modules/.bun/zod@4.6.
|
|
1213
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/regexes.js
|
|
1214
1214
|
var cuid = /^[cC][0-9a-z]{6,}$/
|
|
1215
1215
|
var cuid2 = /^[0-9a-z]+$/
|
|
1216
1216
|
var ulid = /^[0-7][0-9A-HJKMNP-TV-Za-hjkmnp-tv-z]{25}$/
|
|
@@ -1287,7 +1287,7 @@ var boolean = /^(?:true|false)$/i
|
|
|
1287
1287
|
var lowercase = /^[^A-Z]*$/
|
|
1288
1288
|
var uppercase = /^[^a-z]*$/
|
|
1289
1289
|
|
|
1290
|
-
// node_modules/.bun/zod@4.6.
|
|
1290
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/checks.js
|
|
1291
1291
|
var $ZodCheck = /* @__PURE__ */ $constructor('$ZodCheck', (inst, def) => {
|
|
1292
1292
|
var _a
|
|
1293
1293
|
inst._zod ?? (inst._zod = {})
|
|
@@ -1667,7 +1667,7 @@ var $ZodCheckOverwrite = /* @__PURE__ */ $constructor(
|
|
|
1667
1667
|
},
|
|
1668
1668
|
)
|
|
1669
1669
|
|
|
1670
|
-
// node_modules/.bun/zod@4.6.
|
|
1670
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/doc.js
|
|
1671
1671
|
class Doc {
|
|
1672
1672
|
constructor(args = [], closed = {}) {
|
|
1673
1673
|
this.content = []
|
|
@@ -1718,14 +1718,14 @@ ${content.join(`
|
|
|
1718
1718
|
}
|
|
1719
1719
|
}
|
|
1720
1720
|
|
|
1721
|
-
// node_modules/.bun/zod@4.6.
|
|
1721
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/versions.js
|
|
1722
1722
|
var version = {
|
|
1723
1723
|
major: 4,
|
|
1724
1724
|
minor: 6,
|
|
1725
|
-
patch:
|
|
1725
|
+
patch: 2,
|
|
1726
1726
|
}
|
|
1727
1727
|
|
|
1728
|
-
// node_modules/.bun/zod@4.6.
|
|
1728
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/schemas.js
|
|
1729
1729
|
var $ZodType = /* @__PURE__ */ $constructor(
|
|
1730
1730
|
'$ZodType',
|
|
1731
1731
|
(inst, def) => {
|
|
@@ -2355,7 +2355,7 @@ function handlePropertyResult(result, final, key, input, optin, optout) {
|
|
|
2355
2355
|
return
|
|
2356
2356
|
}
|
|
2357
2357
|
if (result.value === undefined) {
|
|
2358
|
-
if (isPresent) {
|
|
2358
|
+
if (isPresent || (optin === 'defaulted' && !isOptionalOut)) {
|
|
2359
2359
|
final.value[key] = undefined
|
|
2360
2360
|
}
|
|
2361
2361
|
} else {
|
|
@@ -2609,16 +2609,16 @@ var $ZodObjectJIT = /* @__PURE__ */ $constructor(
|
|
|
2609
2609
|
doc.write(`
|
|
2610
2610
|
if (${id}.issues.length) {${prefixStr(id, k)}
|
|
2611
2611
|
}
|
|
2612
|
-
|
|
2613
|
-
|
|
2614
|
-
|
|
2615
|
-
|
|
2616
|
-
|
|
2617
|
-
}
|
|
2612
|
+
`)
|
|
2613
|
+
if (optin === 'defaulted') {
|
|
2614
|
+
doc.write(`newResult[${k}] = ${id}.value;`)
|
|
2615
|
+
} else {
|
|
2616
|
+
doc.write(`
|
|
2617
|
+
if (${id}.value !== undefined || ${isPresent}) {
|
|
2618
2618
|
newResult[${k}] = ${id}.value;
|
|
2619
2619
|
}
|
|
2620
|
-
|
|
2621
2620
|
`)
|
|
2621
|
+
}
|
|
2622
2622
|
}
|
|
2623
2623
|
}
|
|
2624
2624
|
doc.write(`payload.value = newResult;`)
|
|
@@ -3370,7 +3370,7 @@ var $ZodProperties = /* @__PURE__ */ $constructor(
|
|
|
3370
3370
|
},
|
|
3371
3371
|
},
|
|
3372
3372
|
)
|
|
3373
|
-
// node_modules/.bun/zod@4.6.
|
|
3373
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/memoizer.js
|
|
3374
3374
|
class $ZodCyclicError extends Error {
|
|
3375
3375
|
constructor() {
|
|
3376
3376
|
super(`Cannot parse a reference cycle that closes through a transform`)
|
|
@@ -3632,7 +3632,7 @@ function isBackEdge(ctx, value) {
|
|
|
3632
3632
|
const backEdges = ctx[STATE]?.backEdges
|
|
3633
3633
|
return backEdges !== undefined && isRef(value) && backEdges.has(value)
|
|
3634
3634
|
}
|
|
3635
|
-
// node_modules/.bun/zod@4.6.
|
|
3635
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/locales/en.js
|
|
3636
3636
|
var error = () => {
|
|
3637
3637
|
const Sizable = {
|
|
3638
3638
|
string: { unit: 'characters', verb: 'to have' },
|
|
@@ -3761,7 +3761,7 @@ function en_default() {
|
|
|
3761
3761
|
localeError: error(),
|
|
3762
3762
|
}
|
|
3763
3763
|
}
|
|
3764
|
-
// node_modules/.bun/zod@4.6.
|
|
3764
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/registries.js
|
|
3765
3765
|
var _a2
|
|
3766
3766
|
class $ZodRegistry {
|
|
3767
3767
|
constructor() {
|
|
@@ -3809,7 +3809,7 @@ function registry() {
|
|
|
3809
3809
|
;(_a2 = globalThis).__zod_globalRegistry ??
|
|
3810
3810
|
(_a2.__zod_globalRegistry = registry())
|
|
3811
3811
|
var globalRegistry = globalThis.__zod_globalRegistry
|
|
3812
|
-
// node_modules/.bun/zod@4.6.
|
|
3812
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/api.js
|
|
3813
3813
|
function _string(Class, params) {
|
|
3814
3814
|
return new Class({
|
|
3815
3815
|
type: 'string',
|
|
@@ -4257,7 +4257,7 @@ function _check(fn, params) {
|
|
|
4257
4257
|
ch._zod.check = fn
|
|
4258
4258
|
return ch
|
|
4259
4259
|
}
|
|
4260
|
-
// node_modules/.bun/zod@4.6.
|
|
4260
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/to-json-schema.js
|
|
4261
4261
|
function assignProps(target, ...sources) {
|
|
4262
4262
|
for (const source of sources) {
|
|
4263
4263
|
for (const key of Reflect.ownKeys(source)) {
|
|
@@ -4812,7 +4812,7 @@ var createStandardJSONSchemaMethod =
|
|
|
4812
4812
|
extractDefs(ctx, schema)
|
|
4813
4813
|
return finalize(ctx, schema)
|
|
4814
4814
|
}
|
|
4815
|
-
// node_modules/.bun/zod@4.6.
|
|
4815
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/core/json-schema-processors.js
|
|
4816
4816
|
var narrowMin = (agg, key, value) => {
|
|
4817
4817
|
if (agg[key] === undefined || value > agg[key]) agg[key] = value
|
|
4818
4818
|
}
|
|
@@ -5302,7 +5302,7 @@ var optionalProcessor = (schema, ctx, _json, params) => {
|
|
|
5302
5302
|
const seen = ctx.seen.get(schema)
|
|
5303
5303
|
seen.ref = def.innerType
|
|
5304
5304
|
}
|
|
5305
|
-
// node_modules/.bun/zod@4.6.
|
|
5305
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/classic/errors.js
|
|
5306
5306
|
var _installedErrorProtos = /* @__PURE__ */ new WeakSet([
|
|
5307
5307
|
Object.prototype,
|
|
5308
5308
|
Error.prototype,
|
|
@@ -5366,7 +5366,7 @@ var ZodRealError = /* @__PURE__ */ $constructor(
|
|
|
5366
5366
|
},
|
|
5367
5367
|
)
|
|
5368
5368
|
|
|
5369
|
-
// node_modules/.bun/zod@4.6.
|
|
5369
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/classic/parse.js
|
|
5370
5370
|
var parse2 = /* @__PURE__ */ _parse(ZodRealError)
|
|
5371
5371
|
var parseAsync = /* @__PURE__ */ _parseAsync(ZodRealError)
|
|
5372
5372
|
var safeParse = /* @__PURE__ */ _safeParse(ZodRealError)
|
|
@@ -5380,7 +5380,7 @@ var safeDecode = /* @__PURE__ */ _safeDecode(ZodRealError)
|
|
|
5380
5380
|
var safeEncodeAsync = /* @__PURE__ */ _safeEncodeAsync(ZodRealError)
|
|
5381
5381
|
var safeDecodeAsync = /* @__PURE__ */ _safeDecodeAsync(ZodRealError)
|
|
5382
5382
|
|
|
5383
|
-
// node_modules/.bun/zod@4.6.
|
|
5383
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/classic/schemas.js
|
|
5384
5384
|
function _ensureDefaultLocale() {
|
|
5385
5385
|
if (!globalConfig.localeError) config(en_default())
|
|
5386
5386
|
}
|
|
@@ -6349,7 +6349,7 @@ function refine(fn, _params = {}) {
|
|
|
6349
6349
|
function superRefine(fn, params) {
|
|
6350
6350
|
return _superRefine(fn, params)
|
|
6351
6351
|
}
|
|
6352
|
-
// node_modules/.bun/zod@4.6.
|
|
6352
|
+
// node_modules/.bun/zod@4.6.2/node_modules/zod/v4/classic/iso.js
|
|
6353
6353
|
var exports_iso = {}
|
|
6354
6354
|
__export(exports_iso, {
|
|
6355
6355
|
ZodISODate: () => ZodISODate,
|