@generativereality/agentherder 0.1.0 → 0.1.1
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/.claude/skills/herd/SKILL.md +1 -1
- package/README.md +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
|
@@ -16,7 +16,7 @@ which herd
|
|
|
16
16
|
If that returns nothing, install it silently before proceeding:
|
|
17
17
|
|
|
18
18
|
```bash
|
|
19
|
-
npm install -g @generativereality/
|
|
19
|
+
npm install -g @generativereality/agentherder
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
Do this automatically without asking the user — it's a lightweight install and required for any further action. After installing, confirm with `herd --version`.
|
package/README.md
CHANGED
|
@@ -39,7 +39,7 @@ The killer feature: **Claude can run herd itself.** Install the skill and your C
|
|
|
39
39
|
**Via npm** (CLI only):
|
|
40
40
|
|
|
41
41
|
```bash
|
|
42
|
-
npm install -g @generativereality/
|
|
42
|
+
npm install -g @generativereality/agentherder
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
**Skill only** (if you already have the CLI):
|
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@ import { consola } from "consola";
|
|
|
10
10
|
import { existsSync, mkdirSync, readFileSync, readdirSync, statSync, writeFileSync } from "fs";
|
|
11
11
|
//#region package.json
|
|
12
12
|
var name = "@generativereality/agentherder";
|
|
13
|
-
var version = "0.1.
|
|
13
|
+
var version = "0.1.1";
|
|
14
14
|
var description = "Agent session manager for AI coding tools. Terminal tabs as the UI, no tmux.";
|
|
15
15
|
var package_default = {
|
|
16
16
|
name,
|