git-a2a 1.4.0 → 1.5.0-rc.1
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/package.json +7 -7
- package/skills/git-a2a/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "git-a2a",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.5.0-rc.1",
|
|
4
4
|
"description": "Import git modules together with their owning agents",
|
|
5
5
|
"mcpName": "io.github.neprel/git-a2a",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
"skills/"
|
|
20
20
|
],
|
|
21
21
|
"optionalDependencies": {
|
|
22
|
-
"@git-a2a/darwin-amd64": "1.
|
|
23
|
-
"@git-a2a/darwin-arm64": "1.
|
|
24
|
-
"@git-a2a/linux-amd64": "1.
|
|
25
|
-
"@git-a2a/linux-arm64": "1.
|
|
26
|
-
"@git-a2a/windows-amd64": "1.
|
|
27
|
-
"@git-a2a/windows-arm64": "1.
|
|
22
|
+
"@git-a2a/darwin-amd64": "1.5.0-rc.1",
|
|
23
|
+
"@git-a2a/darwin-arm64": "1.5.0-rc.1",
|
|
24
|
+
"@git-a2a/linux-amd64": "1.5.0-rc.1",
|
|
25
|
+
"@git-a2a/linux-arm64": "1.5.0-rc.1",
|
|
26
|
+
"@git-a2a/windows-amd64": "1.5.0-rc.1",
|
|
27
|
+
"@git-a2a/windows-arm64": "1.5.0-rc.1"
|
|
28
28
|
}
|
|
29
29
|
}
|
package/skills/git-a2a/SKILL.md
CHANGED
|
@@ -3,7 +3,7 @@ name: git-a2a
|
|
|
3
3
|
description: Use git-a2a to consume or author a dependency on a Git repository together with its owner, resolve who owns a dependency, inspect or repair an AGENTS.md module roster, or edit and validate a2amodule.yml manifest.
|
|
4
4
|
compatibility: requires git ≥ 2.25 and the git-a2a CLI
|
|
5
5
|
metadata:
|
|
6
|
-
version: "1.
|
|
6
|
+
version: "1.5.0"
|
|
7
7
|
---
|
|
8
8
|
|
|
9
9
|
# git-a2a
|