@tagma/completion-llm-judge 0.1.2 → 0.1.3

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 +0 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -34,7 +34,6 @@ pipeline:
34
34
  - id: find-bugs
35
35
  name: Find failing tests
36
36
  prompt: 'List all failing tests in the current workspace with their file paths.'
37
- output: ./output/find-bugs.md
38
37
  completion:
39
38
  type: llm_judge
40
39
  rubric: |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tagma/completion-llm-judge",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "LLM-as-judge completion plugin for tagma-sdk pipelines",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -49,7 +49,7 @@
49
49
  "prepublishOnly": "bun run build"
50
50
  },
51
51
  "peerDependencies": {
52
- "@tagma/types": "0.2.6"
52
+ "@tagma/types": "0.2.7"
53
53
  },
54
54
  "devDependencies": {
55
55
  "bun-types": "^1.3.11",