@buildinternet/releases 0.70.1 → 0.71.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.
- package/README.md +4 -3
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -95,14 +95,15 @@ Point any MCP-compatible agent at the hosted server:
|
|
|
95
95
|
npx mcp-remote https://mcp.releases.sh/mcp
|
|
96
96
|
```
|
|
97
97
|
|
|
98
|
-
This repo is also a Claude Code marketplace with
|
|
98
|
+
This repo is also a Claude Code marketplace with the `releases` plugin — hosted MCP tools, a `/releases` lookup command, and auto-trigger skills:
|
|
99
99
|
|
|
100
100
|
```bash
|
|
101
101
|
/plugin marketplace add buildinternet/releases-cli
|
|
102
|
-
/plugin install releases@releases
|
|
103
|
-
/plugin install releases-admin@releases # admin
|
|
102
|
+
/plugin install releases@releases
|
|
104
103
|
```
|
|
105
104
|
|
|
105
|
+
Operator/maintainer skills (source onboarding, parsing, playbooks) live with the backend in the [releases monorepo](https://github.com/buildinternet/releases) — its `.claude/skills/` tree is picked up automatically in a checkout.
|
|
106
|
+
|
|
106
107
|
Or install just the skills into any agent (Cursor, Codex, Gemini CLI, Windsurf, …):
|
|
107
108
|
|
|
108
109
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@buildinternet/releases",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.71.0",
|
|
4
4
|
"description": "The changelog & release-notes registry for developers and AI agents",
|
|
5
5
|
"bin": {
|
|
6
6
|
"releases": "bin/releases"
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
"README.md"
|
|
14
14
|
],
|
|
15
15
|
"optionalDependencies": {
|
|
16
|
-
"@buildinternet/releases-darwin-arm64": "0.
|
|
17
|
-
"@buildinternet/releases-darwin-x64": "0.
|
|
18
|
-
"@buildinternet/releases-linux-x64": "0.
|
|
19
|
-
"@buildinternet/releases-linux-arm64": "0.
|
|
20
|
-
"@buildinternet/releases-windows-x64": "0.
|
|
16
|
+
"@buildinternet/releases-darwin-arm64": "0.71.0",
|
|
17
|
+
"@buildinternet/releases-darwin-x64": "0.71.0",
|
|
18
|
+
"@buildinternet/releases-linux-x64": "0.71.0",
|
|
19
|
+
"@buildinternet/releases-linux-arm64": "0.71.0",
|
|
20
|
+
"@buildinternet/releases-windows-x64": "0.71.0"
|
|
21
21
|
},
|
|
22
22
|
"keywords": [
|
|
23
23
|
"changelog",
|