wolverine-ai 6.1.1 → 6.1.2

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 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,6 +6,8 @@ Wolverine watches your server process, catches crashes, diagnoses errors with AI
6
6
 
7
7
  Built on patterns from [claw-code](https://github.com/instructkr/claw-code) — the open-source Claude Code harness.
8
8
 
9
+ [Website](https://wolverine.dev) · [Twitter](https://x.com/wolverinelabs) · [API](https://api.wolverinenode.xyz) · [npm](https://www.npmjs.com/package/wolverine-ai) · [GitHub](https://github.com/bobbyswhip/Wolverine)
10
+
9
11
  ---
10
12
 
11
13
  ## Quick Start
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wolverine-ai",
3
- "version": "6.1.1",
3
+ "version": "6.1.2",
4
4
  "description": "Self-healing Node.js server framework powered by AI. Catches crashes, diagnoses errors, generates fixes, verifies, and restarts — automatically.",
5
5
  "main": "src/index.js",
6
6
  "bin": {
@@ -40,7 +40,7 @@
40
40
  "type": "git",
41
41
  "url": "https://github.com/bobbyswhip/Wolverine.git"
42
42
  },
43
- "homepage": "https://github.com/bobbyswhip/Wolverine#readme",
43
+ "homepage": "https://wolverine.dev",
44
44
  "bugs": {
45
45
  "url": "https://github.com/bobbyswhip/Wolverine/issues"
46
46
  },