skill-harness 0.2.1 → 0.3.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +13 -3
package/README.md CHANGED
@@ -43,4 +43,4 @@ each other.
43
43
 
44
44
  - Repo + full docs: https://github.com/mojomanyana/skill-harness
45
45
  - Step-by-step usage: [`docs/USAGE.md`](https://github.com/mojomanyana/skill-harness/blob/main/docs/USAGE.md)
46
- - CI Action (free spec lint on every PR): `uses: mojomanyana/skill-harness@v1`
46
+ - CI Action (free spec lint on every PR): `uses: mojomanyana/skill-harness@latest` (or pin a version tag to freeze)
package/package.json CHANGED
@@ -1,9 +1,19 @@
1
1
  {
2
2
  "name": "skill-harness",
3
- "version": "0.2.1",
3
+ "version": "0.3.1",
4
4
  "description": "Test/optimize loop for agent skills — run spec'd scenarios on pi, LLM-judge, score, review, re-run",
5
5
  "type": "module",
6
- "keywords": ["agent-skills", "skill", "llm", "testing", "eval", "grading", "pi", "ci", "harness"],
6
+ "keywords": [
7
+ "agent-skills",
8
+ "skill",
9
+ "llm",
10
+ "testing",
11
+ "eval",
12
+ "grading",
13
+ "pi",
14
+ "ci",
15
+ "harness"
16
+ ],
7
17
  "bin": {
8
18
  "skill-harness": "bin.js"
9
19
  },
@@ -13,7 +23,7 @@
13
23
  "README.md"
14
24
  ],
15
25
  "dependencies": {
16
- "@skill-harness/cli": "0.2.1"
26
+ "@skill-harness/cli": "0.3.1"
17
27
  },
18
28
  "repository": {
19
29
  "type": "git",