skill-harness 0.14.0 → 0.16.0
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 +12 -0
- package/dist/index.js +6209 -2483
- package/docs/PRODUCT-GUIDE.md +133 -0
- package/docs/STATUS.md +45 -0
- package/package.json +7 -3
package/README.md
CHANGED
|
@@ -14,6 +14,18 @@ pi install npm:skill-harness # CLI plus /skill-harness extension in Pi
|
|
|
14
14
|
|
|
15
15
|
The Pi package declares its bundled extension directly. After install/update, `/reload` makes it available in an existing supported Pi session; verify the loaded resource rather than treating the package version as proof.
|
|
16
16
|
|
|
17
|
+
## Retained learning
|
|
18
|
+
|
|
19
|
+
`skill-harness learning` or `/skill-harness learning` opens guided retained case/comparison
|
|
20
|
+
review, scoped trust setup and independent labels, and separate adopt/reject/defer decisions.
|
|
21
|
+
Use `/grants learning` with the matching producer host for exact scope binding and supported
|
|
22
|
+
next-order activation/rollback. `learning help` lists noninteractive commands; `--confirm`
|
|
23
|
+
authorizes only the displayed local write. No learning command calls a model.
|
|
24
|
+
|
|
25
|
+
[Portable product guide](https://github.com/mojomanyana/skill-harness/blob/main/docs/factory/PRODUCT-GUIDE.md)
|
|
26
|
+
· [Current evidence and limitations](https://github.com/mojomanyana/skill-harness/blob/main/docs/factory/STATUS.md).
|
|
27
|
+
Quality choice is not acceptance, calibration or activation. Excerpt-only feedback stays excerpt-only.
|
|
28
|
+
|
|
17
29
|
## The loop
|
|
18
30
|
|
|
19
31
|
1. **list** — discover which skills have a spec.
|