@forwardimpact/libutil 0.1.92 → 0.1.93

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forwardimpact/libutil",
3
- "version": "0.1.92",
3
+ "version": "0.1.93",
4
4
  "description": "Cross-cutting utilities: retry, hashing, token counting, and project discovery.",
5
5
  "keywords": [
6
6
  "util",
package/src/calendar.js CHANGED
@@ -3,7 +3,7 @@
3
3
  // Every `new Date(...)` here operates only on a value the caller passed (a ms
4
4
  // timestamp, a `Date`, or an ISO string) — never the ambient wall clock, which
5
5
  // lives behind `runtime.clock.now()`. That is why this module is allow-listed
6
- // in `scripts/check-ambient-deps.allow.yml` for the same reason `runtime.js`
6
+ // in `.coaligned/invariants/ambient-deps.allow.yml` for the same reason `runtime.js`
7
7
  // is: it produces deterministic time values from its arguments rather than
8
8
  // reaching for an ambient dependency. Consumers read "now" from
9
9
  // `runtime.clock.now()` and pass the result here when they need a formatted or
package/src/models.js CHANGED
@@ -1,8 +1,8 @@
1
1
  /**
2
2
  * Canonical Claude model identifiers, named by role. One home for every
3
3
  * model default in the monorepo — a model upgrade edits the values here
4
- * (plus any docs flagged by `scripts/check-model-defaults.mjs`) and
5
- * nothing else.
4
+ * (plus any docs flagged by `.coaligned/invariants/model-defaults.rules.mjs`)
5
+ * and nothing else.
6
6
  *
7
7
  * Markdown docs cannot import these constants, so the invariant script
8
8
  * cross-checks every model ID mentioned in docs and skills against the