git-a2a 1.7.0 → 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.0",
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.0",
23
- "@git-a2a/darwin-arm64": "1.7.0",
24
- "@git-a2a/linux-amd64": "1.7.0",
25
- "@git-a2a/linux-arm64": "1.7.0",
26
- "@git-a2a/windows-amd64": "1.7.0",
27
- "@git-a2a/windows-arm64": "1.7.0"
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
  }
@@ -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.7.0"
6
+ version: "1.7.1"
7
7
  ---
8
8
 
9
9
  # git-a2a
@@ -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`.
@@ -1126,7 +1126,7 @@ versioned by the consumer — never by the dependency. Defaults: empty, meaning
1126
1126
  - Type: string; optional.
1127
1127
  - Default: none declared.
1128
1128
  - Allowed values: pattern `^[a-z0-9][a-z0-9._-]{0,63}$`.
1129
- - Normative source: [`spec/_.hint:685`](../spec/_.hint#L685).
1129
+ - Normative source: [`spec/_.hint:688`](../spec/_.hint#L688).
1130
1130
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1131
1131
 
1132
1132
  Behavior and consequence:
@@ -1139,7 +1139,7 @@ dependency. Required after `add` (the CLI fills it); the lock is keyed on it.
1139
1139
  - Type: string; required.
1140
1140
  - Default: none declared.
1141
1141
  - Allowed values: minimum length 1.
1142
- - Normative source: [`spec/_.hint:690`](../spec/_.hint#L690).
1142
+ - Normative source: [`spec/_.hint:693`](../spec/_.hint#L693).
1143
1143
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1144
1144
 
1145
1145
  Behavior and consequence:
@@ -1152,7 +1152,7 @@ Stored exactly as given; credentials are never stored.
1152
1152
  - Type: string; optional.
1153
1153
  - Default: the owner's `release.channel`, otherwise remote HEAD.
1154
1154
  - Allowed values: minimum length 1.
1155
- - Normative source: [`spec/_.hint:695`](../spec/_.hint#L695).
1155
+ - Normative source: [`spec/_.hint:698`](../spec/_.hint#L698).
1156
1156
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1157
1157
 
1158
1158
  Behavior and consequence:
@@ -1171,7 +1171,7 @@ the new source and pin together.
1171
1171
  - Type: string; optional.
1172
1172
  - Default: `.`.
1173
1173
  - Allowed values: minimum length 1.
1174
- - Normative source: [`spec/_.hint:706`](../spec/_.hint#L706).
1174
+ - Normative source: [`spec/_.hint:709`](../spec/_.hint#L709).
1175
1175
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1176
1176
 
1177
1177
  Behavior and consequence:
@@ -1184,7 +1184,7 @@ string. Subdirectory containing the dependency's `a2amodule.yml` or `a2amodule.y
1184
1184
  - Type: string; optional.
1185
1185
  - Default: `locked`.
1186
1186
  - Allowed values: one of `locked`, `floating`.
1187
- - Normative source: [`spec/_.hint:711`](../spec/_.hint#L711).
1187
+ - Normative source: [`spec/_.hint:714`](../spec/_.hint#L714).
1188
1188
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1189
1189
 
1190
1190
  Behavior and consequence:
@@ -1205,7 +1205,7 @@ Known values:
1205
1205
  - Type: array of string; optional.
1206
1206
  - Default: all matching detected ecosystems.
1207
1207
  - Allowed values: schema type plus the normative behavior in this entry.
1208
- - Normative source: [`spec/_.hint:717`](../spec/_.hint#L717).
1208
+ - Normative source: [`spec/_.hint:720`](../spec/_.hint#L720).
1209
1209
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1210
1210
 
1211
1211
  Behavior and consequence:
@@ -1224,7 +1224,7 @@ dependency is a state the tool can always see and always fix, never one it hides
1224
1224
  - Type: object; optional.
1225
1225
  - Default: none declared.
1226
1226
  - Allowed values: schema type plus the normative behavior in this entry.
1227
- - Normative source: [`spec/_.hint:728`](../spec/_.hint#L728).
1227
+ - Normative source: [`spec/_.hint:731`](../spec/_.hint#L731).
1228
1228
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1229
1229
 
1230
1230
  Behavior and consequence:
@@ -1237,7 +1237,7 @@ the locked source tree in this consumer; a dependency is never vendored implicit
1237
1237
  - Type: object; optional.
1238
1238
  - Default: none declared.
1239
1239
  - Allowed values: schema type plus the normative behavior in this entry.
1240
- - Normative source: [`spec/_.hint:680`](../spec/_.hint#L680).
1240
+ - Normative source: [`spec/_.hint:683`](../spec/_.hint#L683).
1241
1241
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1242
1242
 
1243
1243
  Behavior and consequence:
@@ -1250,7 +1250,7 @@ dependency.
1250
1250
  - Type: object; optional.
1251
1251
  - Default: none declared.
1252
1252
  - Allowed values: schema type plus the normative behavior in this entry.
1253
- - Normative source: [`spec/_.hint:733`](../spec/_.hint#L733).
1253
+ - Normative source: [`spec/_.hint:736`](../spec/_.hint#L736).
1254
1254
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1255
1255
 
1256
1256
  Behavior and consequence:
@@ -1263,7 +1263,7 @@ locking or contacting this dependency. Defaults preserve the permissive behavior
1263
1263
  - Type: string; optional.
1264
1264
  - Default: `any`.
1265
1265
  - Allowed values: one of `any`, `signed`.
1266
- - Normative source: [`spec/_.hint:768`](../spec/_.hint#L768).
1266
+ - Normative source: [`spec/_.hint:771`](../spec/_.hint#L771).
1267
1267
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1268
1268
 
1269
1269
  Behavior and consequence:
@@ -1277,7 +1277,7 @@ the check on the next mutation and on `status`; unknown values are rejected.
1277
1277
  - Type: string; optional.
1278
1278
  - Default: none declared.
1279
1279
  - Allowed values: minimum length 1.
1280
- - Normative source: [`spec/_.hint:774`](../spec/_.hint#L774).
1280
+ - Normative source: [`spec/_.hint:777`](../spec/_.hint#L777).
1281
1281
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1282
1282
 
1283
1283
  Behavior and consequence:
@@ -1291,7 +1291,7 @@ Changing it changes the trusted SSH/GPG signer set. A failed check leaves the lo
1291
1291
  - Type: string; optional.
1292
1292
  - Default: `any`.
1293
1293
  - Allowed values: one of `any`, `signed`.
1294
- - Normative source: [`spec/_.hint:780`](../spec/_.hint#L780).
1294
+ - Normative source: [`spec/_.hint:783`](../spec/_.hint#L783).
1295
1295
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1296
1296
 
1297
1297
  Behavior and consequence:
@@ -1305,7 +1305,7 @@ are accepted; unknown values are rejected.
1305
1305
  - Type: boolean; optional.
1306
1306
  - Default: `false`.
1307
1307
  - Allowed values: schema type plus the normative behavior in this entry.
1308
- - Normative source: [`spec/_.hint:786`](../spec/_.hint#L786).
1308
+ - Normative source: [`spec/_.hint:789`](../spec/_.hint#L789).
1309
1309
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1310
1310
 
1311
1311
  Behavior and consequence:
@@ -1318,7 +1318,7 @@ rather than a warning. Changing it changes mismatch severity, not the origin com
1318
1318
  - Type: string; optional.
1319
1319
  - Default: `submodule`.
1320
1320
  - Allowed values: one of `submodule`, `copy`.
1321
- - Normative source: [`spec/_.hint:800`](../spec/_.hint#L800).
1321
+ - Normative source: [`spec/_.hint:803`](../spec/_.hint#L803).
1322
1322
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1323
1323
 
1324
1324
  Behavior and consequence:
@@ -1332,7 +1332,7 @@ one representation with the other transactionally; unknown values are rejected.
1332
1332
  - Type: string; optional.
1333
1333
  - Default: `<settings.vendor-dir>/<dependency-id>`.
1334
1334
  - Allowed values: minimum length 1.
1335
- - Normative source: [`spec/_.hint:806`](../spec/_.hint#L806).
1335
+ - Normative source: [`spec/_.hint:809`](../spec/_.hint#L809).
1336
1336
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1337
1337
 
1338
1338
  Behavior and consequence:
@@ -1349,7 +1349,7 @@ reports violations and never silently rewrites the path.
1349
1349
  - Type: boolean; optional.
1350
1350
  - Default: `false`.
1351
1351
  - Allowed values: schema type plus the normative behavior in this entry.
1352
- - Normative source: [`spec/_.hint:815`](../spec/_.hint#L815).
1352
+ - Normative source: [`spec/_.hint:818`](../spec/_.hint#L818).
1353
1353
  - Example: see the [public library manifest](https://github.com/neprel/git-a2a-demo-acme-lib/blob/main/a2amodule.yml) and [consumer manifest](https://github.com/neprel/git-a2a-demo-acme-app/blob/main/a2amodule.yml).
1354
1354
 
1355
1355
  Behavior and consequence: