@gaunt-sloth/batch 2.0.0-alpha.23 → 2.0.0-alpha.24

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 +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -130,8 +130,8 @@ The corresponding TypeScript types (`MatrixCell`, `BatchSummary`, `CellResult`,
130
130
  - [`@gaunt-sloth/agent`](https://www.npmjs.com/package/@gaunt-sloth/agent) — Agent runtime: built-in
131
131
  tools, filesystem toolkit, middleware registry, API server, AG-UI, MCP, and A2A integration
132
132
  ([source](https://github.com/pukeko-robotics/gaunt-sloth/tree/main/packages/agent))
133
- - [`@gaunt-sloth/review`](https://www.npmjs.com/package/@gaunt-sloth/review) — Review and Q&A modules
134
- with standalone CLI
133
+ - [`@gaunt-sloth/review`](https://www.npmjs.com/package/@gaunt-sloth/review) — Review engine with
134
+ content/requirement sources (GitHub, Jira, file, text) and standalone CLI
135
135
  ([source](https://github.com/pukeko-robotics/gaunt-sloth/tree/main/packages/review))
136
136
  - [`@gaunt-sloth/batch`](https://www.npmjs.com/package/@gaunt-sloth/batch) — Batch / eval / workflow
137
137
  runtime (this package)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gaunt-sloth/batch",
3
- "version": "2.0.0-alpha.23",
3
+ "version": "2.0.0-alpha.24",
4
4
  "description": "Batch matrix runtime for Gaunt Sloth (BATCH-1): run a prompt-executable over a matrix of models and/or content-bound inputs",
5
5
  "license": "MIT",
6
6
  "author": "Andrew Kondratev",
@@ -37,8 +37,8 @@
37
37
  "@langchain/core": "^1.2.3",
38
38
  "yaml": "^2.9.0",
39
39
  "zod": "^4.4.3",
40
- "@gaunt-sloth/agent": "2.0.0-alpha.23",
41
- "@gaunt-sloth/core": "2.0.0-alpha.23"
40
+ "@gaunt-sloth/agent": "2.0.0-alpha.24",
41
+ "@gaunt-sloth/core": "2.0.0-alpha.24"
42
42
  },
43
43
  "files": [
44
44
  "./dist/*"