@stackwright-pro/raft 1.0.0-alpha.61 → 1.0.0-alpha.63

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 +3 -3
package/README.md CHANGED
@@ -68,7 +68,7 @@ If neither is found, the error message will guide you to install `stackwright-pu
68
68
 
69
69
  1. Acquires a pipeline lock (`.stackwright/.lock`) to prevent concurrent sessions
70
70
  2. Writes/enriches `.stackwright/init-context.json` (project name, spec path, theme)
71
- 3. Registers the `@stackwright-pro/mcp` server in `~/.code_puppy/mcp_servers.json`
71
+ 3. Registers the `@stackwright-pro/mcp` server in `.code_puppy/mcp_servers.json`
72
72
  4. Verifies otter file integrity
73
73
  5. Spawns `raft-puppy` / `code-puppy` in foreman mode with `STACKWRIGHT_PROJECT_ROOT` set
74
74
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stackwright-pro/raft",
3
- "version": "1.0.0-alpha.61",
3
+ "version": "1.0.0-alpha.63",
4
4
  "description": "Launch the Pro Otter Raft — verifies integrity, writes init context, spawns code-puppy in foreman mode",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {
@@ -22,10 +22,10 @@
22
22
  "tag": "alpha"
23
23
  },
24
24
  "dependencies": {
25
- "@stackwright-pro/mcp": "0.2.0-alpha.49"
25
+ "@stackwright-pro/mcp": "0.2.0-alpha.50"
26
26
  },
27
27
  "peerDependencies": {
28
- "@stackwright-pro/otters": ">=1.0.0-alpha.38"
28
+ "@stackwright-pro/otters": ">=1.0.0-alpha.39"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@types/node": "^25.9.1",