@appchy/jarvis 0.1.115 → 0.1.116

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/bin.js CHANGED
@@ -10284,7 +10284,7 @@ import { createRequire as createRequire2 } from "module";
10284
10284
  var _require = createRequire2(import.meta.url);
10285
10285
  var VERSION2 = _require("../package.json").version ?? "0.0.0";
10286
10286
  var IS_DEV = String(_require("../package.json").name ?? "").endsWith("-dev");
10287
- var SHA = "5283062";
10287
+ var SHA = "6a8647e";
10288
10288
  var BUILT = "2026-09-12";
10289
10289
  var BUILD = SHA ?? "source";
10290
10290
  var BUILD_LABEL = `${SHA ? `${VERSION2} (${SHA}${BUILT ? ` ${BUILT}` : ""})` : `${VERSION2} (source)`}${IS_DEV ? " \u2014 development build" : ""}`;
@@ -11418,8 +11418,11 @@ function describe(report2, repo = "") {
11418
11418
  if (hits.length > NAMED) lines.push(` \u2026and ${hits.length - NAMED} more`);
11419
11419
  }
11420
11420
  return [
11421
+ // The census belongs on a refusal too, and on the preamble rather than beside the
11422
+ // fix instruction: a session reading this is about to look for a number to raise,
11423
+ // and the one class it must NOT go looking for is the one with no number at all.
11421
11424
  `${report2.raised.length} governance class(es) went up. This repo already carried the`,
11422
- `rest; what fails here is adding to them.`,
11425
+ `rest; what fails here is adding to them.${reported(report2)}`,
11423
11426
  ...lines,
11424
11427
  ``,
11425
11428
  `Fix them, or \u2014 if the new sites are genuinely right \u2014 raise the count in`,