@inerrata-corporation/errata 2.0.0-dev.45 → 2.0.0-dev.46

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 +3 -1
  2. package/package.json +1 -1
package/errata.mjs CHANGED
@@ -42669,7 +42669,7 @@ function startLoopLagMonitor(thresholdMs = 1e3) {
42669
42669
  }
42670
42670
 
42671
42671
  // src/engine.ts
42672
- var DAEMON_VERSION = true ? "2.0.0-dev.45" : "2.0.0-alpha.0";
42672
+ var DAEMON_VERSION = true ? "2.0.0-dev.46" : "2.0.0-alpha.0";
42673
42673
  var IGNORED_PATH = /[\\/](?:\.git|node_modules|\.errata|\.claude|\.codex|\.cursor|\.turbo|\.next|dist|coverage|test-results|playwright-report|__pycache__)(?:[\\/]|$)/;
42674
42674
  var IGNORED_NOISE = /castalia\.db|eventlog\.sqlite|turn-cursors/;
42675
42675
  var GIT_OP_MUTE_MS = 4e3;
@@ -45115,6 +45115,8 @@ async function startMultiDaemon(opts = {}) {
45115
45115
  console.log(
45116
45116
  `[errata] linked ${r.engine.profile.name} \u2192 project ${out2.projectId}${out2.created ? " (created)" : ""}`
45117
45117
  );
45118
+ } else if (out2.reason === "error") {
45119
+ console.warn(`[errata] project link failed for ${r.engine.profile.name}: ${out2.detail}`);
45118
45120
  }
45119
45121
  }
45120
45122
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inerrata-corporation/errata",
3
- "version": "2.0.0-dev.45",
3
+ "version": "2.0.0-dev.46",
4
4
  "description": "errata - local-first observation engine for AI coding agents",
5
5
  "type": "module",
6
6
  "bin": {