git-a2a 1.4.0-rc.1 → 1.4.0-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.4.0-rc.1",
3
+ "version": "1.4.0-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.4.0-rc.1",
23
- "@git-a2a/darwin-arm64": "1.4.0-rc.1",
24
- "@git-a2a/linux-amd64": "1.4.0-rc.1",
25
- "@git-a2a/linux-arm64": "1.4.0-rc.1",
26
- "@git-a2a/windows-amd64": "1.4.0-rc.1",
27
- "@git-a2a/windows-arm64": "1.4.0-rc.1"
22
+ "@git-a2a/darwin-amd64": "1.4.0-rc.2",
23
+ "@git-a2a/darwin-arm64": "1.4.0-rc.2",
24
+ "@git-a2a/linux-amd64": "1.4.0-rc.2",
25
+ "@git-a2a/linux-arm64": "1.4.0-rc.2",
26
+ "@git-a2a/windows-amd64": "1.4.0-rc.2",
27
+ "@git-a2a/windows-arm64": "1.4.0-rc.2"
28
28
  }
29
29
  }
@@ -565,11 +565,14 @@ The kind vocabulary is open; these kinds have defined keys and delivery behavior
565
565
  An unknown kind is rendered as `kind: <value>` with its extension keys, is never a validation
566
566
  error, and cannot be delivered by `contact` until a driver exists.
567
567
 
568
- Issue-kind instructions include a prefilled deep link (`…/issues/new?title=…&body=…`,
569
- URL-encoded, length-capped) when the forge supports one, so a driverless contact is one click
570
- for a human and one request for an agent. Forges without a tracker (Gerrit, Bitbucket Data
571
- Center, bare git hosting) are served by `email`, `jira`, `url`, or a chat kind — contacts bind
572
- to intents, not to where the code is hosted.
568
+ Issue-kind instructions include a prefilled, URL-encoded and length-capped deep link when the
569
+ forge supports one, so a driverless contact is one click for a human and one request for an
570
+ agent. GitHub, Gitea, and Bitbucket use `…/issues/new?title=…&body=…`; GitLab uses
571
+ `…/-/issues/new?issue[title]=…&issue[description]=…`. The title is the same capped first
572
+ non-empty message line used by delivery drivers, and the body/description is the capped full
573
+ message. Forges without a tracker (Gerrit, Bitbucket Data Center, bare git hosting) are served
574
+ by `email`, `jira`, `url`, or a chat kind — contacts bind to intents, not to where the code is
575
+ hosted.
573
576
 
574
577
  Driver resolution per contact, in order: a consumer-installed plugin executable
575
578
  `git-a2a-contact-<kind>` on PATH; the built-in driver; a declared `http`/`exec` invocation the
@@ -938,7 +941,7 @@ recoverable status.
938
941
  - Type: object; optional.
939
942
  - Default: unlisted intents route to `owner`.
940
943
  - Allowed values: schema type plus the normative behavior in this entry.
941
- - Normative source: [`spec/_.hint:584`](../spec/_.hint#L584).
944
+ - Normative source: [`spec/_.hint:591`](../spec/_.hint#L591).
942
945
  - 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).
943
946
 
944
947
  Behavior and consequence:
@@ -972,7 +975,7 @@ Known values:
972
975
  - Type: object; optional.
973
976
  - Default: none declared.
974
977
  - Allowed values: open vocabulary; see the known-values table in this entry.
975
- - Normative source: [`spec/_.hint:591`](../spec/_.hint#L591).
978
+ - Normative source: [`spec/_.hint:598`](../spec/_.hint#L598).
976
979
  - 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).
977
980
 
978
981
  Behavior and consequence:
@@ -987,7 +990,7 @@ consumer's roster block so an agent sees the boundary before it acts. Defaults w
987
990
  - Type: string; optional.
988
991
  - Default: none declared.
989
992
  - Allowed values: schema type plus the normative behavior in this entry.
990
- - Normative source: [`spec/_.hint:598`](../spec/_.hint#L598).
993
+ - Normative source: [`spec/_.hint:605`](../spec/_.hint#L605).
991
994
  - 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).
992
995
 
993
996
  Behavior and consequence:
@@ -999,7 +1002,7 @@ string. Anything else consumers must know, verbatim.
999
1002
  - Type: array of string; optional.
1000
1003
  - Default: `[read-surface, ask]`.
1001
1004
  - Allowed values: schema type plus the normative behavior in this entry.
1002
- - Normative source: [`spec/_.hint:606`](../spec/_.hint#L606).
1005
+ - Normative source: [`spec/_.hint:613`](../spec/_.hint#L613).
1003
1006
  - 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).
1004
1007
 
1005
1008
  Behavior and consequence:
@@ -1022,7 +1025,7 @@ Known values:
1022
1025
  - Type: array of string; optional.
1023
1026
  - Default: `[commit]`.
1024
1027
  - Allowed values: schema type plus the normative behavior in this entry.
1025
- - Normative source: [`spec/_.hint:612`](../spec/_.hint#L612).
1028
+ - Normative source: [`spec/_.hint:619`](../spec/_.hint#L619).
1026
1029
  - 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).
1027
1030
 
1028
1031
  Behavior and consequence:
@@ -1105,7 +1108,7 @@ versioned by the consumer — never by the dependency. Defaults: empty, meaning
1105
1108
  - Type: string; optional.
1106
1109
  - Default: none declared.
1107
1110
  - Allowed values: pattern `^[a-z0-9][a-z0-9._-]{0,63}$`.
1108
- - Normative source: [`spec/_.hint:622`](../spec/_.hint#L622).
1111
+ - Normative source: [`spec/_.hint:629`](../spec/_.hint#L629).
1109
1112
  - 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).
1110
1113
 
1111
1114
  Behavior and consequence:
@@ -1118,7 +1121,7 @@ manifest); the lock is keyed on it.
1118
1121
  - Type: string; required.
1119
1122
  - Default: none declared.
1120
1123
  - Allowed values: minimum length 1.
1121
- - Normative source: [`spec/_.hint:627`](../spec/_.hint#L627).
1124
+ - Normative source: [`spec/_.hint:634`](../spec/_.hint#L634).
1122
1125
  - 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).
1123
1126
 
1124
1127
  Behavior and consequence:
@@ -1131,7 +1134,7 @@ Stored exactly as given; credentials are never stored.
1131
1134
  - Type: string; optional.
1132
1135
  - Default: the owner's `release.channel`, otherwise remote HEAD.
1133
1136
  - Allowed values: minimum length 1.
1134
- - Normative source: [`spec/_.hint:632`](../spec/_.hint#L632).
1137
+ - Normative source: [`spec/_.hint:639`](../spec/_.hint#L639).
1135
1138
  - 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).
1136
1139
 
1137
1140
  Behavior and consequence:
@@ -1150,7 +1153,7 @@ the new source and pin together.
1150
1153
  - Type: string; optional.
1151
1154
  - Default: `.`.
1152
1155
  - Allowed values: minimum length 1.
1153
- - Normative source: [`spec/_.hint:643`](../spec/_.hint#L643).
1156
+ - Normative source: [`spec/_.hint:650`](../spec/_.hint#L650).
1154
1157
  - 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).
1155
1158
 
1156
1159
  Behavior and consequence:
@@ -1162,7 +1165,7 @@ string. Subdirectory containing the dependency's `a2amodule.yml` (monorepo). Def
1162
1165
  - Type: string; optional.
1163
1166
  - Default: `locked`.
1164
1167
  - Allowed values: one of `locked`, `floating`.
1165
- - Normative source: [`spec/_.hint:647`](../spec/_.hint#L647).
1168
+ - Normative source: [`spec/_.hint:654`](../spec/_.hint#L654).
1166
1169
  - 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).
1167
1170
 
1168
1171
  Behavior and consequence:
@@ -1183,7 +1186,7 @@ Known values:
1183
1186
  - Type: array of string; optional.
1184
1187
  - Default: all matching detected ecosystems.
1185
1188
  - Allowed values: schema type plus the normative behavior in this entry.
1186
- - Normative source: [`spec/_.hint:653`](../spec/_.hint#L653).
1189
+ - Normative source: [`spec/_.hint:660`](../spec/_.hint#L660).
1187
1190
  - 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).
1188
1191
 
1189
1192
  Behavior and consequence:
@@ -1202,7 +1205,7 @@ dependency is a state the tool can always see and always fix, never one it hides
1202
1205
  - Type: object; optional.
1203
1206
  - Default: none declared.
1204
1207
  - Allowed values: schema type plus the normative behavior in this entry.
1205
- - Normative source: [`spec/_.hint:664`](../spec/_.hint#L664).
1208
+ - Normative source: [`spec/_.hint:671`](../spec/_.hint#L671).
1206
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).
1207
1210
 
1208
1211
  Behavior and consequence:
@@ -1215,7 +1218,7 @@ the locked source tree in this consumer; a dependency is never vendored implicit
1215
1218
  - Type: object; optional.
1216
1219
  - Default: none declared.
1217
1220
  - Allowed values: schema type plus the normative behavior in this entry.
1218
- - Normative source: [`spec/_.hint:669`](../spec/_.hint#L669).
1221
+ - Normative source: [`spec/_.hint:676`](../spec/_.hint#L676).
1219
1222
  - 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).
1220
1223
 
1221
1224
  Behavior and consequence:
@@ -1228,7 +1231,7 @@ locking or contacting this dependency. Defaults preserve the permissive behavior
1228
1231
  - Type: string; optional.
1229
1232
  - Default: `any`.
1230
1233
  - Allowed values: one of `any`, `signed`.
1231
- - Normative source: [`spec/_.hint:682`](../spec/_.hint#L682).
1234
+ - Normative source: [`spec/_.hint:689`](../spec/_.hint#L689).
1232
1235
  - 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).
1233
1236
 
1234
1237
  Behavior and consequence:
@@ -1242,7 +1245,7 @@ the check on the next mutation and on `status`; unknown values are rejected.
1242
1245
  - Type: string; optional.
1243
1246
  - Default: none declared.
1244
1247
  - Allowed values: minimum length 1.
1245
- - Normative source: [`spec/_.hint:688`](../spec/_.hint#L688).
1248
+ - Normative source: [`spec/_.hint:695`](../spec/_.hint#L695).
1246
1249
  - 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).
1247
1250
 
1248
1251
  Behavior and consequence:
@@ -1256,7 +1259,7 @@ Changing it changes the trusted SSH/GPG signer set. A failed check leaves the lo
1256
1259
  - Type: string; optional.
1257
1260
  - Default: `any`.
1258
1261
  - Allowed values: one of `any`, `signed`.
1259
- - Normative source: [`spec/_.hint:694`](../spec/_.hint#L694).
1262
+ - Normative source: [`spec/_.hint:701`](../spec/_.hint#L701).
1260
1263
  - 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).
1261
1264
 
1262
1265
  Behavior and consequence:
@@ -1270,7 +1273,7 @@ are accepted; unknown values are rejected.
1270
1273
  - Type: boolean; optional.
1271
1274
  - Default: `false`.
1272
1275
  - Allowed values: schema type plus the normative behavior in this entry.
1273
- - Normative source: [`spec/_.hint:700`](../spec/_.hint#L700).
1276
+ - Normative source: [`spec/_.hint:707`](../spec/_.hint#L707).
1274
1277
  - 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).
1275
1278
 
1276
1279
  Behavior and consequence:
@@ -1283,7 +1286,7 @@ rather than a warning. Changing it changes mismatch severity, not the origin com
1283
1286
  - Type: string; optional.
1284
1287
  - Default: `submodule`.
1285
1288
  - Allowed values: one of `submodule`, `copy`.
1286
- - Normative source: [`spec/_.hint:714`](../spec/_.hint#L714).
1289
+ - Normative source: [`spec/_.hint:721`](../spec/_.hint#L721).
1287
1290
  - 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).
1288
1291
 
1289
1292
  Behavior and consequence:
@@ -1297,7 +1300,7 @@ one representation with the other transactionally; unknown values are rejected.
1297
1300
  - Type: string; optional.
1298
1301
  - Default: `<settings.vendor-dir>/<dependency-id>`.
1299
1302
  - Allowed values: minimum length 1.
1300
- - Normative source: [`spec/_.hint:720`](../spec/_.hint#L720).
1303
+ - Normative source: [`spec/_.hint:727`](../spec/_.hint#L727).
1301
1304
  - 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).
1302
1305
 
1303
1306
  Behavior and consequence:
@@ -1314,7 +1317,7 @@ reports violations and never silently rewrites the path.
1314
1317
  - Type: boolean; optional.
1315
1318
  - Default: `false`.
1316
1319
  - Allowed values: schema type plus the normative behavior in this entry.
1317
- - Normative source: [`spec/_.hint:729`](../spec/_.hint#L729).
1320
+ - Normative source: [`spec/_.hint:736`](../spec/_.hint#L736).
1318
1321
  - 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).
1319
1322
 
1320
1323
  Behavior and consequence: