@appchy/jarvis 0.1.52 → 0.1.53

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/dist/bin.js CHANGED
@@ -9891,7 +9891,7 @@ import { createRequire as createRequire2 } from "module";
9891
9891
  var _require = createRequire2(import.meta.url);
9892
9892
  var VERSION2 = _require("../package.json").version ?? "0.0.0";
9893
9893
  var IS_DEV = String(_require("../package.json").name ?? "").endsWith("-dev");
9894
- var SHA = "193974f";
9894
+ var SHA = "2afb05e";
9895
9895
  var BUILT = "2026-09-09";
9896
9896
  var BUILD = SHA ?? "source";
9897
9897
  var BUILD_LABEL = `${SHA ? `${VERSION2} (${SHA}${BUILT ? ` ${BUILT}` : ""})` : `${VERSION2} (source)`}${IS_DEV ? " \u2014 development build" : ""}`;
@@ -272,12 +272,15 @@ def cmd_doctor(args) -> int:
272
272
  top = ", ".join(f"{k}-nn x{v}" for k, v in
273
273
  sorted(stray.items(), key=lambda kv: -kv[1])[:4])
274
274
  warn("ids", f"{sum(stray.values())} id(s) match no configured prefix "
275
- f"({top}). Two readings, and they are far apart: if one "
275
+ f"({top}). Three readings, and they are far apart. If one "
276
276
  f"of those IS this repo's ledger letter, set ids.prefix "
277
277
  f"— every check is reading the wrong dialect until you "
278
- f"do. If they are a sibling repo's ids discussed in "
279
- f"prose, add that repo to ids.foreign and they stop "
280
- f"counting here.")
278
+ f"do. If this repo keeps a SECOND ledger of its own "
279
+ f" standards beside rules, say add its letter to "
280
+ f"ids.recognised: it is read as native and never "
281
+ f"generated. If they are a sibling repo's ids discussed "
282
+ f"in prose, add that repo to ids.foreign, which excuses "
283
+ f"them where the repo is named alongside.")
281
284
  else:
282
285
  ok("ids", f"every id matches a configured prefix")
283
286
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appchy/jarvis",
3
- "version": "0.1.52",
3
+ "version": "0.1.53",
4
4
  "description": "Jarvis — local AI coding assistant CLI",
5
5
  "private": false,
6
6
  "type": "module",
@@ -57,15 +57,15 @@
57
57
  "typescript": "^5.7.0",
58
58
  "vitest": "^2.1.0",
59
59
  "@jarvis/agents": "1.0.0",
60
- "@jarvis/anthropic": "1.0.0",
61
60
  "@jarvis/board": "0.1.0",
62
61
  "@jarvis/data": "0.1.0",
62
+ "@jarvis/anthropic": "1.0.0",
63
63
  "@jarvis/errors": "1.0.0",
64
- "@jarvis/logger": "1.0.0",
65
64
  "@jarvis/rpc": "1.0.0",
66
65
  "@jarvis/types": "1.0.0",
67
66
  "@jarvis/typescript-config": "1.0.0",
68
67
  "@jarvis/ui": "0.1.0",
68
+ "@jarvis/logger": "1.0.0",
69
69
  "@jarvis/vitest-config": "1.0.0"
70
70
  },
71
71
  "scripts": {