jorgex-stack 1.0.9 → 1.0.10
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,9 +9,9 @@ Portable multi-agent harness: one configuration source — 15 agents, 17 skills,
|
|
|
9
9
|
Install and run via npm without cloning the repository:
|
|
10
10
|
|
|
11
11
|
```
|
|
12
|
-
pnpm dlx jorgex-stack install #
|
|
12
|
+
pnpm dlx jorgex-stack install # apply config to your runtimes (interactive pick; idempotent, removes orphans)
|
|
13
13
|
pnpm dlx jorgex-stack models # model picker by runtime and tier (strong/standard/cheap)
|
|
14
|
-
pnpm dlx jorgex-stack sync #
|
|
14
|
+
pnpm dlx jorgex-stack sync # alias of install (same idempotent apply)
|
|
15
15
|
pnpm dlx jorgex-stack doctor # checks that everything is healthy (Engram, drift, hooks, keys)
|
|
16
16
|
pnpm dlx jorgex-stack update # interactive: scans stack + Engram, multiselect, diff/confirm
|
|
17
17
|
# With --check: report only, no changes
|
package/package.json
CHANGED