impulso 0.19.1 → 0.20.20
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
CHANGED
|
@@ -50,7 +50,19 @@ otherwise (that's the point).
|
|
|
50
50
|
|
|
51
51
|
## Install — opencode plugin (recommended)
|
|
52
52
|
|
|
53
|
-
|
|
53
|
+
Install versioned package from npm:
|
|
54
|
+
|
|
55
|
+
```bash
|
|
56
|
+
npm install impulso@latest
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
Pinned package version:
|
|
60
|
+
|
|
61
|
+
```bash
|
|
62
|
+
npm install impulso@0.19.1
|
|
63
|
+
```
|
|
64
|
+
|
|
65
|
+
Or add one entry to your opencode config:
|
|
54
66
|
|
|
55
67
|
```jsonc
|
|
56
68
|
{
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "impulso",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.20.20",
|
|
4
4
|
"description": "Impulso — plugin bundle for opencode and Claude Code: Plannotator skills + Impulso-DirectSpeech (rethemed ex-Caveman) + RTK. Harness-neutral repo; per-harness glue under harnesses/.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "harnesses/opencode/plugin.js",
|
|
7
7
|
"publishConfig": {
|
|
8
|
-
"access": "public"
|
|
8
|
+
"access": "public",
|
|
9
|
+
"provenance": false,
|
|
10
|
+
"registry": "https://registry.npmjs.org/"
|
|
11
|
+
},
|
|
12
|
+
"repository": {
|
|
13
|
+
"type": "git",
|
|
14
|
+
"url": "git+https://github.com/alexandrekm/Impulso.git"
|
|
9
15
|
},
|
|
10
16
|
"scripts": {
|
|
11
17
|
"postinstall": "node scripts/install-hub.js",
|