@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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-assistant`](../assistant) — Main CLI application
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.1.8",
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/Galvanized-Pukeko/gaunt-sloth-assistant.git",
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/Galvanized-Pukeko/gaunt-sloth-assistant/issues"
13
+ "url": "https://github.com/pukeko-robotics/gaunt-sloth/issues"
14
14
  },
15
- "homepage": "https://github.com/Galvanized-Pukeko/gaunt-sloth-assistant/tree/main/packages/review#readme",
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.1.8"
37
+ "@gaunt-sloth/core": "0.2.0"
38
38
  },
39
39
  "peerDependencies": {
40
- "@gaunt-sloth/tools": "0.1.8"
40
+ "@gaunt-sloth/tools": "0.2.0"
41
41
  },
42
42
  "peerDependenciesMeta": {
43
43
  "@gaunt-sloth/tools": {