@appchy/jarvis 0.1.127 → 0.1.128

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
@@ -10387,7 +10387,7 @@ import { createRequire as createRequire2 } from "module";
10387
10387
  var _require = createRequire2(import.meta.url);
10388
10388
  var VERSION2 = _require("../package.json").version ?? "0.0.0";
10389
10389
  var IS_DEV = String(_require("../package.json").name ?? "").endsWith("-dev");
10390
- var SHA = "e9c97f0";
10390
+ var SHA = "9df9b58";
10391
10391
  var BUILT = "2026-09-12";
10392
10392
  var BUILD = SHA ?? "source";
10393
10393
  var BUILD_LABEL = `${SHA ? `${VERSION2} (${SHA}${BUILT ? ` ${BUILT}` : ""})` : `${VERSION2} (source)`}${IS_DEV ? " \u2014 development build" : ""}`;
@@ -164,9 +164,13 @@ preference — `jarvis work where` resolves it. Tiny mechanics need no sign-off.
164
164
  from `jarvis work code <region>` overlap and the feature graph, not a lint. A cheap reshape happens in
165
165
  the plan; a real trade-off routes through `AskUserQuestion` and lands as a new rule.
166
166
 
167
- **A completed brief records what was BELIEVED then; it is not a statement about now.** Anything under
168
- `complete/` or in a released cut describes the world its author was working in, and the tools it
169
- asserts have moved since. Quote one only with its date attached, and check any claim about how a
167
+ **Every document here records what was BELIEVED when it was written; none of them is a statement about
168
+ now.** Anything under `complete/` or in a released cut describes the world its author was working in,
169
+ and the tools it asserts have moved since. **So does a LIVE epic's §Plan, and that one is the most
170
+ dangerous of the three** — it is the document every kickoff prompt names as *"the calls the epic
171
+ already settled"*, the one the two-pass rule tells you not to re-derive, and therefore the one a
172
+ session is least likely to check. The caution used to stop at finished work, which is where it was
173
+ needed least. Quote one only with its date attached, and check any claim about how a
170
174
  command behaves against the command before planning on it. Three such claims were found false in one
171
175
  evening across two repos — each specific, plausible, recently dated, and sitting in a file whose whole
172
176
  job is to be trusted. Nothing catches this class: the sentence points at no file, so no link check
@@ -206,6 +210,26 @@ every task in the goal. **Pass 2 (pickup)** *reads* Pass 1 and builds — it doe
206
210
  pickup finds the epic plan didn't settle something, that is a **gap in the epic plan**: settle it and
207
211
  write it back UP, so the next task inherits the answer.
208
212
 
213
+ **An epic plan can be silent, and it can be WRONG — do not re-derive it, but do check the claims you
214
+ are about to build on.** Those are different failures with different answers, and only the first was
215
+ ever written down. A plan that is silent leaves you a decision to make and write back up. A plan that
216
+ asserts something false hands you a conclusion, and re-deriving is exactly what you were told not to
217
+ do — so nothing catches it. **Inheriting a DECISION is the point of this tier; inheriting a FACT about
218
+ how something behaves is not.** A seam, a slice order, a call the founder made: take those and build.
219
+ A sentence about what a command does, what a gate refuses, what a file contains or what some number
220
+ is: that is a claim, and a claim costs one command to check against the thing itself.
221
+
222
+ Measured on this board, 2026-09-12: a §Plan stated that a placeholder criterion *"would have counted
223
+ against the completion gate"*. The guard that drops those had shipped **nine days earlier** — so the
224
+ sentence was false when written, not gone stale. Two sessions read it, neither checked it, both
225
+ repeated it to the founder, and it cost about an hour. It pointed at no file, so no link check went
226
+ red; the tree does not know a sentence is a claim. Nothing here is unusual: that is what this class of
227
+ failure looks like every time.
228
+
229
+ When you find one, **correct it in place and leave the correction visible** — the belief and its
230
+ refutation together, dated. A silently-edited plan teaches the next reader nothing, and they arrived
231
+ with the same assumption you did.
232
+
209
233
  **Refactor work is its own commit.** Restructuring existing code *without changing behaviour* is its
210
234
  own phase and its own commit — never mixed with a feature or fix.
211
235
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appchy/jarvis",
3
- "version": "0.1.127",
3
+ "version": "0.1.128",
4
4
  "description": "Jarvis — local AI coding assistant CLI",
5
5
  "private": false,
6
6
  "type": "module",
@@ -57,8 +57,8 @@
57
57
  "typescript": "^5.7.0",
58
58
  "vitest": "^2.1.0",
59
59
  "@jarvis/agents": "1.0.0",
60
- "@jarvis/board": "0.1.0",
61
60
  "@jarvis/anthropic": "1.0.0",
61
+ "@jarvis/board": "0.1.0",
62
62
  "@jarvis/data": "0.1.0",
63
63
  "@jarvis/errors": "1.0.0",
64
64
  "@jarvis/logger": "1.0.0",