delimit-cli 4.1.27 → 4.1.28

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 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -31,7 +31,7 @@ Works across any configuration — from a single model on a budget to an enterpr
31
31
 
32
32
  ```bash
33
33
  npx delimit-cli scan # Instant health grade for your API spec
34
- npx delimit-cli demo # See governance in action no setup needed
34
+ npx delimit-cli pr owner/repo#123 # Review any GitHub PR for breaking changes
35
35
  npx delimit-cli setup && source ~/.bashrc # Configure AI assistants + activate
36
36
  ```
37
37
 
@@ -143,6 +143,7 @@ That's it. Delimit auto-fetches the base branch spec, diffs it, and posts a PR c
143
143
 
144
144
  ```bash
145
145
  npx delimit-cli scan # Instant spec health grade + recommendations
146
+ npx delimit-cli pr owner/repo#123 # Review any GitHub PR for breaking changes
146
147
  npx delimit-cli quickstart # Clone demo project + guided walkthrough
147
148
  npx delimit-cli try # Zero-risk demo — saves governance report
148
149
  npx delimit-cli demo # Self-contained governance demo
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "delimit-cli",
3
3
  "mcpName": "io.github.delimit-ai/delimit-mcp-server",
4
- "version": "4.1.27",
4
+ "version": "4.1.28",
5
5
  "description": "Unify Claude Code, Codex, Cursor, and Gemini CLI with persistent context, governance, and multi-model debate.",
6
6
  "main": "index.js",
7
7
  "files": [