@gaunt-sloth/review 0.1.8 → 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 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -76,4 +76,4 @@ import { commandUtils } from '@gaunt-sloth/review/commandUtils.js';
|
|
|
76
76
|
- [`@gaunt-sloth/tools`](../tools) — Built-in tools, filesystem toolkit, and middleware registry
|
|
77
77
|
- [`@gaunt-sloth/api`](../api) — API server, AG-UI, MCP, and A2A integration
|
|
78
78
|
- [`@gaunt-sloth/review`](../review) — Review and Q&A modules with standalone CLI (this package)
|
|
79
|
-
- [`gaunt-sloth
|
|
79
|
+
- [`gaunt-sloth`](../assistant) — Main CLI application
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
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",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/
|
|
9
|
+
"url": "git+https://github.com/pukeko-robotics/gaunt-sloth.git",
|
|
10
10
|
"directory": "packages/review"
|
|
11
11
|
},
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/
|
|
13
|
+
"url": "https://github.com/pukeko-robotics/gaunt-sloth/issues"
|
|
14
14
|
},
|
|
15
|
-
"homepage": "https://github.com/
|
|
15
|
+
"homepage": "https://github.com/pukeko-robotics/gaunt-sloth/tree/main/packages/review#readme",
|
|
16
16
|
"keywords": [
|
|
17
17
|
"ai",
|
|
18
18
|
"agent",
|
|
@@ -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": {
|