git-a2a 1.7.1-rc.1 → 1.7.1-rc.2

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.1",
3
+ "version": "1.7.1-rc.2",
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.1",
23
- "@git-a2a/darwin-arm64": "1.7.1-rc.1",
24
- "@git-a2a/linux-amd64": "1.7.1-rc.1",
25
- "@git-a2a/linux-arm64": "1.7.1-rc.1",
26
- "@git-a2a/windows-amd64": "1.7.1-rc.1",
27
- "@git-a2a/windows-arm64": "1.7.1-rc.1"
22
+ "@git-a2a/darwin-amd64": "1.7.1-rc.2",
23
+ "@git-a2a/darwin-arm64": "1.7.1-rc.2",
24
+ "@git-a2a/linux-amd64": "1.7.1-rc.2",
25
+ "@git-a2a/linux-arm64": "1.7.1-rc.2",
26
+ "@git-a2a/windows-amd64": "1.7.1-rc.2",
27
+ "@git-a2a/windows-arm64": "1.7.1-rc.2"
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 FILE|-` accepts a JSON or YAML map keyed by those field
21
- paths; missing keys use defaults and unknown keys exit `2` in sorted order. Given the same
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`.