@whittlelabs/sifter 0.30.1 → 0.30.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/bin.js +8 -1
- package/bin.js.map +2 -2
- package/package.json +1 -1
package/bin.js
CHANGED
|
@@ -25539,7 +25539,7 @@ var import_path = require("path");
|
|
|
25539
25539
|
var import_promises = require("fs/promises");
|
|
25540
25540
|
var import_yaml = __toESM(require_dist4());
|
|
25541
25541
|
var import_shuttle = __toESM(require_dist5());
|
|
25542
|
-
var buildVersion = true ? "0.30.
|
|
25542
|
+
var buildVersion = true ? "0.30.3" : pkg.version;
|
|
25543
25543
|
var sifterBrand = {
|
|
25544
25544
|
product: {
|
|
25545
25545
|
id: "sifter",
|
|
@@ -25583,6 +25583,13 @@ var sifterBrand = {
|
|
|
25583
25583
|
overlayAllowedHosts: [
|
|
25584
25584
|
"https://api.sift.whittlelabs.com",
|
|
25585
25585
|
"https://api.sift.stage.whittlelabs.com",
|
|
25586
|
+
// The test tier signs overlay URLs too, and a Sifter the E2E suite
|
|
25587
|
+
// runs on the runner reaches Sift by this host rather than by the
|
|
25588
|
+
// in-cluster service name the hosted worker uses. Without it that
|
|
25589
|
+
// Sifter passes its own preflight — the check asks only that the list
|
|
25590
|
+
// is non-empty — and then runs every review standards-blind, which is
|
|
25591
|
+
// the exact silence of 2026-07-13.
|
|
25592
|
+
"https://api.sift.test.whittlelabs.com",
|
|
25586
25593
|
"http://localhost:3008"
|
|
25587
25594
|
],
|
|
25588
25595
|
// Transcript retention is a diagnostic switch a person flips for one
|