git-a2a 1.7.1-rc.1 → 1.7.1-rc.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "git-a2a",
|
|
3
|
-
"version": "1.7.1-rc.
|
|
3
|
+
"version": "1.7.1-rc.3",
|
|
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.7.1-rc.
|
|
23
|
-
"@git-a2a/darwin-arm64": "1.7.1-rc.
|
|
24
|
-
"@git-a2a/linux-amd64": "1.7.1-rc.
|
|
25
|
-
"@git-a2a/linux-arm64": "1.7.1-rc.
|
|
26
|
-
"@git-a2a/windows-amd64": "1.7.1-rc.
|
|
27
|
-
"@git-a2a/windows-arm64": "1.7.1-rc.
|
|
22
|
+
"@git-a2a/darwin-amd64": "1.7.1-rc.3",
|
|
23
|
+
"@git-a2a/darwin-arm64": "1.7.1-rc.3",
|
|
24
|
+
"@git-a2a/linux-amd64": "1.7.1-rc.3",
|
|
25
|
+
"@git-a2a/linux-arm64": "1.7.1-rc.3",
|
|
26
|
+
"@git-a2a/windows-amd64": "1.7.1-rc.3",
|
|
27
|
+
"@git-a2a/windows-arm64": "1.7.1-rc.3"
|
|
28
28
|
}
|
|
29
29
|
}
|
|
@@ -17,8 +17,9 @@ On a TTY, plain `init` asks the ordered interview questions, prints defaults and
|
|
|
17
17
|
preview, and confirms the write; `?` prints a question's why-line. Non-TTY input accepts computed
|
|
18
18
|
defaults and names `--answers` instead of blocking. `--interview` is read-only and prints each
|
|
19
19
|
question's field path, prompt, why, computed default, confidence, and validation; `--json` makes
|
|
20
|
-
that briefing structured. `--answers
|
|
21
|
-
paths;
|
|
20
|
+
that briefing structured. `--answers <file>` accepts a JSON or YAML map keyed by those field
|
|
21
|
+
paths; use `--answers -` to read the map from stdin. Missing keys use defaults and unknown keys
|
|
22
|
+
exit `2` in sorted order. Given the same
|
|
22
23
|
repository state and answers, TTY and answers modes write byte-identical manifests.
|
|
23
24
|
`--example lib|app` writes a complete commented baseline and composes with `--answers`.
|
|
24
25
|
Exit `1` if a write would replace a manifest; invalid answers/combinations exit `2`.
|