@gaunt-sloth/review 0.1.9 → 0.2.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 +1 -7
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
# @gaunt-sloth/review
|
|
2
2
|
|
|
3
|
-
> ℹ️ **Moved.** The Gaunt Sloth project now lives at
|
|
4
|
-
> [`pukeko-robotics/gaunt-sloth`](https://github.com/pukeko-robotics/gaunt-sloth) and
|
|
5
|
-
> [gauntsloth.app](https://gauntsloth.app). The `0.1.x` releases belong to the
|
|
6
|
-
> `gaunt-sloth-assistant` 1.x line; `@gaunt-sloth/review` continues in v2 as part of the
|
|
7
|
-
> [`gaunt-sloth`](https://www.npmjs.com/package/gaunt-sloth) line.
|
|
8
|
-
|
|
9
3
|
Review and question-answering functionality for Gaunt Sloth.
|
|
10
4
|
|
|
11
5
|
## Installation
|
|
@@ -82,4 +76,4 @@ import { commandUtils } from '@gaunt-sloth/review/commandUtils.js';
|
|
|
82
76
|
- [`@gaunt-sloth/tools`](../tools) — Built-in tools, filesystem toolkit, and middleware registry
|
|
83
77
|
- [`@gaunt-sloth/api`](../api) — API server, AG-UI, MCP, and A2A integration
|
|
84
78
|
- [`@gaunt-sloth/review`](../review) — Review and Q&A modules with standalone CLI (this package)
|
|
85
|
-
- [`gaunt-sloth
|
|
79
|
+
- [`gaunt-sloth`](../assistant) — Main CLI application
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gaunt-sloth/review",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.2.0",
|
|
4
4
|
"description": "Review functionality for Gaunt Sloth",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "Andrew Kondratev",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"#src/*.js": "./dist/*.js"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@gaunt-sloth/core": "0.
|
|
37
|
+
"@gaunt-sloth/core": "0.2.0"
|
|
38
38
|
},
|
|
39
39
|
"peerDependencies": {
|
|
40
|
-
"@gaunt-sloth/tools": "0.
|
|
40
|
+
"@gaunt-sloth/tools": "0.2.0"
|
|
41
41
|
},
|
|
42
42
|
"peerDependenciesMeta": {
|
|
43
43
|
"@gaunt-sloth/tools": {
|