@appchy/jarvis 0.1.112 → 0.1.113
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 +1 -1
- package/harness/presets/appchy/PRESET.md +1 -1
- package/package.json +5 -5
package/dist/bin.js
CHANGED
|
@@ -10284,7 +10284,7 @@ import { createRequire as createRequire2 } from "module";
|
|
|
10284
10284
|
var _require = createRequire2(import.meta.url);
|
|
10285
10285
|
var VERSION2 = _require("../package.json").version ?? "0.0.0";
|
|
10286
10286
|
var IS_DEV = String(_require("../package.json").name ?? "").endsWith("-dev");
|
|
10287
|
-
var SHA = "
|
|
10287
|
+
var SHA = "e1a824b";
|
|
10288
10288
|
var BUILT = "2026-09-12";
|
|
10289
10289
|
var BUILD = SHA ?? "source";
|
|
10290
10290
|
var BUILD_LABEL = `${SHA ? `${VERSION2} (${SHA}${BUILT ? ` ${BUILT}` : ""})` : `${VERSION2} (source)`}${IS_DEV ? " \u2014 development build" : ""}`;
|
|
@@ -309,7 +309,7 @@ fully-planned, deliberately-deferred goal hides.
|
|
|
309
309
|
|
|
310
310
|
A version's status is derived: **planned** until tasks start, **current** while any is in-progress,
|
|
311
311
|
**released** once `jarvis work release` stamps it. Release **flattens the done tier**, removes each
|
|
312
|
-
`epic.md`, then `work archive` strips each task to its `task.md` and moves the version to
|
|
312
|
+
`epic.md`, then `jarvis work archive` strips each task to its `task.md` and moves the version to
|
|
313
313
|
`work/archive/versions/<v>/`.
|
|
314
314
|
|
|
315
315
|
**Archived is off the board, not gone.** `list`, the README table and every lint see only `versions/`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appchy/jarvis",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.113",
|
|
4
4
|
"description": "Jarvis — local AI coding assistant CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"type": "module",
|
|
@@ -57,14 +57,14 @@
|
|
|
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
|
-
"@jarvis/board": "0.1.0",
|
|
62
60
|
"@jarvis/errors": "1.0.0",
|
|
63
|
-
"@jarvis/
|
|
61
|
+
"@jarvis/board": "0.1.0",
|
|
64
62
|
"@jarvis/logger": "1.0.0",
|
|
65
|
-
"@jarvis/types": "1.0.0",
|
|
66
63
|
"@jarvis/rpc": "1.0.0",
|
|
64
|
+
"@jarvis/anthropic": "1.0.0",
|
|
67
65
|
"@jarvis/typescript-config": "1.0.0",
|
|
66
|
+
"@jarvis/data": "0.1.0",
|
|
67
|
+
"@jarvis/types": "1.0.0",
|
|
68
68
|
"@jarvis/ui": "0.1.0",
|
|
69
69
|
"@jarvis/vitest-config": "1.0.0"
|
|
70
70
|
},
|