@inerrata-corporation/errata 2.0.2-dev.1020 → 2.0.2-dev.1024
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/errata.mjs +8 -7
- package/package.json +1 -1
package/errata.mjs
CHANGED
|
@@ -115,12 +115,13 @@ var init_castalia = __esm({
|
|
|
115
115
|
"promotion-gate-denied",
|
|
116
116
|
/** The spine did not confirm a public anchor. `routingProbeFailed` says
|
|
117
117
|
* whether that was a verdict or a blind spot. */
|
|
118
|
-
"spine-private"
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
118
|
+
"spine-private"
|
|
119
|
+
// NOTE: no `report-*` reason. Report-extracted nodes (D2) go through the same
|
|
120
|
+
// `routeOrgVisibility` decision as every other write, with the row's stored
|
|
121
|
+
// scope as the enforced target, so they carry `signed-target-*` /
|
|
122
|
+
// `harness-clamp` like anything else. The first D2 router (!1526) minted a
|
|
123
|
+
// `report-scope-inherited` reason from a scope field-copy; it was retired
|
|
124
|
+
// 2026-08-15 with zero nodes carrying it (dev count 0; prod extraction off).
|
|
124
125
|
];
|
|
125
126
|
CONTEXT_NODE_LABELS = [
|
|
126
127
|
"Language",
|
|
@@ -56441,7 +56442,7 @@ function createLivenessWatch(deps) {
|
|
|
56441
56442
|
}
|
|
56442
56443
|
|
|
56443
56444
|
// src/engine.ts
|
|
56444
|
-
var DAEMON_VERSION = true ? "2.0.2-dev.
|
|
56445
|
+
var DAEMON_VERSION = true ? "2.0.2-dev.1024" : "2.0.0-alpha.0";
|
|
56445
56446
|
var IGNORED_PATH = /[\\/](?:\.git|node_modules|\.errata|\.claude|\.codex|\.cursor|\.turbo|\.next|dist|coverage|test-results|playwright-report|__pycache__)(?:[\\/]|$)/;
|
|
56446
56447
|
var IGNORED_NOISE = /castalia\.db|eventlog\.sqlite|turn-cursors/;
|
|
56447
56448
|
var GIT_OP_MUTE_MS = 4e3;
|