@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.
Files changed (2) hide show
  1. package/errata.mjs +8 -7
  2. 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
- /** D2 a node derived from a knowledge_reports row inherited that row's
120
- * stored scope (report extraction routed through the membrane instead of
121
- * hardcoding public). No spine probe runs on this path yet, so the anchor
122
- * verdict stays null and heal-on-touch supplies it later. */
123
- "report-scope-inherited"
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.1020" : "2.0.0-alpha.0";
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inerrata-corporation/errata",
3
- "version": "2.0.2-dev.1020",
3
+ "version": "2.0.2-dev.1024",
4
4
  "description": "errata - local-first observation engine for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {