@syrin/cli 1.3.0 → 1.3.1

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,19 +37,19 @@ Most problems are discovered **after** deployment.
37
37
  ### Quick start
38
38
 
39
39
  ```bash
40
- npx @syrin/syrin init
40
+ npx @syrin/cli init
41
41
  ```
42
42
 
43
43
  ### Global install
44
44
 
45
45
  ```bash
46
- npm install -g @syrin/syrin
46
+ npm install -g @syrin/cli
47
47
  ```
48
48
 
49
49
  ### Local install (recommended for CI)
50
50
 
51
51
  ```bash
52
- npm install @syrin/syrin
52
+ npm install @syrin/cli
53
53
  ```
54
54
 
55
55
  Requirements:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syrin/cli",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "Syrin is a runtime intelligence system that makes MCP servers debuggable, testable, and safe to run in production.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",