@codedrifters/configulator 0.0.285 → 0.0.287
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/lib/index.d.mts +15 -16
- package/lib/index.d.ts +15 -16
- package/lib/index.js +4 -4
- package/lib/index.js.map +1 -1
- package/lib/index.mjs +4 -4
- package/lib/index.mjs.map +1 -1
- package/package.json +1 -1
package/lib/index.mjs
CHANGED
|
@@ -8082,7 +8082,7 @@ function buildDocsSyncSubAgent(_paths) {
|
|
|
8082
8082
|
"persisted at:",
|
|
8083
8083
|
"",
|
|
8084
8084
|
"```",
|
|
8085
|
-
".
|
|
8085
|
+
".state/docs-sync/<issue-number>-audit.json",
|
|
8086
8086
|
"```",
|
|
8087
8087
|
"",
|
|
8088
8088
|
"Every report carries a `schemaVersion`, the `issueNumber`, the",
|
|
@@ -11198,7 +11198,7 @@ function assertValidEligibleLabels(labels) {
|
|
|
11198
11198
|
|
|
11199
11199
|
// src/agent/bundles/run-ratio.ts
|
|
11200
11200
|
var DEFAULT_DISPATCH_TO_HOUSEKEEPING_RATIO = 4;
|
|
11201
|
-
var DEFAULT_STATE_FILE_PATH = ".
|
|
11201
|
+
var DEFAULT_STATE_FILE_PATH = ".state/orchestrator-runs.json";
|
|
11202
11202
|
var DEFAULT_DISPATCH_MODEL = "opus";
|
|
11203
11203
|
var DEFAULT_HOUSEKEEPING_MODEL = "sonnet";
|
|
11204
11204
|
function resolveRunRatio(config) {
|
|
@@ -26287,7 +26287,7 @@ var VERSION = {
|
|
|
26287
26287
|
/**
|
|
26288
26288
|
* What version of the turborepo library should we use?
|
|
26289
26289
|
*/
|
|
26290
|
-
TURBO_VERSION: "2.9.
|
|
26290
|
+
TURBO_VERSION: "2.9.8",
|
|
26291
26291
|
/**
|
|
26292
26292
|
* Version of @types/node to use across all packages (pnpm catalog).
|
|
26293
26293
|
*/
|
|
@@ -29923,7 +29923,7 @@ function toPosix3(p) {
|
|
|
29923
29923
|
// src/docs-sync/scan/run-scan.ts
|
|
29924
29924
|
import * as fs3 from "fs";
|
|
29925
29925
|
import * as path6 from "path";
|
|
29926
|
-
var DEFAULT_AUDIT_REPORT_DIR = ".
|
|
29926
|
+
var DEFAULT_AUDIT_REPORT_DIR = ".state/docs-sync";
|
|
29927
29927
|
var SEVERITY_RANK = {
|
|
29928
29928
|
blocking: 0,
|
|
29929
29929
|
advisory: 1,
|