archgate 0.13.1 → 0.14.0

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 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -110,7 +110,6 @@ See the [writing rules guide](https://cli.archgate.dev/guides/writing-rules/) fo
110
110
  | `archgate adr show <id>` | Print a specific ADR |
111
111
  | `archgate adr update` | Update an ADR's frontmatter |
112
112
  | `archgate login` | Authenticate with GitHub for editor plugins |
113
- | `archgate mcp` | Start the MCP server for AI agent integration |
114
113
  | `archgate upgrade` | Upgrade to the latest release |
115
114
  | `archgate clean` | Remove the CLI cache (`~/.archgate/`) |
116
115
 
@@ -135,7 +134,7 @@ Add `archgate check` to your CI pipeline or pre-commit hooks to block merges tha
135
134
 
136
135
  ## Documentation
137
136
 
138
- Full documentation is available at **[cli.archgate.dev](https://cli.archgate.dev)** — including guides for writing ADRs, writing rules, CI integration, editor plugin setup, and the complete CLI and MCP reference.
137
+ Full documentation is available at **[cli.archgate.dev](https://cli.archgate.dev)** — including guides for writing ADRs, writing rules, CI integration, editor plugin setup, and the complete CLI reference.
139
138
 
140
139
  ## Contributing
141
140
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "archgate",
3
- "version": "0.13.1",
3
+ "version": "0.14.0",
4
4
  "description": "Enforce Architecture Decision Records as executable rules — for both humans and AI agents",
5
5
  "keywords": [
6
6
  "adr",
@@ -75,9 +75,9 @@
75
75
  "typescript": "^5"
76
76
  },
77
77
  "optionalDependencies": {
78
- "archgate-darwin-arm64": "0.13.1",
79
- "archgate-linux-x64": "0.13.1",
80
- "archgate-win32-x64": "0.13.1"
78
+ "archgate-darwin-arm64": "0.14.0",
79
+ "archgate-linux-x64": "0.14.0",
80
+ "archgate-win32-x64": "0.14.0"
81
81
  },
82
82
  "readme": "README.md"
83
83
  }