@hiveai/cli 0.10.4 → 0.10.8
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 +1 -0
- package/dist/index.js +395 -358
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -177,6 +177,7 @@ Operate executable regex sensors stored on `gotcha`/`attempt` memories.
|
|
|
177
177
|
haive sensors list
|
|
178
178
|
haive sensors check # scans git diff --cached
|
|
179
179
|
haive sensors check --diff-file diff.patch --json
|
|
180
|
+
haive sensors promote <memory-id> --yes
|
|
180
181
|
haive sensors export --format grep
|
|
181
182
|
```
|
|
182
183
|
|