@inerrata-corporation/errata 2.0.0-dev.48 → 2.0.0-dev.49

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 +5 -2
  2. package/package.json +1 -1
package/errata.mjs CHANGED
@@ -21436,7 +21436,10 @@ function defaultConfig() {
21436
21436
  oauthClientId: null,
21437
21437
  userId: null,
21438
21438
  email: null,
21439
- consent: { sync: false, telemetry: false, contributePackages: false },
21439
+ // contributePackages defaults ON the dependency backbone rides project
21440
+ // linking (see ConsentConfig). Still `sync`-gated: nothing ships until the
21441
+ // user opts into sync at all.
21442
+ consent: { sync: false, telemetry: false, contributePackages: true },
21440
21443
  notifications: true,
21441
21444
  onboardedAt: null,
21442
21445
  machineId: null,
@@ -42693,7 +42696,7 @@ function startLoopLagMonitor(thresholdMs = 1e3) {
42693
42696
  }
42694
42697
 
42695
42698
  // src/engine.ts
42696
- var DAEMON_VERSION = true ? "2.0.0-dev.48" : "2.0.0-alpha.0";
42699
+ var DAEMON_VERSION = true ? "2.0.0-dev.49" : "2.0.0-alpha.0";
42697
42700
  var IGNORED_PATH = /[\\/](?:\.git|node_modules|\.errata|\.claude|\.codex|\.cursor|\.turbo|\.next|dist|coverage|test-results|playwright-report|__pycache__)(?:[\\/]|$)/;
42698
42701
  var IGNORED_NOISE = /castalia\.db|eventlog\.sqlite|turn-cursors/;
42699
42702
  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.0-dev.48",
3
+ "version": "2.0.0-dev.49",
4
4
  "description": "errata - local-first observation engine for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {