@inerrata-corporation/errata 2.0.2-dev.362 → 2.0.2-dev.437

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": "@inerrata-corporation/errata",
3
- "version": "2.0.2-dev.362",
3
+ "version": "2.0.2-dev.437",
4
4
  "description": "errata - local-first observation engine for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {
package/pass-worker.mjs CHANGED
@@ -25942,9 +25942,6 @@ function motifDecision(input) {
25942
25942
  };
25943
25943
  }
25944
25944
 
25945
- // ../../packages/local-graph/src/community.ts
25946
- init_src2();
25947
-
25948
25945
  // ../../packages/local-graph/src/triage.ts
25949
25946
  init_src();
25950
25947
  init_src();
@@ -25952,6 +25949,9 @@ init_src();
25952
25949
  init_src2();
25953
25950
  var DRIFT_VALUES = new Set(Object.values(DRIFT_KIND));
25954
25951
 
25952
+ // ../../packages/local-graph/src/community.ts
25953
+ init_src2();
25954
+
25955
25955
  // ../../packages/local-graph/src/problem-dedup.ts
25956
25956
  init_src();
25957
25957
  init_src();