@claudexor/util 3.1.1 → 3.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/delegation-env.d.ts
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
* higher-layer `@claudexor/mcp-server` just for these names. */
|
|
7
7
|
export declare const DELEGATION_ENV: {
|
|
8
8
|
readonly parentRunId: "CLAUDEXOR_DELEGATION_PARENT_RUN_ID";
|
|
9
|
+
readonly repoRoot: "CLAUDEXOR_DELEGATION_REPO_ROOT";
|
|
9
10
|
readonly depth: "CLAUDEXOR_DELEGATION_DEPTH";
|
|
10
11
|
readonly maxSubRuns: "CLAUDEXOR_DELEGATION_MAX_SUBRUNS";
|
|
11
12
|
readonly budget: "CLAUDEXOR_DELEGATION_BUDGET";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delegation-env.d.ts","sourceRoot":"","sources":["../src/delegation-env.ts"],"names":[],"mappings":"AAAA;;;;;gEAKgE;AAChE,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"delegation-env.d.ts","sourceRoot":"","sources":["../src/delegation-env.ts"],"names":[],"mappings":"AAAA;;;;;gEAKgE;AAChE,eAAO,MAAM,cAAc;;;;;;CAMjB,CAAC"}
|
package/dist/delegation-env.js
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
* higher-layer `@claudexor/mcp-server` just for these names. */
|
|
7
7
|
export const DELEGATION_ENV = {
|
|
8
8
|
parentRunId: "CLAUDEXOR_DELEGATION_PARENT_RUN_ID",
|
|
9
|
+
repoRoot: "CLAUDEXOR_DELEGATION_REPO_ROOT",
|
|
9
10
|
depth: "CLAUDEXOR_DELEGATION_DEPTH",
|
|
10
11
|
maxSubRuns: "CLAUDEXOR_DELEGATION_MAX_SUBRUNS",
|
|
11
12
|
budget: "CLAUDEXOR_DELEGATION_BUDGET",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"delegation-env.js","sourceRoot":"","sources":["../src/delegation-env.ts"],"names":[],"mappings":"AAAA;;;;;gEAKgE;AAChE,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,WAAW,EAAE,oCAAoC;IACjD,KAAK,EAAE,4BAA4B;IACnC,UAAU,EAAE,kCAAkC;IAC9C,MAAM,EAAE,6BAA6B;CAC7B,CAAC"}
|
|
1
|
+
{"version":3,"file":"delegation-env.js","sourceRoot":"","sources":["../src/delegation-env.ts"],"names":[],"mappings":"AAAA;;;;;gEAKgE;AAChE,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,WAAW,EAAE,oCAAoC;IACjD,QAAQ,EAAE,gCAAgC;IAC1C,KAAK,EAAE,4BAA4B;IACnC,UAAU,EAAE,kCAAkC;IAC9C,MAAM,EAAE,6BAA6B;CAC7B,CAAC"}
|
package/dist/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export declare const CLAUDEXOR_VERSION = "3.1.
|
|
1
|
+
export declare const CLAUDEXOR_VERSION = "3.1.2";
|
|
2
2
|
//# sourceMappingURL=version.d.ts.map
|
package/dist/version.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// GENERATED by scripts/gen-version.mjs from the root package.json — do not edit by hand.
|
|
2
2
|
// Run `pnpm gen:version` after bumping the root version (changesets keeps the
|
|
3
3
|
// workspace manifests in lockstep). The docs-truth gate enforces parity.
|
|
4
|
-
export const CLAUDEXOR_VERSION = "3.1.
|
|
4
|
+
export const CLAUDEXOR_VERSION = "3.1.2";
|
|
5
5
|
//# sourceMappingURL=version.js.map
|