@wardrail/plugin 0.1.2 → 0.1.3

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.
@@ -5,7 +5,7 @@
5
5
  "description": "Keep your coding agent on the rails: consult your project's Wardrail contract while it writes code, plus a checkpoint->clear->resume workflow with checkpoints that are machine-verified, not self-reported.",
6
6
  "author": { "name": "Ghostables Ltd", "url": "https://wardrail.ghostables.io" },
7
7
  "homepage": "https://wardrail.ghostables.io",
8
- "license": "UNLICENSED",
8
+ "license": "MIT",
9
9
  "keywords": ["wardrail", "guardrails", "mcp", "checkpoint", "context", "ai"],
10
10
  "userConfig": {
11
11
  "WARDRAIL_URL": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wardrail/plugin",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Wardrail Claude Code plugin — consult your project's contract while coding (MCP) plus a checkpoint->clear->resume workflow with machine-verified checkpoints.",
5
5
  "type": "module",
6
6
  "files": [
@@ -22,6 +22,6 @@
22
22
  "guardrails",
23
23
  "checkpoint"
24
24
  ],
25
- "license": "UNLICENSED",
25
+ "license": "MIT",
26
26
  "private": false
27
27
  }