delimit-cli 3.0.1 → 3.0.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 (1) hide show
  1. package/package.json +2 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "delimit-cli",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "AI agent guardrails for developers. Install governance tools into Claude Code with one command.",
5
5
  "main": "index.js",
6
6
  "bin": {
@@ -8,11 +8,7 @@
8
8
  "delimit-cli": "./bin/delimit-cli.js"
9
9
  },
10
10
  "scripts": {
11
- "postinstall": "echo 'Run \"delimit install\" to set up governance'",
12
- "install": "bash ./hooks/install-hooks.sh install",
13
- "install-mcp": "bash ./hooks/install-hooks.sh mcp-only",
14
- "test-mcp": "bash ./hooks/install-hooks.sh troubleshoot",
15
- "fix-mcp": "bash ./hooks/install-hooks.sh fix-mcp",
11
+ "postinstall": "echo '\\nRun: npx delimit-cli setup\\n'",
16
12
  "test": "node --test tests/cli.test.js"
17
13
  },
18
14
  "keywords": [