@kungfu-tech/buildchain 2.9.0 → 2.9.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.
@@ -17,6 +17,28 @@
17
17
  "compatibilityDigest": "sha256:407d6d5ee6a96a34d2cc30db9ac64cf4b1819ab6d77bd7a57a07a124f22101ca",
18
18
  "majorLine": "v2"
19
19
  },
20
+ "publicSurfaceReverseAudit": {
21
+ "contract": "kungfu-buildchain-public-surface-reverse-audit",
22
+ "path": "dist/site/public-surface-audit.json",
23
+ "status": "passed",
24
+ "sha256": "2d7f25b1aa4e44aa31f3662355500efbd2544312713b2395737ca0194e5d5383",
25
+ "summary": {
26
+ "cliCommandCount": 46,
27
+ "workflowCount": 35,
28
+ "actionCount": 4,
29
+ "sitePageCount": 42,
30
+ "docCommandRefCount": 164,
31
+ "failureCount": 0
32
+ },
33
+ "auditBoundary": {
34
+ "mode": "closed-world-enumerable",
35
+ "scope": "Buildchain CLI usage/dispatch, reusable workflow inputs, action inputs, site pages, and documentation command references",
36
+ "residualRisk": [
37
+ "Shell commands delegated through helper scripts are only counted when exposed through bin/buildchain.mjs usage or docs.",
38
+ "YAML parsing is limited to first-class action/workflow inputs, not arbitrary step environment variables."
39
+ ]
40
+ }
41
+ },
20
42
  "publicClaims": [
21
43
  {
22
44
  "id": "claim:buildchain-kfd-release-passport-support",
@@ -53,6 +75,23 @@
53
75
  "dist/site/site-manifest.json"
54
76
  ]
55
77
  },
78
+ {
79
+ "id": "claim:buildchain-public-surface-reverse-audit",
80
+ "claim": "Buildchain fails closed when enumerable public CLI, workflow, action, site page, or documentation command surfaces are exposed without a matching machine registry entry.",
81
+ "sourcePaths": [
82
+ "packages/core/public-surface-audit.js",
83
+ "scripts/generate-site-bundle.mjs",
84
+ "scripts/check-inventory.mjs",
85
+ "bin/buildchain.mjs"
86
+ ],
87
+ "artifactPaths": [
88
+ "dist/site/public-surface-audit.json",
89
+ "dist/site/cli-registry.json",
90
+ "dist/site/workflow-registry.json",
91
+ "dist/site/page-registry.json",
92
+ "dist/site/kfd-claims.json"
93
+ ]
94
+ },
56
95
  {
57
96
  "id": "claim:buildchain-readme-badge-facts",
58
97
  "claim": "Buildchain README status badges are generated from repository-owned facts and verified release-passport evidence, not hand-maintained README prose.",
@@ -147,6 +186,28 @@
147
186
  "collaborationSurfaces": {
148
187
  "schemaVersion": 1,
149
188
  "contract": "kungfu-buildchain-kfd-collaboration-interface",
189
+ "reverseAudit": {
190
+ "contract": "kungfu-buildchain-public-surface-reverse-audit",
191
+ "path": "dist/site/public-surface-audit.json",
192
+ "status": "passed",
193
+ "sha256": "2d7f25b1aa4e44aa31f3662355500efbd2544312713b2395737ca0194e5d5383",
194
+ "summary": {
195
+ "cliCommandCount": 46,
196
+ "workflowCount": 35,
197
+ "actionCount": 4,
198
+ "sitePageCount": 42,
199
+ "docCommandRefCount": 164,
200
+ "failureCount": 0
201
+ },
202
+ "auditBoundary": {
203
+ "mode": "closed-world-enumerable",
204
+ "scope": "Buildchain CLI usage/dispatch, reusable workflow inputs, action inputs, site pages, and documentation command references",
205
+ "residualRisk": [
206
+ "Shell commands delegated through helper scripts are only counted when exposed through bin/buildchain.mjs usage or docs.",
207
+ "YAML parsing is limited to first-class action/workflow inputs, not arbitrary step environment variables."
208
+ ]
209
+ }
210
+ },
150
211
  "groups": {
151
212
  "docs": [
152
213
  {
@@ -687,6 +748,17 @@
687
748
  "participantFacing": true,
688
749
  "public": true
689
750
  },
751
+ {
752
+ "id": "schema:packages/core/public-surface-audit.js",
753
+ "name": "schema:packages/core/public-surface-audit.js",
754
+ "kind": "schema",
755
+ "sourcePath": "packages/core/public-surface-audit.js",
756
+ "evidencePath": "packages/core/public-surface-audit.js",
757
+ "availability": "shipped",
758
+ "visibility": "public",
759
+ "participantFacing": true,
760
+ "public": true
761
+ },
690
762
  {
691
763
  "id": "schema:dist/site/artifact-schemas.json",
692
764
  "name": "schema:dist/site/artifact-schemas.json",
@@ -865,6 +937,18 @@
865
937
  "public": true,
866
938
  "packageExport": "./issue-reporting"
867
939
  },
940
+ {
941
+ "id": "export:./release-line-bootstrap",
942
+ "name": "@kungfu-tech/buildchain/release-line-bootstrap",
943
+ "kind": "package-export",
944
+ "sourcePath": "packages/core/release-line-bootstrap.js",
945
+ "evidencePath": "packages/core/release-line-bootstrap.js",
946
+ "availability": "shipped",
947
+ "visibility": "public",
948
+ "participantFacing": true,
949
+ "public": true,
950
+ "packageExport": "./release-line-bootstrap"
951
+ },
868
952
  {
869
953
  "id": "export:./readme-badges",
870
954
  "name": "@kungfu-tech/buildchain/readme-badges",
@@ -877,6 +961,18 @@
877
961
  "public": true,
878
962
  "packageExport": "./readme-badges"
879
963
  },
964
+ {
965
+ "id": "export:./public-surface-audit",
966
+ "name": "@kungfu-tech/buildchain/public-surface-audit",
967
+ "kind": "package-export",
968
+ "sourcePath": "packages/core/public-surface-audit.js",
969
+ "evidencePath": "packages/core/public-surface-audit.js",
970
+ "availability": "shipped",
971
+ "visibility": "public",
972
+ "participantFacing": true,
973
+ "public": true,
974
+ "packageExport": "./public-surface-audit"
975
+ },
880
976
  {
881
977
  "id": "export:./logging",
882
978
  "name": "@kungfu-tech/buildchain/logging",
@@ -1040,6 +1136,17 @@
1040
1136
  "participantFacing": true,
1041
1137
  "public": true
1042
1138
  },
1139
+ {
1140
+ "id": "site:dist/site/public-surface-audit.json",
1141
+ "name": "site:dist/site/public-surface-audit.json",
1142
+ "kind": "site-consumption-contract",
1143
+ "sourcePath": "dist/site/public-surface-audit.json",
1144
+ "evidencePath": "dist/site/public-surface-audit.json",
1145
+ "availability": "shipped",
1146
+ "visibility": "public",
1147
+ "participantFacing": true,
1148
+ "public": true
1149
+ },
1043
1150
  {
1044
1151
  "id": "site:dist/site/release-model.json",
1045
1152
  "name": "site:dist/site/release-model.json",
@@ -1117,6 +1224,2079 @@
1117
1224
  "participantFacing": true,
1118
1225
  "public": true
1119
1226
  }
1227
+ ],
1228
+ "reverseEnumeratedSurfaces": [
1229
+ {
1230
+ "id": "cli:badges",
1231
+ "name": "buildchain badges",
1232
+ "kind": "cli-command",
1233
+ "sourcePath": "bin/buildchain.mjs",
1234
+ "evidencePath": "bin/buildchain.mjs",
1235
+ "availability": "shipped",
1236
+ "visibility": "public",
1237
+ "participantFacing": true,
1238
+ "public": true,
1239
+ "reverseAuditSource": "bin/buildchain.mjs"
1240
+ },
1241
+ {
1242
+ "id": "cli:badges-bundle",
1243
+ "name": "buildchain badges bundle [--cwd <dir>] [--readme <path>] [--claims <csv>] [--check] [--write] [--json]",
1244
+ "kind": "cli-command",
1245
+ "sourcePath": "bin/buildchain.mjs",
1246
+ "evidencePath": "bin/buildchain.mjs",
1247
+ "availability": "shipped",
1248
+ "visibility": "public",
1249
+ "participantFacing": true,
1250
+ "public": true,
1251
+ "reverseAuditSource": "bin/buildchain.mjs"
1252
+ },
1253
+ {
1254
+ "id": "cli:badges-readme",
1255
+ "name": "buildchain badges readme [--cwd <dir>] [--readme <path>] [--check] [--write] [--json]",
1256
+ "kind": "cli-command",
1257
+ "sourcePath": "bin/buildchain.mjs",
1258
+ "evidencePath": "bin/buildchain.mjs",
1259
+ "availability": "shipped",
1260
+ "visibility": "public",
1261
+ "participantFacing": true,
1262
+ "public": true,
1263
+ "reverseAuditSource": "bin/buildchain.mjs"
1264
+ },
1265
+ {
1266
+ "id": "cli:build-contract",
1267
+ "name": "buildchain build-contract ...",
1268
+ "kind": "cli-command",
1269
+ "sourcePath": "bin/buildchain.mjs",
1270
+ "evidencePath": "bin/buildchain.mjs",
1271
+ "availability": "shipped",
1272
+ "visibility": "public",
1273
+ "participantFacing": true,
1274
+ "public": true,
1275
+ "reverseAuditSource": "bin/buildchain.mjs"
1276
+ },
1277
+ {
1278
+ "id": "cli:build-facts",
1279
+ "name": "buildchain facts module [--cwd <dir>] [--module <id>] [--module-root <path>]",
1280
+ "kind": "cli-command",
1281
+ "sourcePath": "bin/buildchain.mjs",
1282
+ "evidencePath": "bin/buildchain.mjs",
1283
+ "availability": "shipped",
1284
+ "visibility": "public",
1285
+ "participantFacing": true,
1286
+ "public": true,
1287
+ "reverseAuditSource": "bin/buildchain.mjs"
1288
+ },
1289
+ {
1290
+ "id": "cli:collect",
1291
+ "name": "buildchain collect",
1292
+ "kind": "cli-command",
1293
+ "sourcePath": "bin/buildchain.mjs",
1294
+ "evidencePath": "bin/buildchain.mjs",
1295
+ "availability": "shipped",
1296
+ "visibility": "public",
1297
+ "participantFacing": true,
1298
+ "public": true,
1299
+ "reverseAuditSource": "bin/buildchain.mjs"
1300
+ },
1301
+ {
1302
+ "id": "cli:collect-github-release",
1303
+ "name": "buildchain collect github-release --tag <tag> [--repository <owner/repo>]",
1304
+ "kind": "cli-command",
1305
+ "sourcePath": "bin/buildchain.mjs",
1306
+ "evidencePath": "bin/buildchain.mjs",
1307
+ "availability": "shipped",
1308
+ "visibility": "public",
1309
+ "participantFacing": true,
1310
+ "public": true,
1311
+ "reverseAuditSource": "bin/buildchain.mjs"
1312
+ },
1313
+ {
1314
+ "id": "cli:diagnostics",
1315
+ "name": "buildchain diagnostics",
1316
+ "kind": "cli-command",
1317
+ "sourcePath": "bin/buildchain.mjs",
1318
+ "evidencePath": "bin/buildchain.mjs",
1319
+ "availability": "shipped",
1320
+ "visibility": "public",
1321
+ "participantFacing": true,
1322
+ "public": true,
1323
+ "reverseAuditSource": "bin/buildchain.mjs"
1324
+ },
1325
+ {
1326
+ "id": "cli:diagnostics-summary",
1327
+ "name": "buildchain diagnostics summary <diagnostics.json>... [--artifact <file>]...",
1328
+ "kind": "cli-command",
1329
+ "sourcePath": "bin/buildchain.mjs",
1330
+ "evidencePath": "bin/buildchain.mjs",
1331
+ "availability": "shipped",
1332
+ "visibility": "public",
1333
+ "participantFacing": true,
1334
+ "public": true,
1335
+ "reverseAuditSource": "bin/buildchain.mjs"
1336
+ },
1337
+ {
1338
+ "id": "cli:doctor",
1339
+ "name": "buildchain doctor [--cwd <dir>] [--require-publish-source-lock] [--json]",
1340
+ "kind": "cli-command",
1341
+ "sourcePath": "bin/buildchain.mjs",
1342
+ "evidencePath": "bin/buildchain.mjs",
1343
+ "availability": "shipped",
1344
+ "visibility": "public",
1345
+ "participantFacing": true,
1346
+ "public": true,
1347
+ "reverseAuditSource": "bin/buildchain.mjs"
1348
+ },
1349
+ {
1350
+ "id": "cli:explain",
1351
+ "name": "buildchain explain",
1352
+ "kind": "cli-command",
1353
+ "sourcePath": "bin/buildchain.mjs",
1354
+ "evidencePath": "bin/buildchain.mjs",
1355
+ "availability": "shipped",
1356
+ "visibility": "public",
1357
+ "participantFacing": true,
1358
+ "public": true,
1359
+ "reverseAuditSource": "bin/buildchain.mjs"
1360
+ },
1361
+ {
1362
+ "id": "cli:explain-artifact",
1363
+ "name": "buildchain explain artifact <subject> [--passport <file-or-url>] [--for human|agent] [--json]",
1364
+ "kind": "cli-command",
1365
+ "sourcePath": "bin/buildchain.mjs",
1366
+ "evidencePath": "bin/buildchain.mjs",
1367
+ "availability": "shipped",
1368
+ "visibility": "public",
1369
+ "participantFacing": true,
1370
+ "public": true,
1371
+ "reverseAuditSource": "bin/buildchain.mjs"
1372
+ },
1373
+ {
1374
+ "id": "cli:explain-release",
1375
+ "name": "buildchain explain release --passport <file-or-url> [--for human|agent] [--json]",
1376
+ "kind": "cli-command",
1377
+ "sourcePath": "bin/buildchain.mjs",
1378
+ "evidencePath": "bin/buildchain.mjs",
1379
+ "availability": "shipped",
1380
+ "visibility": "public",
1381
+ "participantFacing": true,
1382
+ "public": true,
1383
+ "reverseAuditSource": "bin/buildchain.mjs"
1384
+ },
1385
+ {
1386
+ "id": "cli:facts",
1387
+ "name": "buildchain facts",
1388
+ "kind": "cli-command",
1389
+ "sourcePath": "bin/buildchain.mjs",
1390
+ "evidencePath": "bin/buildchain.mjs",
1391
+ "availability": "shipped",
1392
+ "visibility": "public",
1393
+ "participantFacing": true,
1394
+ "public": true,
1395
+ "reverseAuditSource": "bin/buildchain.mjs"
1396
+ },
1397
+ {
1398
+ "id": "cli:help",
1399
+ "name": "buildchain --help",
1400
+ "kind": "cli-command",
1401
+ "sourcePath": "bin/buildchain.mjs",
1402
+ "evidencePath": "bin/buildchain.mjs",
1403
+ "availability": "shipped",
1404
+ "visibility": "public",
1405
+ "participantFacing": true,
1406
+ "public": true,
1407
+ "reverseAuditSource": "bin/buildchain.mjs"
1408
+ },
1409
+ {
1410
+ "id": "cli:homebrew",
1411
+ "name": "buildchain homebrew",
1412
+ "kind": "cli-command",
1413
+ "sourcePath": "bin/buildchain.mjs",
1414
+ "evidencePath": "bin/buildchain.mjs",
1415
+ "availability": "shipped",
1416
+ "visibility": "public",
1417
+ "participantFacing": true,
1418
+ "public": true,
1419
+ "reverseAuditSource": "bin/buildchain.mjs"
1420
+ },
1421
+ {
1422
+ "id": "cli:homebrew-check",
1423
+ "name": "buildchain homebrew check [--cwd <dir>] [--package <name>] [--release-passport <file-or-url>] [--json]",
1424
+ "kind": "cli-command",
1425
+ "sourcePath": "bin/buildchain.mjs",
1426
+ "evidencePath": "bin/buildchain.mjs",
1427
+ "availability": "shipped",
1428
+ "visibility": "public",
1429
+ "participantFacing": true,
1430
+ "public": true,
1431
+ "reverseAuditSource": "bin/buildchain.mjs"
1432
+ },
1433
+ {
1434
+ "id": "cli:homebrew-update-formula",
1435
+ "name": "buildchain homebrew update-formula --package <name> --release-passport <file-or-url> [--write] [--json]",
1436
+ "kind": "cli-command",
1437
+ "sourcePath": "bin/buildchain.mjs",
1438
+ "evidencePath": "bin/buildchain.mjs",
1439
+ "availability": "shipped",
1440
+ "visibility": "public",
1441
+ "participantFacing": true,
1442
+ "public": true,
1443
+ "reverseAuditSource": "bin/buildchain.mjs"
1444
+ },
1445
+ {
1446
+ "id": "cli:infra-contract",
1447
+ "name": "buildchain infra-contract ...",
1448
+ "kind": "cli-command",
1449
+ "sourcePath": "bin/buildchain.mjs",
1450
+ "evidencePath": "bin/buildchain.mjs",
1451
+ "availability": "shipped",
1452
+ "visibility": "public",
1453
+ "participantFacing": true,
1454
+ "public": true,
1455
+ "reverseAuditSource": "bin/buildchain.mjs"
1456
+ },
1457
+ {
1458
+ "id": "cli:init",
1459
+ "name": "buildchain init [--cwd <dir>] [--type package|native|web-surface|infra-contract|anchored-package] [--force]",
1460
+ "kind": "cli-command",
1461
+ "sourcePath": "bin/buildchain.mjs",
1462
+ "evidencePath": "bin/buildchain.mjs",
1463
+ "availability": "shipped",
1464
+ "visibility": "public",
1465
+ "participantFacing": true,
1466
+ "public": true,
1467
+ "reverseAuditSource": "bin/buildchain.mjs"
1468
+ },
1469
+ {
1470
+ "id": "cli:inspect",
1471
+ "name": "buildchain inspect",
1472
+ "kind": "cli-command",
1473
+ "sourcePath": "bin/buildchain.mjs",
1474
+ "evidencePath": "bin/buildchain.mjs",
1475
+ "availability": "shipped",
1476
+ "visibility": "public",
1477
+ "participantFacing": true,
1478
+ "public": true,
1479
+ "reverseAuditSource": "bin/buildchain.mjs"
1480
+ },
1481
+ {
1482
+ "id": "cli:inspect-artifact",
1483
+ "name": "buildchain inspect artifact <subject> [--passport <file-or-url>] [--json]",
1484
+ "kind": "cli-command",
1485
+ "sourcePath": "bin/buildchain.mjs",
1486
+ "evidencePath": "bin/buildchain.mjs",
1487
+ "availability": "shipped",
1488
+ "visibility": "public",
1489
+ "participantFacing": true,
1490
+ "public": true,
1491
+ "reverseAuditSource": "bin/buildchain.mjs"
1492
+ },
1493
+ {
1494
+ "id": "cli:inspect-release",
1495
+ "name": "buildchain inspect release --passport <file-or-url> [--json]",
1496
+ "kind": "cli-command",
1497
+ "sourcePath": "bin/buildchain.mjs",
1498
+ "evidencePath": "bin/buildchain.mjs",
1499
+ "availability": "shipped",
1500
+ "visibility": "public",
1501
+ "participantFacing": true,
1502
+ "public": true,
1503
+ "reverseAuditSource": "bin/buildchain.mjs"
1504
+ },
1505
+ {
1506
+ "id": "cli:lifecycle",
1507
+ "name": "buildchain lifecycle run <stage> [--cwd <dir>] [--required]",
1508
+ "kind": "cli-command",
1509
+ "sourcePath": "bin/buildchain.mjs",
1510
+ "evidencePath": "bin/buildchain.mjs",
1511
+ "availability": "shipped",
1512
+ "visibility": "public",
1513
+ "participantFacing": true,
1514
+ "public": true,
1515
+ "reverseAuditSource": "bin/buildchain.mjs"
1516
+ },
1517
+ {
1518
+ "id": "cli:log",
1519
+ "name": "buildchain log",
1520
+ "kind": "cli-command",
1521
+ "sourcePath": "bin/buildchain.mjs",
1522
+ "evidencePath": "bin/buildchain.mjs",
1523
+ "availability": "shipped",
1524
+ "visibility": "public",
1525
+ "participantFacing": true,
1526
+ "public": true,
1527
+ "reverseAuditSource": "bin/buildchain.mjs"
1528
+ },
1529
+ {
1530
+ "id": "cli:logging",
1531
+ "name": "buildchain log <info|warn|error> --event <name> [--phase <phase>]",
1532
+ "kind": "cli-command",
1533
+ "sourcePath": "bin/buildchain.mjs",
1534
+ "evidencePath": "bin/buildchain.mjs",
1535
+ "availability": "shipped",
1536
+ "visibility": "public",
1537
+ "participantFacing": true,
1538
+ "public": true,
1539
+ "reverseAuditSource": "bin/buildchain.mjs"
1540
+ },
1541
+ {
1542
+ "id": "cli:mark",
1543
+ "name": "buildchain mark --event <name> [--phase <phase>] [--component <name>]",
1544
+ "kind": "cli-command",
1545
+ "sourcePath": "bin/buildchain.mjs",
1546
+ "evidencePath": "bin/buildchain.mjs",
1547
+ "availability": "shipped",
1548
+ "visibility": "public",
1549
+ "participantFacing": true,
1550
+ "public": true,
1551
+ "reverseAuditSource": "bin/buildchain.mjs"
1552
+ },
1553
+ {
1554
+ "id": "cli:npm",
1555
+ "name": "buildchain npm",
1556
+ "kind": "cli-command",
1557
+ "sourcePath": "bin/buildchain.mjs",
1558
+ "evidencePath": "bin/buildchain.mjs",
1559
+ "availability": "shipped",
1560
+ "visibility": "public",
1561
+ "participantFacing": true,
1562
+ "public": true,
1563
+ "reverseAuditSource": "bin/buildchain.mjs"
1564
+ },
1565
+ {
1566
+ "id": "cli:npm-dry-run",
1567
+ "name": "buildchain npm dry-run [--cwd <dir>] [--expected-tag <tag>] [--registry <url>]",
1568
+ "kind": "cli-command",
1569
+ "sourcePath": "bin/buildchain.mjs",
1570
+ "evidencePath": "bin/buildchain.mjs",
1571
+ "availability": "shipped",
1572
+ "visibility": "public",
1573
+ "participantFacing": true,
1574
+ "public": true,
1575
+ "reverseAuditSource": "bin/buildchain.mjs"
1576
+ },
1577
+ {
1578
+ "id": "cli:publish-source",
1579
+ "name": "buildchain publish-source <lock|manifest|verify-lock|verify-channel-ref|validate-anchored-release> ...",
1580
+ "kind": "cli-command",
1581
+ "sourcePath": "bin/buildchain.mjs",
1582
+ "evidencePath": "bin/buildchain.mjs",
1583
+ "availability": "shipped",
1584
+ "visibility": "public",
1585
+ "participantFacing": true,
1586
+ "public": true,
1587
+ "reverseAuditSource": "bin/buildchain.mjs"
1588
+ },
1589
+ {
1590
+ "id": "cli:release-dry-run",
1591
+ "name": "buildchain release --dry-run --target-ref <ref> [--sha <sha>] [--source-ref <ref>]",
1592
+ "kind": "cli-command",
1593
+ "sourcePath": "bin/buildchain.mjs",
1594
+ "evidencePath": "bin/buildchain.mjs",
1595
+ "availability": "shipped",
1596
+ "visibility": "public",
1597
+ "participantFacing": true,
1598
+ "public": true,
1599
+ "reverseAuditSource": "bin/buildchain.mjs"
1600
+ },
1601
+ {
1602
+ "id": "cli:release-line-open",
1603
+ "name": "buildchain release line open --major <n> --minor <n> [--source-ref <ref>]",
1604
+ "kind": "cli-command",
1605
+ "sourcePath": "bin/buildchain.mjs",
1606
+ "evidencePath": "bin/buildchain.mjs",
1607
+ "availability": "shipped",
1608
+ "visibility": "public",
1609
+ "participantFacing": true,
1610
+ "public": true,
1611
+ "reverseAuditSource": "bin/buildchain.mjs"
1612
+ },
1613
+ {
1614
+ "id": "cli:release-propagation",
1615
+ "name": "buildchain release-propagation <plan|write-lock> ...",
1616
+ "kind": "cli-command",
1617
+ "sourcePath": "bin/buildchain.mjs",
1618
+ "evidencePath": "bin/buildchain.mjs",
1619
+ "availability": "shipped",
1620
+ "visibility": "public",
1621
+ "participantFacing": true,
1622
+ "public": true,
1623
+ "reverseAuditSource": "bin/buildchain.mjs"
1624
+ },
1625
+ {
1626
+ "id": "cli:release-transaction",
1627
+ "name": "buildchain release <inspect|recover|finalize|abort> ...",
1628
+ "kind": "cli-command",
1629
+ "sourcePath": "bin/buildchain.mjs",
1630
+ "evidencePath": "bin/buildchain.mjs",
1631
+ "availability": "shipped",
1632
+ "visibility": "public",
1633
+ "participantFacing": true,
1634
+ "public": true,
1635
+ "reverseAuditSource": "bin/buildchain.mjs"
1636
+ },
1637
+ {
1638
+ "id": "cli:sample",
1639
+ "name": "buildchain sample",
1640
+ "kind": "cli-command",
1641
+ "sourcePath": "bin/buildchain.mjs",
1642
+ "evidencePath": "bin/buildchain.mjs",
1643
+ "availability": "shipped",
1644
+ "visibility": "public",
1645
+ "participantFacing": true,
1646
+ "public": true,
1647
+ "reverseAuditSource": "bin/buildchain.mjs"
1648
+ },
1649
+ {
1650
+ "id": "cli:sample-process-tree",
1651
+ "name": "buildchain sample process-tree [--interval-ms <n>] [--label <name>]",
1652
+ "kind": "cli-command",
1653
+ "sourcePath": "bin/buildchain.mjs",
1654
+ "evidencePath": "bin/buildchain.mjs",
1655
+ "availability": "shipped",
1656
+ "visibility": "public",
1657
+ "participantFacing": true,
1658
+ "public": true,
1659
+ "reverseAuditSource": "bin/buildchain.mjs"
1660
+ },
1661
+ {
1662
+ "id": "cli:span",
1663
+ "name": "buildchain span --event <name> [--phase <phase>] [--component <name>]",
1664
+ "kind": "cli-command",
1665
+ "sourcePath": "bin/buildchain.mjs",
1666
+ "evidencePath": "bin/buildchain.mjs",
1667
+ "availability": "shipped",
1668
+ "visibility": "public",
1669
+ "participantFacing": true,
1670
+ "public": true,
1671
+ "reverseAuditSource": "bin/buildchain.mjs"
1672
+ },
1673
+ {
1674
+ "id": "cli:transaction-inspect",
1675
+ "name": "buildchain transaction inspect ...",
1676
+ "kind": "cli-command",
1677
+ "sourcePath": "bin/buildchain.mjs",
1678
+ "evidencePath": "bin/buildchain.mjs",
1679
+ "availability": "shipped",
1680
+ "visibility": "public",
1681
+ "participantFacing": true,
1682
+ "public": true,
1683
+ "reverseAuditSource": "bin/buildchain.mjs"
1684
+ },
1685
+ {
1686
+ "id": "cli:validate",
1687
+ "name": "buildchain validate [--cwd <dir>] [--require-version-state]",
1688
+ "kind": "cli-command",
1689
+ "sourcePath": "bin/buildchain.mjs",
1690
+ "evidencePath": "bin/buildchain.mjs",
1691
+ "availability": "shipped",
1692
+ "visibility": "public",
1693
+ "participantFacing": true,
1694
+ "public": true,
1695
+ "reverseAuditSource": "bin/buildchain.mjs"
1696
+ },
1697
+ {
1698
+ "id": "cli:verify",
1699
+ "name": "buildchain verify",
1700
+ "kind": "cli-command",
1701
+ "sourcePath": "bin/buildchain.mjs",
1702
+ "evidencePath": "bin/buildchain.mjs",
1703
+ "availability": "shipped",
1704
+ "visibility": "public",
1705
+ "participantFacing": true,
1706
+ "public": true,
1707
+ "reverseAuditSource": "bin/buildchain.mjs"
1708
+ },
1709
+ {
1710
+ "id": "cli:verify-artifact",
1711
+ "name": "buildchain verify artifact <file|dir|url|npm:...|oci:...|github-release:...>",
1712
+ "kind": "cli-command",
1713
+ "sourcePath": "bin/buildchain.mjs",
1714
+ "evidencePath": "bin/buildchain.mjs",
1715
+ "availability": "shipped",
1716
+ "visibility": "public",
1717
+ "participantFacing": true,
1718
+ "public": true,
1719
+ "reverseAuditSource": "bin/buildchain.mjs"
1720
+ },
1721
+ {
1722
+ "id": "cli:verify-infra-contract-evidence-bundle",
1723
+ "name": "buildchain verify infra-contract-evidence-bundle <file> [--json]",
1724
+ "kind": "cli-command",
1725
+ "sourcePath": "bin/buildchain.mjs",
1726
+ "evidencePath": "bin/buildchain.mjs",
1727
+ "availability": "shipped",
1728
+ "visibility": "public",
1729
+ "participantFacing": true,
1730
+ "public": true,
1731
+ "reverseAuditSource": "bin/buildchain.mjs"
1732
+ },
1733
+ {
1734
+ "id": "cli:verify-observability-log",
1735
+ "name": "buildchain verify observability-log <jsonl> [--min-events <n>]",
1736
+ "kind": "cli-command",
1737
+ "sourcePath": "bin/buildchain.mjs",
1738
+ "evidencePath": "bin/buildchain.mjs",
1739
+ "availability": "shipped",
1740
+ "visibility": "public",
1741
+ "participantFacing": true,
1742
+ "public": true,
1743
+ "reverseAuditSource": "bin/buildchain.mjs"
1744
+ },
1745
+ {
1746
+ "id": "cli:verify-release-passport",
1747
+ "name": "buildchain verify release-passport <file-or-url> [--json]",
1748
+ "kind": "cli-command",
1749
+ "sourcePath": "bin/buildchain.mjs",
1750
+ "evidencePath": "bin/buildchain.mjs",
1751
+ "availability": "shipped",
1752
+ "visibility": "public",
1753
+ "participantFacing": true,
1754
+ "public": true,
1755
+ "reverseAuditSource": "bin/buildchain.mjs"
1756
+ },
1757
+ {
1758
+ "id": "cli:version",
1759
+ "name": "buildchain version",
1760
+ "kind": "cli-command",
1761
+ "sourcePath": "bin/buildchain.mjs",
1762
+ "evidencePath": "bin/buildchain.mjs",
1763
+ "availability": "shipped",
1764
+ "visibility": "public",
1765
+ "participantFacing": true,
1766
+ "public": true,
1767
+ "reverseAuditSource": "bin/buildchain.mjs"
1768
+ },
1769
+ {
1770
+ "id": "cli:web-surface",
1771
+ "name": "buildchain web-surface ...",
1772
+ "kind": "cli-command",
1773
+ "sourcePath": "bin/buildchain.mjs",
1774
+ "evidencePath": "bin/buildchain.mjs",
1775
+ "availability": "shipped",
1776
+ "visibility": "public",
1777
+ "participantFacing": true,
1778
+ "public": true,
1779
+ "reverseAuditSource": "bin/buildchain.mjs"
1780
+ },
1781
+ {
1782
+ "id": "workflow:.build",
1783
+ "name": "workflow:.build",
1784
+ "kind": "workflow",
1785
+ "sourcePath": ".github/workflows/.build.yml",
1786
+ "evidencePath": ".github/workflows/.build.yml",
1787
+ "availability": "shipped",
1788
+ "visibility": "public",
1789
+ "participantFacing": true,
1790
+ "public": true,
1791
+ "inputCount": 48,
1792
+ "inputs": [
1793
+ "artifact-name",
1794
+ "artifact-name-template",
1795
+ "artifact-paths",
1796
+ "artifact-relay-s3-bucket",
1797
+ "artifact-relay-s3-download-role-arn",
1798
+ "artifact-relay-s3-oidc-audience",
1799
+ "artifact-relay-s3-prefix",
1800
+ "artifact-relay-s3-region",
1801
+ "artifact-relay-s3-role-arn",
1802
+ "artifact-relay-s3-upload-role-arn",
1803
+ "artifact-retention-days",
1804
+ "artifact-transfer-mode",
1805
+ "build-command",
1806
+ "buildchain-contract-compatibility-policy",
1807
+ "buildchain-contract-drift-issue-mode",
1808
+ "buildchain-contract-lock-path",
1809
+ "buildchain-ref",
1810
+ "buildchain-repository",
1811
+ "checkout-cache-fallback",
1812
+ "checkout-cache-mirror-url-template",
1813
+ "checkout-cache-mode",
1814
+ "checkout-cache-reference-repository-template",
1815
+ "checkout-cache-timeout-seconds",
1816
+ "expected-artifacts-json",
1817
+ "install-command",
1818
+ "linux-container-image",
1819
+ "linux-container-preset",
1820
+ "node-version",
1821
+ "platforms-json",
1822
+ "process-sample-interval-ms",
1823
+ "process-summary-path",
1824
+ "publish-anchor-request-json",
1825
+ "publish-channel",
1826
+ "publish-refs-json",
1827
+ "publish-registry",
1828
+ "publish-source-ref",
1829
+ "release-candidate",
1830
+ "requested-parallelism",
1831
+ "require-build",
1832
+ "require-install",
1833
+ "require-trusted-event",
1834
+ "require-verify",
1835
+ "runner-preset",
1836
+ "sample-process-tree",
1837
+ "setup-node",
1838
+ "untrusted-policy",
1839
+ "verify-command",
1840
+ "working-directory"
1841
+ ],
1842
+ "reverseAuditSource": ".github/workflows"
1843
+ },
1844
+ {
1845
+ "id": "workflow:.bump-minor-version",
1846
+ "name": "workflow:.bump-minor-version",
1847
+ "kind": "workflow",
1848
+ "sourcePath": ".github/workflows/.bump-minor-version.yml",
1849
+ "evidencePath": ".github/workflows/.bump-minor-version.yml",
1850
+ "availability": "shipped",
1851
+ "visibility": "public",
1852
+ "participantFacing": true,
1853
+ "public": true,
1854
+ "inputCount": 0,
1855
+ "inputs": [],
1856
+ "reverseAuditSource": ".github/workflows"
1857
+ },
1858
+ {
1859
+ "id": "workflow:.release-docker",
1860
+ "name": "workflow:.release-docker",
1861
+ "kind": "workflow",
1862
+ "sourcePath": ".github/workflows/.release-docker.yml",
1863
+ "evidencePath": ".github/workflows/.release-docker.yml",
1864
+ "availability": "shipped",
1865
+ "visibility": "public",
1866
+ "participantFacing": true,
1867
+ "public": true,
1868
+ "inputCount": 1,
1869
+ "inputs": [
1870
+ "image-name"
1871
+ ],
1872
+ "reverseAuditSource": ".github/workflows"
1873
+ },
1874
+ {
1875
+ "id": "workflow:.release-elastic-beanstalk",
1876
+ "name": "workflow:.release-elastic-beanstalk",
1877
+ "kind": "workflow",
1878
+ "sourcePath": ".github/workflows/.release-elastic-beanstalk.yml",
1879
+ "evidencePath": ".github/workflows/.release-elastic-beanstalk.yml",
1880
+ "availability": "shipped",
1881
+ "visibility": "public",
1882
+ "participantFacing": true,
1883
+ "public": true,
1884
+ "inputCount": 3,
1885
+ "inputs": [
1886
+ "aws-region",
1887
+ "eb-application-name",
1888
+ "eb-environment-name"
1889
+ ],
1890
+ "reverseAuditSource": ".github/workflows"
1891
+ },
1892
+ {
1893
+ "id": "workflow:.release-new-version",
1894
+ "name": "workflow:.release-new-version",
1895
+ "kind": "workflow",
1896
+ "sourcePath": ".github/workflows/.release-new-version.yml",
1897
+ "evidencePath": ".github/workflows/.release-new-version.yml",
1898
+ "availability": "shipped",
1899
+ "visibility": "public",
1900
+ "participantFacing": true,
1901
+ "public": true,
1902
+ "inputCount": 27,
1903
+ "inputs": [
1904
+ "action-bump-version-path",
1905
+ "action-bump-version-ref",
1906
+ "action-bump-version-repository",
1907
+ "aws-ci-region",
1908
+ "aws-user-region",
1909
+ "bucket-release-ci",
1910
+ "bucket-release-user",
1911
+ "bucket-staging-ci",
1912
+ "bucket-staging-user",
1913
+ "clean-release-ci",
1914
+ "clean-release-user",
1915
+ "close-issues",
1916
+ "cloudfront-id-ci",
1917
+ "cloudfront-id-user",
1918
+ "cloudfront-paths-ci",
1919
+ "cloudfront-paths-user",
1920
+ "create-release-note",
1921
+ "max-preview-links",
1922
+ "need-qa-automated",
1923
+ "node-version",
1924
+ "protect-dev-branches",
1925
+ "publish-aws-ci",
1926
+ "publish-aws-user",
1927
+ "publish-github-npm",
1928
+ "publish-npmjs",
1929
+ "publish-release-note",
1930
+ "sync-extensions-version"
1931
+ ],
1932
+ "reverseAuditSource": ".github/workflows"
1933
+ },
1934
+ {
1935
+ "id": "workflow:.release-verify",
1936
+ "name": "workflow:.release-verify",
1937
+ "kind": "workflow",
1938
+ "sourcePath": ".github/workflows/.release-verify.yml",
1939
+ "evidencePath": ".github/workflows/.release-verify.yml",
1940
+ "availability": "shipped",
1941
+ "visibility": "public",
1942
+ "participantFacing": true,
1943
+ "public": true,
1944
+ "inputCount": 41,
1945
+ "inputs": [
1946
+ "auto-approve-enabled",
1947
+ "aws-ci-region",
1948
+ "aws-user-region",
1949
+ "bucket-staging-ci",
1950
+ "bucket-staging-user",
1951
+ "build-container-enabled",
1952
+ "build-runner-linux",
1953
+ "build-runner-linux-labels",
1954
+ "build-runner-macos",
1955
+ "build-runner-macos-labels",
1956
+ "build-runner-windows",
1957
+ "build-runner-windows-labels",
1958
+ "build-timeout-minutes",
1959
+ "buildchain-ref",
1960
+ "buildchain-repository",
1961
+ "builder-container",
1962
+ "code-signing-macos",
1963
+ "code-signing-windows",
1964
+ "collaborator-automation-enabled",
1965
+ "enable-linux",
1966
+ "enable-macos",
1967
+ "enable-windows",
1968
+ "find-dependencies",
1969
+ "java-version",
1970
+ "manager",
1971
+ "max-build-attempts",
1972
+ "max-preview-links",
1973
+ "node-version",
1974
+ "pipenv-version",
1975
+ "poetry-version",
1976
+ "prebuild",
1977
+ "preview-files",
1978
+ "publish-aws-ci",
1979
+ "publish-aws-user",
1980
+ "publish-github-npm",
1981
+ "publish-versioning",
1982
+ "python-version",
1983
+ "setup-env-timeout-minutes",
1984
+ "setup-python-enabled",
1985
+ "use-pipenv",
1986
+ "use-poetry"
1987
+ ],
1988
+ "reverseAuditSource": ".github/workflows"
1989
+ },
1990
+ {
1991
+ "id": "workflow:.sam-release",
1992
+ "name": "workflow:.sam-release",
1993
+ "kind": "workflow",
1994
+ "sourcePath": ".github/workflows/.sam-release.yml",
1995
+ "evidencePath": ".github/workflows/.sam-release.yml",
1996
+ "availability": "shipped",
1997
+ "visibility": "public",
1998
+ "participantFacing": true,
1999
+ "public": true,
2000
+ "inputCount": 4,
2001
+ "inputs": [
2002
+ "aws-region",
2003
+ "aws-role",
2004
+ "aws-root",
2005
+ "bucket-release"
2006
+ ],
2007
+ "reverseAuditSource": ".github/workflows"
2008
+ },
2009
+ {
2010
+ "id": "workflow:.sam-verify",
2011
+ "name": "workflow:.sam-verify",
2012
+ "kind": "workflow",
2013
+ "sourcePath": ".github/workflows/.sam-verify.yml",
2014
+ "evidencePath": ".github/workflows/.sam-verify.yml",
2015
+ "availability": "shipped",
2016
+ "visibility": "public",
2017
+ "participantFacing": true,
2018
+ "public": true,
2019
+ "inputCount": 4,
2020
+ "inputs": [
2021
+ "aws-region",
2022
+ "aws-role",
2023
+ "aws-root",
2024
+ "manager"
2025
+ ],
2026
+ "reverseAuditSource": ".github/workflows"
2027
+ },
2028
+ {
2029
+ "id": "workflow:.sync-release-page",
2030
+ "name": "workflow:.sync-release-page",
2031
+ "kind": "workflow",
2032
+ "sourcePath": ".github/workflows/.sync-release-page.yml",
2033
+ "evidencePath": ".github/workflows/.sync-release-page.yml",
2034
+ "availability": "shipped",
2035
+ "visibility": "public",
2036
+ "participantFacing": true,
2037
+ "public": true,
2038
+ "inputCount": 13,
2039
+ "inputs": [
2040
+ "aws-region",
2041
+ "aws-role-arn",
2042
+ "base-id",
2043
+ "bucket-release",
2044
+ "cloudfront-id",
2045
+ "exclude",
2046
+ "lower-edge",
2047
+ "product",
2048
+ "product-name",
2049
+ "release-path",
2050
+ "release-url",
2051
+ "repo",
2052
+ "upper-edge"
2053
+ ],
2054
+ "reverseAuditSource": ".github/workflows"
2055
+ },
2056
+ {
2057
+ "id": "workflow:.sync-remote-git",
2058
+ "name": "workflow:.sync-remote-git",
2059
+ "kind": "workflow",
2060
+ "sourcePath": ".github/workflows/.sync-remote-git.yml",
2061
+ "evidencePath": ".github/workflows/.sync-remote-git.yml",
2062
+ "availability": "shipped",
2063
+ "visibility": "public",
2064
+ "participantFacing": true,
2065
+ "public": true,
2066
+ "inputCount": 4,
2067
+ "inputs": [
2068
+ "force",
2069
+ "remote-host",
2070
+ "remote-path",
2071
+ "remote-repo"
2072
+ ],
2073
+ "reverseAuditSource": ".github/workflows"
2074
+ },
2075
+ {
2076
+ "id": "workflow:.web-surface",
2077
+ "name": "workflow:.web-surface",
2078
+ "kind": "workflow",
2079
+ "sourcePath": ".github/workflows/.web-surface.yml",
2080
+ "evidencePath": ".github/workflows/.web-surface.yml",
2081
+ "availability": "shipped",
2082
+ "visibility": "public",
2083
+ "participantFacing": true,
2084
+ "public": true,
2085
+ "inputCount": 28,
2086
+ "inputs": [
2087
+ "artifact-path",
2088
+ "aws-region",
2089
+ "build-command",
2090
+ "buildchain-contract-compatibility-policy",
2091
+ "buildchain-contract-drift-issue-mode",
2092
+ "buildchain-contract-lock-path",
2093
+ "buildchain-ref",
2094
+ "buildchain-repository",
2095
+ "node-version",
2096
+ "preview-apply",
2097
+ "preview-aws-role-arn",
2098
+ "preview-cleanup-apply",
2099
+ "preview-comment",
2100
+ "preview-environment",
2101
+ "production-apply",
2102
+ "production-approved",
2103
+ "production-aws-role-arn",
2104
+ "production-environment",
2105
+ "production-release-branch-channel",
2106
+ "production-release-head-prefix",
2107
+ "production-release-label",
2108
+ "production-release-on-main",
2109
+ "release-feedback-actor-privacy",
2110
+ "staging-apply",
2111
+ "staging-aws-role-arn",
2112
+ "staging-environment",
2113
+ "verify-command",
2114
+ "working-directory"
2115
+ ],
2116
+ "reverseAuditSource": ".github/workflows"
2117
+ },
2118
+ {
2119
+ "id": "workflow:.wheel-release",
2120
+ "name": "workflow:.wheel-release",
2121
+ "kind": "workflow",
2122
+ "sourcePath": ".github/workflows/.wheel-release.yml",
2123
+ "evidencePath": ".github/workflows/.wheel-release.yml",
2124
+ "availability": "shipped",
2125
+ "visibility": "public",
2126
+ "participantFacing": true,
2127
+ "public": true,
2128
+ "inputCount": 3,
2129
+ "inputs": [
2130
+ "aws-region",
2131
+ "aws-user-region",
2132
+ "bucket-release"
2133
+ ],
2134
+ "reverseAuditSource": ".github/workflows"
2135
+ },
2136
+ {
2137
+ "id": "workflow:.wheel-verify",
2138
+ "name": "workflow:.wheel-verify",
2139
+ "kind": "workflow",
2140
+ "sourcePath": ".github/workflows/.wheel-verify.yml",
2141
+ "evidencePath": ".github/workflows/.wheel-verify.yml",
2142
+ "availability": "shipped",
2143
+ "visibility": "public",
2144
+ "participantFacing": true,
2145
+ "public": true,
2146
+ "inputCount": 5,
2147
+ "inputs": [
2148
+ "aws-user-region",
2149
+ "bucket-release",
2150
+ "max-preview-links",
2151
+ "node-version",
2152
+ "preview-files"
2153
+ ],
2154
+ "reverseAuditSource": ".github/workflows"
2155
+ },
2156
+ {
2157
+ "id": "workflow:binary-distribution",
2158
+ "name": "workflow:binary-distribution",
2159
+ "kind": "workflow",
2160
+ "sourcePath": ".github/workflows/binary-distribution.yml",
2161
+ "evidencePath": ".github/workflows/binary-distribution.yml",
2162
+ "availability": "shipped",
2163
+ "visibility": "public",
2164
+ "participantFacing": true,
2165
+ "public": true,
2166
+ "inputCount": 2,
2167
+ "inputs": [
2168
+ "tag",
2169
+ "upload-release"
2170
+ ],
2171
+ "reverseAuditSource": ".github/workflows"
2172
+ },
2173
+ {
2174
+ "id": "workflow:build-surface-fixture",
2175
+ "name": "workflow:build-surface-fixture",
2176
+ "kind": "workflow",
2177
+ "sourcePath": ".github/workflows/build-surface-fixture.yml",
2178
+ "evidencePath": ".github/workflows/build-surface-fixture.yml",
2179
+ "availability": "shipped",
2180
+ "visibility": "public",
2181
+ "participantFacing": true,
2182
+ "public": true,
2183
+ "inputCount": 1,
2184
+ "inputs": [
2185
+ "artifact-transfer-mode"
2186
+ ],
2187
+ "reverseAuditSource": ".github/workflows"
2188
+ },
2189
+ {
2190
+ "id": "workflow:buildchain-patrol-daily",
2191
+ "name": "workflow:buildchain-patrol-daily",
2192
+ "kind": "workflow",
2193
+ "sourcePath": ".github/workflows/buildchain-patrol-daily.yml",
2194
+ "evidencePath": ".github/workflows/buildchain-patrol-daily.yml",
2195
+ "availability": "shipped",
2196
+ "visibility": "public",
2197
+ "participantFacing": true,
2198
+ "public": true,
2199
+ "inputCount": 2,
2200
+ "inputs": [
2201
+ "buildchain-ref",
2202
+ "dry-run"
2203
+ ],
2204
+ "reverseAuditSource": ".github/workflows"
2205
+ },
2206
+ {
2207
+ "id": "workflow:buildchain-patrol-monthly",
2208
+ "name": "workflow:buildchain-patrol-monthly",
2209
+ "kind": "workflow",
2210
+ "sourcePath": ".github/workflows/buildchain-patrol-monthly.yml",
2211
+ "evidencePath": ".github/workflows/buildchain-patrol-monthly.yml",
2212
+ "availability": "shipped",
2213
+ "visibility": "public",
2214
+ "participantFacing": true,
2215
+ "public": true,
2216
+ "inputCount": 2,
2217
+ "inputs": [
2218
+ "buildchain-ref",
2219
+ "dry-run"
2220
+ ],
2221
+ "reverseAuditSource": ".github/workflows"
2222
+ },
2223
+ {
2224
+ "id": "workflow:buildchain-patrol-weekly",
2225
+ "name": "workflow:buildchain-patrol-weekly",
2226
+ "kind": "workflow",
2227
+ "sourcePath": ".github/workflows/buildchain-patrol-weekly.yml",
2228
+ "evidencePath": ".github/workflows/buildchain-patrol-weekly.yml",
2229
+ "availability": "shipped",
2230
+ "visibility": "public",
2231
+ "participantFacing": true,
2232
+ "public": true,
2233
+ "inputCount": 2,
2234
+ "inputs": [
2235
+ "buildchain-ref",
2236
+ "dry-run"
2237
+ ],
2238
+ "reverseAuditSource": ".github/workflows"
2239
+ },
2240
+ {
2241
+ "id": "workflow:buildchain-patrol",
2242
+ "name": "workflow:buildchain-patrol",
2243
+ "kind": "workflow",
2244
+ "sourcePath": ".github/workflows/buildchain-patrol.yml",
2245
+ "evidencePath": ".github/workflows/buildchain-patrol.yml",
2246
+ "availability": "shipped",
2247
+ "visibility": "public",
2248
+ "participantFacing": true,
2249
+ "public": true,
2250
+ "inputCount": 15,
2251
+ "inputs": [
2252
+ "allowed-head-prefixes",
2253
+ "block-labels",
2254
+ "buildchain-ref",
2255
+ "buildchain-repository",
2256
+ "cadence",
2257
+ "capabilities",
2258
+ "dry-run",
2259
+ "max-actions",
2260
+ "merge-method",
2261
+ "mode",
2262
+ "ready-label",
2263
+ "require-approval",
2264
+ "required-status-checks",
2265
+ "same-repository-only",
2266
+ "target-branch"
2267
+ ],
2268
+ "reverseAuditSource": ".github/workflows"
2269
+ },
2270
+ {
2271
+ "id": "workflow:buildchain-ref-promotion",
2272
+ "name": "workflow:buildchain-ref-promotion",
2273
+ "kind": "workflow",
2274
+ "sourcePath": ".github/workflows/buildchain-ref-promotion.yml",
2275
+ "evidencePath": ".github/workflows/buildchain-ref-promotion.yml",
2276
+ "availability": "shipped",
2277
+ "visibility": "public",
2278
+ "participantFacing": true,
2279
+ "public": true,
2280
+ "inputCount": 3,
2281
+ "inputs": [
2282
+ "dry-run",
2283
+ "sha",
2284
+ "target-ref"
2285
+ ],
2286
+ "reverseAuditSource": ".github/workflows"
2287
+ },
2288
+ {
2289
+ "id": "workflow:candidate-lab",
2290
+ "name": "workflow:candidate-lab",
2291
+ "kind": "workflow",
2292
+ "sourcePath": ".github/workflows/candidate-lab.yml",
2293
+ "evidencePath": ".github/workflows/candidate-lab.yml",
2294
+ "availability": "shipped",
2295
+ "visibility": "public",
2296
+ "participantFacing": true,
2297
+ "public": true,
2298
+ "inputCount": 4,
2299
+ "inputs": [
2300
+ "buildchain_ref",
2301
+ "legacy_workflows_ref",
2302
+ "publish",
2303
+ "target_fixture"
2304
+ ],
2305
+ "reverseAuditSource": ".github/workflows"
2306
+ },
2307
+ {
2308
+ "id": "workflow:check",
2309
+ "name": "workflow:check",
2310
+ "kind": "workflow",
2311
+ "sourcePath": ".github/workflows/check.yml",
2312
+ "evidencePath": ".github/workflows/check.yml",
2313
+ "availability": "shipped",
2314
+ "visibility": "public",
2315
+ "participantFacing": true,
2316
+ "public": true,
2317
+ "inputCount": 6,
2318
+ "inputs": [
2319
+ "buildchain-ref",
2320
+ "buildchain-repository",
2321
+ "node-version",
2322
+ "require-version-state",
2323
+ "upload-artifacts",
2324
+ "working-directory"
2325
+ ],
2326
+ "reverseAuditSource": ".github/workflows"
2327
+ },
2328
+ {
2329
+ "id": "workflow:dev-pr-auto-merge",
2330
+ "name": "workflow:dev-pr-auto-merge",
2331
+ "kind": "workflow",
2332
+ "sourcePath": ".github/workflows/dev-pr-auto-merge.yml",
2333
+ "evidencePath": ".github/workflows/dev-pr-auto-merge.yml",
2334
+ "availability": "shipped",
2335
+ "visibility": "public",
2336
+ "participantFacing": true,
2337
+ "public": true,
2338
+ "inputCount": 12,
2339
+ "inputs": [
2340
+ "allowed-head-prefixes",
2341
+ "block-labels",
2342
+ "buildchain-ref",
2343
+ "buildchain-repository",
2344
+ "dry-run",
2345
+ "max-merges",
2346
+ "merge-method",
2347
+ "ready-label",
2348
+ "require-approval",
2349
+ "required-status-checks",
2350
+ "same-repository-only",
2351
+ "target-branch"
2352
+ ],
2353
+ "reverseAuditSource": ".github/workflows"
2354
+ },
2355
+ {
2356
+ "id": "workflow:npm-publish",
2357
+ "name": "workflow:npm-publish",
2358
+ "kind": "workflow",
2359
+ "sourcePath": ".github/workflows/npm-publish.yml",
2360
+ "evidencePath": ".github/workflows/npm-publish.yml",
2361
+ "availability": "shipped",
2362
+ "visibility": "public",
2363
+ "participantFacing": true,
2364
+ "public": true,
2365
+ "inputCount": 2,
2366
+ "inputs": [
2367
+ "ref",
2368
+ "run-check"
2369
+ ],
2370
+ "reverseAuditSource": ".github/workflows"
2371
+ },
2372
+ {
2373
+ "id": "workflow:patrol-daily",
2374
+ "name": "workflow:patrol-daily",
2375
+ "kind": "workflow",
2376
+ "sourcePath": ".github/workflows/patrol-daily.yml",
2377
+ "evidencePath": ".github/workflows/patrol-daily.yml",
2378
+ "availability": "shipped",
2379
+ "visibility": "public",
2380
+ "participantFacing": true,
2381
+ "public": true,
2382
+ "inputCount": 12,
2383
+ "inputs": [
2384
+ "allowed-head-prefixes",
2385
+ "block-labels",
2386
+ "buildchain-ref",
2387
+ "buildchain-repository",
2388
+ "dry-run",
2389
+ "max-actions",
2390
+ "merge-method",
2391
+ "ready-label",
2392
+ "require-approval",
2393
+ "required-status-checks",
2394
+ "same-repository-only",
2395
+ "target-branch"
2396
+ ],
2397
+ "reverseAuditSource": ".github/workflows"
2398
+ },
2399
+ {
2400
+ "id": "workflow:patrol-monthly",
2401
+ "name": "workflow:patrol-monthly",
2402
+ "kind": "workflow",
2403
+ "sourcePath": ".github/workflows/patrol-monthly.yml",
2404
+ "evidencePath": ".github/workflows/patrol-monthly.yml",
2405
+ "availability": "shipped",
2406
+ "visibility": "public",
2407
+ "participantFacing": true,
2408
+ "public": true,
2409
+ "inputCount": 4,
2410
+ "inputs": [
2411
+ "buildchain-ref",
2412
+ "buildchain-repository",
2413
+ "dry-run",
2414
+ "target-branch"
2415
+ ],
2416
+ "reverseAuditSource": ".github/workflows"
2417
+ },
2418
+ {
2419
+ "id": "workflow:patrol-weekly",
2420
+ "name": "workflow:patrol-weekly",
2421
+ "kind": "workflow",
2422
+ "sourcePath": ".github/workflows/patrol-weekly.yml",
2423
+ "evidencePath": ".github/workflows/patrol-weekly.yml",
2424
+ "availability": "shipped",
2425
+ "visibility": "public",
2426
+ "participantFacing": true,
2427
+ "public": true,
2428
+ "inputCount": 4,
2429
+ "inputs": [
2430
+ "buildchain-ref",
2431
+ "buildchain-repository",
2432
+ "dry-run",
2433
+ "target-branch"
2434
+ ],
2435
+ "reverseAuditSource": ".github/workflows"
2436
+ },
2437
+ {
2438
+ "id": "workflow:release-candidate-promote",
2439
+ "name": "workflow:release-candidate-promote",
2440
+ "kind": "workflow",
2441
+ "sourcePath": ".github/workflows/release-candidate-promote.yml",
2442
+ "evidencePath": ".github/workflows/release-candidate-promote.yml",
2443
+ "availability": "shipped",
2444
+ "visibility": "public",
2445
+ "participantFacing": true,
2446
+ "public": true,
2447
+ "inputCount": 44,
2448
+ "inputs": [
2449
+ "allow-repository",
2450
+ "artifact-name",
2451
+ "artifact-patterns",
2452
+ "branch-protection-bypass-apps",
2453
+ "branch-protection-bypass-teams",
2454
+ "branch-protection-bypass-users",
2455
+ "buildchain-contract-compatibility-policy",
2456
+ "buildchain-contract-drift-issue-mode",
2457
+ "buildchain-contract-lock-path",
2458
+ "buildchain-ref",
2459
+ "buildchain-repository",
2460
+ "channel",
2461
+ "dry-run",
2462
+ "github-release",
2463
+ "github-release-notes",
2464
+ "github-release-title",
2465
+ "package-manager",
2466
+ "publish-artifact-kind",
2467
+ "publish-command",
2468
+ "publish-dist-tag",
2469
+ "publish-mode",
2470
+ "publish-package-main",
2471
+ "publish-package-set-order",
2472
+ "publish-required-artifacts-json",
2473
+ "publish-target",
2474
+ "release-candidate-workflow-file",
2475
+ "release-candidate-workflow-name",
2476
+ "release-passport",
2477
+ "release-passport-buildchain-self-kfd",
2478
+ "release-passport-impact-json",
2479
+ "release-passport-kfd-1-witness-jsons",
2480
+ "release-passport-kfd-2-claim-jsons",
2481
+ "release-passport-kfd-3-artifact-verify-command",
2482
+ "release-passport-kfd-3-artifact-witness-jsons",
2483
+ "release-passport-kfd-3-prebuild-witness-jsons",
2484
+ "release-passport-output-dir",
2485
+ "release-passport-platform-manifest-paths",
2486
+ "release-passport-product-name",
2487
+ "required-artifact-count",
2488
+ "required-status-check",
2489
+ "runner-preset",
2490
+ "target-ref",
2491
+ "target-sha",
2492
+ "trusted-publishing"
2493
+ ],
2494
+ "reverseAuditSource": ".github/workflows"
2495
+ },
2496
+ {
2497
+ "id": "workflow:release-line-bootstrap",
2498
+ "name": "workflow:release-line-bootstrap",
2499
+ "kind": "workflow",
2500
+ "sourcePath": ".github/workflows/release-line-bootstrap.yml",
2501
+ "evidencePath": ".github/workflows/release-line-bootstrap.yml",
2502
+ "availability": "shipped",
2503
+ "visibility": "public",
2504
+ "participantFacing": true,
2505
+ "public": true,
2506
+ "inputCount": 8,
2507
+ "inputs": [
2508
+ "apply",
2509
+ "create-alpha-pr",
2510
+ "initial-version",
2511
+ "major",
2512
+ "minor",
2513
+ "required-status-check",
2514
+ "set-default-branch",
2515
+ "source-ref"
2516
+ ],
2517
+ "reverseAuditSource": ".github/workflows"
2518
+ },
2519
+ {
2520
+ "id": "workflow:release-new-version",
2521
+ "name": "workflow:release-new-version",
2522
+ "kind": "workflow",
2523
+ "sourcePath": ".github/workflows/release-new-version.yml",
2524
+ "evidencePath": ".github/workflows/release-new-version.yml",
2525
+ "availability": "shipped",
2526
+ "visibility": "public",
2527
+ "participantFacing": true,
2528
+ "public": true,
2529
+ "inputCount": 0,
2530
+ "inputs": [],
2531
+ "reverseAuditSource": ".github/workflows"
2532
+ },
2533
+ {
2534
+ "id": "workflow:release-propagation",
2535
+ "name": "workflow:release-propagation",
2536
+ "kind": "workflow",
2537
+ "sourcePath": ".github/workflows/release-propagation.yml",
2538
+ "evidencePath": ".github/workflows/release-propagation.yml",
2539
+ "availability": "shipped",
2540
+ "visibility": "public",
2541
+ "participantFacing": true,
2542
+ "public": true,
2543
+ "inputCount": 13,
2544
+ "inputs": [
2545
+ "buildchain-ref",
2546
+ "buildchain-repository",
2547
+ "downstream-base-ref",
2548
+ "downstream-branch",
2549
+ "downstream-repository",
2550
+ "downstream-target",
2551
+ "dry-run",
2552
+ "graph-json",
2553
+ "lock-path",
2554
+ "pr-body",
2555
+ "pr-title",
2556
+ "source-node",
2557
+ "upstream-release-json"
2558
+ ],
2559
+ "reverseAuditSource": ".github/workflows"
2560
+ },
2561
+ {
2562
+ "id": "workflow:release-verify",
2563
+ "name": "workflow:release-verify",
2564
+ "kind": "workflow",
2565
+ "sourcePath": ".github/workflows/release-verify.yml",
2566
+ "evidencePath": ".github/workflows/release-verify.yml",
2567
+ "availability": "shipped",
2568
+ "visibility": "public",
2569
+ "participantFacing": true,
2570
+ "public": true,
2571
+ "inputCount": 0,
2572
+ "inputs": [],
2573
+ "reverseAuditSource": ".github/workflows"
2574
+ },
2575
+ {
2576
+ "id": "workflow:schedule-purge-artifacts",
2577
+ "name": "workflow:schedule-purge-artifacts",
2578
+ "kind": "workflow",
2579
+ "sourcePath": ".github/workflows/schedule-purge-artifacts.yml",
2580
+ "evidencePath": ".github/workflows/schedule-purge-artifacts.yml",
2581
+ "availability": "shipped",
2582
+ "visibility": "public",
2583
+ "participantFacing": true,
2584
+ "public": true,
2585
+ "inputCount": 1,
2586
+ "inputs": [
2587
+ "enable-legacy-purge"
2588
+ ],
2589
+ "reverseAuditSource": ".github/workflows"
2590
+ },
2591
+ {
2592
+ "id": "workflow:self-hosted-runner-smoke",
2593
+ "name": "workflow:self-hosted-runner-smoke",
2594
+ "kind": "workflow",
2595
+ "sourcePath": ".github/workflows/self-hosted-runner-smoke.yml",
2596
+ "evidencePath": ".github/workflows/self-hosted-runner-smoke.yml",
2597
+ "availability": "shipped",
2598
+ "visibility": "public",
2599
+ "participantFacing": true,
2600
+ "public": true,
2601
+ "inputCount": 0,
2602
+ "inputs": [],
2603
+ "reverseAuditSource": ".github/workflows"
2604
+ },
2605
+ {
2606
+ "id": "workflow:verify",
2607
+ "name": "workflow:verify",
2608
+ "kind": "workflow",
2609
+ "sourcePath": ".github/workflows/verify.yml",
2610
+ "evidencePath": ".github/workflows/verify.yml",
2611
+ "availability": "shipped",
2612
+ "visibility": "public",
2613
+ "participantFacing": true,
2614
+ "public": true,
2615
+ "inputCount": 0,
2616
+ "inputs": [],
2617
+ "reverseAuditSource": ".github/workflows"
2618
+ },
2619
+ {
2620
+ "id": "action:promote-buildchain-ref",
2621
+ "name": "action:promote-buildchain-ref",
2622
+ "kind": "action",
2623
+ "sourcePath": "actions/promote-buildchain-ref/action.yml",
2624
+ "evidencePath": "actions/promote-buildchain-ref/action.yml",
2625
+ "availability": "shipped",
2626
+ "visibility": "public",
2627
+ "participantFacing": true,
2628
+ "public": true,
2629
+ "inputCount": 51,
2630
+ "inputs": [
2631
+ "allow-repository",
2632
+ "branch-protection-bypass-apps",
2633
+ "branch-protection-bypass-teams",
2634
+ "branch-protection-bypass-users",
2635
+ "dry-run",
2636
+ "generated-ref-update-token",
2637
+ "generated-status-check-token",
2638
+ "github-release",
2639
+ "github-release-notes",
2640
+ "github-release-title",
2641
+ "promote-only-release-candidate",
2642
+ "publish-auth",
2643
+ "publish-command",
2644
+ "publish-dist-tag",
2645
+ "publish-evidence-path",
2646
+ "publish-mode",
2647
+ "publish-package-main",
2648
+ "publish-package-set-order",
2649
+ "publish-required-artifacts-json",
2650
+ "publish-source-locked",
2651
+ "publish-source-ref",
2652
+ "publish-source-sha",
2653
+ "publish-tooling-sha",
2654
+ "publish-transaction",
2655
+ "publish-transaction-override",
2656
+ "release-candidate-build-summary-path",
2657
+ "release-candidate-passport-path",
2658
+ "release-candidate-version",
2659
+ "release-material-sha",
2660
+ "release-passport",
2661
+ "release-passport-build-summary-path",
2662
+ "release-passport-buildchain-self-kfd",
2663
+ "release-passport-impact-json",
2664
+ "release-passport-kfd-1-witness-jsons",
2665
+ "release-passport-kfd-2-claim-jsons",
2666
+ "release-passport-kfd-3-artifact-verify-command",
2667
+ "release-passport-kfd-3-artifact-witness-jsons",
2668
+ "release-passport-kfd-3-prebuild-witness-jsons",
2669
+ "release-passport-output-dir",
2670
+ "release-passport-platform-manifest-paths",
2671
+ "release-passport-product-name",
2672
+ "require-governance",
2673
+ "require-publish-source-lock",
2674
+ "require-version-state",
2675
+ "required-status-check",
2676
+ "sha",
2677
+ "tags",
2678
+ "target-ref",
2679
+ "token",
2680
+ "transaction-state-path",
2681
+ "verification-command"
2682
+ ],
2683
+ "reverseAuditSource": "actions/*/action.yml"
2684
+ },
2685
+ {
2686
+ "id": "action:report-buildchain-issue",
2687
+ "name": "action:report-buildchain-issue",
2688
+ "kind": "action",
2689
+ "sourcePath": "actions/report-buildchain-issue/action.yml",
2690
+ "evidencePath": "actions/report-buildchain-issue/action.yml",
2691
+ "availability": "shipped",
2692
+ "visibility": "public",
2693
+ "participantFacing": true,
2694
+ "public": true,
2695
+ "inputCount": 43,
2696
+ "inputs": [
2697
+ "artifact-url",
2698
+ "body",
2699
+ "body-file",
2700
+ "buildchain-ref",
2701
+ "buildchain-version",
2702
+ "channel",
2703
+ "comment-cooldown-hours",
2704
+ "consumer-ref",
2705
+ "consumer-repository",
2706
+ "consumer-sha",
2707
+ "diagnosis",
2708
+ "diagnostics-path",
2709
+ "diagnostics-url",
2710
+ "dry-run",
2711
+ "fail-on-error",
2712
+ "failure-code",
2713
+ "fingerprint",
2714
+ "friction-class",
2715
+ "heavy-builds-json",
2716
+ "job",
2717
+ "labels",
2718
+ "max-body-bytes",
2719
+ "mode",
2720
+ "next-action",
2721
+ "passport-path",
2722
+ "passport-url",
2723
+ "pull-request",
2724
+ "related-runs-json",
2725
+ "release-intent",
2726
+ "report-kind",
2727
+ "repository",
2728
+ "run-attempt",
2729
+ "run-id",
2730
+ "run-url",
2731
+ "source-ref",
2732
+ "source-sha",
2733
+ "source-tree-hash",
2734
+ "summary",
2735
+ "target-repository",
2736
+ "title",
2737
+ "token",
2738
+ "version",
2739
+ "workflow"
2740
+ ],
2741
+ "reverseAuditSource": "actions/*/action.yml"
2742
+ },
2743
+ {
2744
+ "id": "action:run-lifecycle",
2745
+ "name": "action:run-lifecycle",
2746
+ "kind": "action",
2747
+ "sourcePath": "actions/run-lifecycle/action.yml",
2748
+ "evidencePath": "actions/run-lifecycle/action.yml",
2749
+ "availability": "shipped",
2750
+ "visibility": "public",
2751
+ "participantFacing": true,
2752
+ "public": true,
2753
+ "inputCount": 20,
2754
+ "inputs": [
2755
+ "artifact-name",
2756
+ "artifact-paths",
2757
+ "command",
2758
+ "cwd",
2759
+ "diagnostics-artifact-name",
2760
+ "diagnostics-path",
2761
+ "expected-artifacts-json",
2762
+ "manifest-artifact-name",
2763
+ "manifest-path",
2764
+ "platform-id",
2765
+ "platform-name",
2766
+ "process-sample-interval-ms",
2767
+ "process-samples-path",
2768
+ "process-summary-path",
2769
+ "process-summary-required",
2770
+ "requested-parallelism",
2771
+ "required",
2772
+ "sample-process-tree",
2773
+ "stage",
2774
+ "summary-path"
2775
+ ],
2776
+ "reverseAuditSource": "actions/*/action.yml"
2777
+ },
2778
+ {
2779
+ "id": "action:validate-config",
2780
+ "name": "action:validate-config",
2781
+ "kind": "action",
2782
+ "sourcePath": "actions/validate-config/action.yml",
2783
+ "evidencePath": "actions/validate-config/action.yml",
2784
+ "availability": "shipped",
2785
+ "visibility": "public",
2786
+ "participantFacing": true,
2787
+ "public": true,
2788
+ "inputCount": 3,
2789
+ "inputs": [
2790
+ "config-required",
2791
+ "require-lifecycle-stages",
2792
+ "require-version-state"
2793
+ ],
2794
+ "reverseAuditSource": "actions/*/action.yml"
2795
+ },
2796
+ {
2797
+ "id": "site-page:action:promote-buildchain-ref",
2798
+ "name": "site-page:action:promote-buildchain-ref",
2799
+ "kind": "site-page",
2800
+ "sourcePath": "dist/site/page-registry.json",
2801
+ "evidencePath": "dist/site/page-registry.json",
2802
+ "availability": "shipped",
2803
+ "visibility": "public",
2804
+ "participantFacing": true,
2805
+ "public": true,
2806
+ "reverseAuditSource": "dist/site/page-registry.json"
2807
+ },
2808
+ {
2809
+ "id": "site-page:action:report-buildchain-issue",
2810
+ "name": "site-page:action:report-buildchain-issue",
2811
+ "kind": "site-page",
2812
+ "sourcePath": "dist/site/page-registry.json",
2813
+ "evidencePath": "dist/site/page-registry.json",
2814
+ "availability": "shipped",
2815
+ "visibility": "public",
2816
+ "participantFacing": true,
2817
+ "public": true,
2818
+ "reverseAuditSource": "dist/site/page-registry.json"
2819
+ },
2820
+ {
2821
+ "id": "site-page:action:run-lifecycle",
2822
+ "name": "site-page:action:run-lifecycle",
2823
+ "kind": "site-page",
2824
+ "sourcePath": "dist/site/page-registry.json",
2825
+ "evidencePath": "dist/site/page-registry.json",
2826
+ "availability": "shipped",
2827
+ "visibility": "public",
2828
+ "participantFacing": true,
2829
+ "public": true,
2830
+ "reverseAuditSource": "dist/site/page-registry.json"
2831
+ },
2832
+ {
2833
+ "id": "site-page:action:validate-config",
2834
+ "name": "site-page:action:validate-config",
2835
+ "kind": "site-page",
2836
+ "sourcePath": "dist/site/page-registry.json",
2837
+ "evidencePath": "dist/site/page-registry.json",
2838
+ "availability": "shipped",
2839
+ "visibility": "public",
2840
+ "participantFacing": true,
2841
+ "public": true,
2842
+ "reverseAuditSource": "dist/site/page-registry.json"
2843
+ },
2844
+ {
2845
+ "id": "site-page:api:node-package",
2846
+ "name": "site-page:api:node-package",
2847
+ "kind": "site-page",
2848
+ "sourcePath": "dist/site/page-registry.json",
2849
+ "evidencePath": "dist/site/page-registry.json",
2850
+ "availability": "shipped",
2851
+ "visibility": "public",
2852
+ "participantFacing": true,
2853
+ "public": true,
2854
+ "reverseAuditSource": "dist/site/page-registry.json"
2855
+ },
2856
+ {
2857
+ "id": "site-page:fixture:infra-contract-aws-cdk-shaped",
2858
+ "name": "site-page:fixture:infra-contract-aws-cdk-shaped",
2859
+ "kind": "site-page",
2860
+ "sourcePath": "dist/site/page-registry.json",
2861
+ "evidencePath": "dist/site/page-registry.json",
2862
+ "availability": "shipped",
2863
+ "visibility": "public",
2864
+ "participantFacing": true,
2865
+ "public": true,
2866
+ "reverseAuditSource": "dist/site/page-registry.json"
2867
+ },
2868
+ {
2869
+ "id": "site-page:fixture:infra-contract-aws-cli-shaped",
2870
+ "name": "site-page:fixture:infra-contract-aws-cli-shaped",
2871
+ "kind": "site-page",
2872
+ "sourcePath": "dist/site/page-registry.json",
2873
+ "evidencePath": "dist/site/page-registry.json",
2874
+ "availability": "shipped",
2875
+ "visibility": "public",
2876
+ "participantFacing": true,
2877
+ "public": true,
2878
+ "reverseAuditSource": "dist/site/page-registry.json"
2879
+ },
2880
+ {
2881
+ "id": "site-page:fixture:infra-contract-cloudformation-shaped",
2882
+ "name": "site-page:fixture:infra-contract-cloudformation-shaped",
2883
+ "kind": "site-page",
2884
+ "sourcePath": "dist/site/page-registry.json",
2885
+ "evidencePath": "dist/site/page-registry.json",
2886
+ "availability": "shipped",
2887
+ "visibility": "public",
2888
+ "participantFacing": true,
2889
+ "public": true,
2890
+ "reverseAuditSource": "dist/site/page-registry.json"
2891
+ },
2892
+ {
2893
+ "id": "site-page:fixture:infra-contract-opentofu-shaped",
2894
+ "name": "site-page:fixture:infra-contract-opentofu-shaped",
2895
+ "kind": "site-page",
2896
+ "sourcePath": "dist/site/page-registry.json",
2897
+ "evidencePath": "dist/site/page-registry.json",
2898
+ "availability": "shipped",
2899
+ "visibility": "public",
2900
+ "participantFacing": true,
2901
+ "public": true,
2902
+ "reverseAuditSource": "dist/site/page-registry.json"
2903
+ },
2904
+ {
2905
+ "id": "site-page:fixture:infra-contract-pulumi-shaped",
2906
+ "name": "site-page:fixture:infra-contract-pulumi-shaped",
2907
+ "kind": "site-page",
2908
+ "sourcePath": "dist/site/page-registry.json",
2909
+ "evidencePath": "dist/site/page-registry.json",
2910
+ "availability": "shipped",
2911
+ "visibility": "public",
2912
+ "participantFacing": true,
2913
+ "public": true,
2914
+ "reverseAuditSource": "dist/site/page-registry.json"
2915
+ },
2916
+ {
2917
+ "id": "site-page:fixture:infra-contract-shaped",
2918
+ "name": "site-page:fixture:infra-contract-shaped",
2919
+ "kind": "site-page",
2920
+ "sourcePath": "dist/site/page-registry.json",
2921
+ "evidencePath": "dist/site/page-registry.json",
2922
+ "availability": "shipped",
2923
+ "visibility": "public",
2924
+ "participantFacing": true,
2925
+ "public": true,
2926
+ "reverseAuditSource": "dist/site/page-registry.json"
2927
+ },
2928
+ {
2929
+ "id": "site-page:fixture:infra-contract-terraform-shaped",
2930
+ "name": "site-page:fixture:infra-contract-terraform-shaped",
2931
+ "kind": "site-page",
2932
+ "sourcePath": "dist/site/page-registry.json",
2933
+ "evidencePath": "dist/site/page-registry.json",
2934
+ "availability": "shipped",
2935
+ "visibility": "public",
2936
+ "participantFacing": true,
2937
+ "public": true,
2938
+ "reverseAuditSource": "dist/site/page-registry.json"
2939
+ },
2940
+ {
2941
+ "id": "site-page:fixture:libnode-shaped",
2942
+ "name": "site-page:fixture:libnode-shaped",
2943
+ "kind": "site-page",
2944
+ "sourcePath": "dist/site/page-registry.json",
2945
+ "evidencePath": "dist/site/page-registry.json",
2946
+ "availability": "shipped",
2947
+ "visibility": "public",
2948
+ "participantFacing": true,
2949
+ "public": true,
2950
+ "reverseAuditSource": "dist/site/page-registry.json"
2951
+ },
2952
+ {
2953
+ "id": "site-page:fixture:publish-transaction-shaped",
2954
+ "name": "site-page:fixture:publish-transaction-shaped",
2955
+ "kind": "site-page",
2956
+ "sourcePath": "dist/site/page-registry.json",
2957
+ "evidencePath": "dist/site/page-registry.json",
2958
+ "availability": "shipped",
2959
+ "visibility": "public",
2960
+ "participantFacing": true,
2961
+ "public": true,
2962
+ "reverseAuditSource": "dist/site/page-registry.json"
2963
+ },
2964
+ {
2965
+ "id": "site-page:fixture:release-propagation-shaped",
2966
+ "name": "site-page:fixture:release-propagation-shaped",
2967
+ "kind": "site-page",
2968
+ "sourcePath": "dist/site/page-registry.json",
2969
+ "evidencePath": "dist/site/page-registry.json",
2970
+ "availability": "shipped",
2971
+ "visibility": "public",
2972
+ "participantFacing": true,
2973
+ "public": true,
2974
+ "reverseAuditSource": "dist/site/page-registry.json"
2975
+ },
2976
+ {
2977
+ "id": "site-page:fixture:web-surface-shaped",
2978
+ "name": "site-page:fixture:web-surface-shaped",
2979
+ "kind": "site-page",
2980
+ "sourcePath": "dist/site/page-registry.json",
2981
+ "evidencePath": "dist/site/page-registry.json",
2982
+ "availability": "shipped",
2983
+ "visibility": "public",
2984
+ "participantFacing": true,
2985
+ "public": true,
2986
+ "reverseAuditSource": "dist/site/page-registry.json"
2987
+ },
2988
+ {
2989
+ "id": "site-page:manual:binary-distribution",
2990
+ "name": "site-page:manual:binary-distribution",
2991
+ "kind": "site-page",
2992
+ "sourcePath": "dist/site/page-registry.json",
2993
+ "evidencePath": "dist/site/page-registry.json",
2994
+ "availability": "shipped",
2995
+ "visibility": "public",
2996
+ "participantFacing": true,
2997
+ "public": true,
2998
+ "reverseAuditSource": "dist/site/page-registry.json"
2999
+ },
3000
+ {
3001
+ "id": "site-page:manual:build-facts",
3002
+ "name": "site-page:manual:build-facts",
3003
+ "kind": "site-page",
3004
+ "sourcePath": "dist/site/page-registry.json",
3005
+ "evidencePath": "dist/site/page-registry.json",
3006
+ "availability": "shipped",
3007
+ "visibility": "public",
3008
+ "participantFacing": true,
3009
+ "public": true,
3010
+ "reverseAuditSource": "dist/site/page-registry.json"
3011
+ },
3012
+ {
3013
+ "id": "site-page:manual:cli",
3014
+ "name": "site-page:manual:cli",
3015
+ "kind": "site-page",
3016
+ "sourcePath": "dist/site/page-registry.json",
3017
+ "evidencePath": "dist/site/page-registry.json",
3018
+ "availability": "shipped",
3019
+ "visibility": "public",
3020
+ "participantFacing": true,
3021
+ "public": true,
3022
+ "reverseAuditSource": "dist/site/page-registry.json"
3023
+ },
3024
+ {
3025
+ "id": "site-page:manual:consumer-issue-reporting",
3026
+ "name": "site-page:manual:consumer-issue-reporting",
3027
+ "kind": "site-page",
3028
+ "sourcePath": "dist/site/page-registry.json",
3029
+ "evidencePath": "dist/site/page-registry.json",
3030
+ "availability": "shipped",
3031
+ "visibility": "public",
3032
+ "participantFacing": true,
3033
+ "public": true,
3034
+ "reverseAuditSource": "dist/site/page-registry.json"
3035
+ },
3036
+ {
3037
+ "id": "site-page:manual:homebrew",
3038
+ "name": "site-page:manual:homebrew",
3039
+ "kind": "site-page",
3040
+ "sourcePath": "dist/site/page-registry.json",
3041
+ "evidencePath": "dist/site/page-registry.json",
3042
+ "availability": "shipped",
3043
+ "visibility": "public",
3044
+ "participantFacing": true,
3045
+ "public": true,
3046
+ "reverseAuditSource": "dist/site/page-registry.json"
3047
+ },
3048
+ {
3049
+ "id": "site-page:manual:infra-contract",
3050
+ "name": "site-page:manual:infra-contract",
3051
+ "kind": "site-page",
3052
+ "sourcePath": "dist/site/page-registry.json",
3053
+ "evidencePath": "dist/site/page-registry.json",
3054
+ "availability": "shipped",
3055
+ "visibility": "public",
3056
+ "participantFacing": true,
3057
+ "public": true,
3058
+ "reverseAuditSource": "dist/site/page-registry.json"
3059
+ },
3060
+ {
3061
+ "id": "site-page:manual:install",
3062
+ "name": "site-page:manual:install",
3063
+ "kind": "site-page",
3064
+ "sourcePath": "dist/site/page-registry.json",
3065
+ "evidencePath": "dist/site/page-registry.json",
3066
+ "availability": "shipped",
3067
+ "visibility": "public",
3068
+ "participantFacing": true,
3069
+ "public": true,
3070
+ "reverseAuditSource": "dist/site/page-registry.json"
3071
+ },
3072
+ {
3073
+ "id": "site-page:manual:lifecycle-protocol",
3074
+ "name": "site-page:manual:lifecycle-protocol",
3075
+ "kind": "site-page",
3076
+ "sourcePath": "dist/site/page-registry.json",
3077
+ "evidencePath": "dist/site/page-registry.json",
3078
+ "availability": "shipped",
3079
+ "visibility": "public",
3080
+ "participantFacing": true,
3081
+ "public": true,
3082
+ "reverseAuditSource": "dist/site/page-registry.json"
3083
+ },
3084
+ {
3085
+ "id": "site-page:manual:map",
3086
+ "name": "site-page:manual:map",
3087
+ "kind": "site-page",
3088
+ "sourcePath": "dist/site/page-registry.json",
3089
+ "evidencePath": "dist/site/page-registry.json",
3090
+ "availability": "shipped",
3091
+ "visibility": "public",
3092
+ "participantFacing": true,
3093
+ "public": true,
3094
+ "reverseAuditSource": "dist/site/page-registry.json"
3095
+ },
3096
+ {
3097
+ "id": "site-page:manual:migration-inventory",
3098
+ "name": "site-page:manual:migration-inventory",
3099
+ "kind": "site-page",
3100
+ "sourcePath": "dist/site/page-registry.json",
3101
+ "evidencePath": "dist/site/page-registry.json",
3102
+ "availability": "shipped",
3103
+ "visibility": "public",
3104
+ "participantFacing": true,
3105
+ "public": true,
3106
+ "reverseAuditSource": "dist/site/page-registry.json"
3107
+ },
3108
+ {
3109
+ "id": "site-page:manual:ownership",
3110
+ "name": "site-page:manual:ownership",
3111
+ "kind": "site-page",
3112
+ "sourcePath": "dist/site/page-registry.json",
3113
+ "evidencePath": "dist/site/page-registry.json",
3114
+ "availability": "shipped",
3115
+ "visibility": "public",
3116
+ "participantFacing": true,
3117
+ "public": true,
3118
+ "reverseAuditSource": "dist/site/page-registry.json"
3119
+ },
3120
+ {
3121
+ "id": "site-page:manual:product-mechanism",
3122
+ "name": "site-page:manual:product-mechanism",
3123
+ "kind": "site-page",
3124
+ "sourcePath": "dist/site/page-registry.json",
3125
+ "evidencePath": "dist/site/page-registry.json",
3126
+ "availability": "shipped",
3127
+ "visibility": "public",
3128
+ "participantFacing": true,
3129
+ "public": true,
3130
+ "reverseAuditSource": "dist/site/page-registry.json"
3131
+ },
3132
+ {
3133
+ "id": "site-page:manual:publish-transaction",
3134
+ "name": "site-page:manual:publish-transaction",
3135
+ "kind": "site-page",
3136
+ "sourcePath": "dist/site/page-registry.json",
3137
+ "evidencePath": "dist/site/page-registry.json",
3138
+ "availability": "shipped",
3139
+ "visibility": "public",
3140
+ "participantFacing": true,
3141
+ "public": true,
3142
+ "reverseAuditSource": "dist/site/page-registry.json"
3143
+ },
3144
+ {
3145
+ "id": "site-page:manual:readme-badges",
3146
+ "name": "site-page:manual:readme-badges",
3147
+ "kind": "site-page",
3148
+ "sourcePath": "dist/site/page-registry.json",
3149
+ "evidencePath": "dist/site/page-registry.json",
3150
+ "availability": "shipped",
3151
+ "visibility": "public",
3152
+ "participantFacing": true,
3153
+ "public": true,
3154
+ "reverseAuditSource": "dist/site/page-registry.json"
3155
+ },
3156
+ {
3157
+ "id": "site-page:manual:release-candidate",
3158
+ "name": "site-page:manual:release-candidate",
3159
+ "kind": "site-page",
3160
+ "sourcePath": "dist/site/page-registry.json",
3161
+ "evidencePath": "dist/site/page-registry.json",
3162
+ "availability": "shipped",
3163
+ "visibility": "public",
3164
+ "participantFacing": true,
3165
+ "public": true,
3166
+ "reverseAuditSource": "dist/site/page-registry.json"
3167
+ },
3168
+ {
3169
+ "id": "site-page:manual:release-flow",
3170
+ "name": "site-page:manual:release-flow",
3171
+ "kind": "site-page",
3172
+ "sourcePath": "dist/site/page-registry.json",
3173
+ "evidencePath": "dist/site/page-registry.json",
3174
+ "availability": "shipped",
3175
+ "visibility": "public",
3176
+ "participantFacing": true,
3177
+ "public": true,
3178
+ "reverseAuditSource": "dist/site/page-registry.json"
3179
+ },
3180
+ {
3181
+ "id": "site-page:manual:release-governance",
3182
+ "name": "site-page:manual:release-governance",
3183
+ "kind": "site-page",
3184
+ "sourcePath": "dist/site/page-registry.json",
3185
+ "evidencePath": "dist/site/page-registry.json",
3186
+ "availability": "shipped",
3187
+ "visibility": "public",
3188
+ "participantFacing": true,
3189
+ "public": true,
3190
+ "reverseAuditSource": "dist/site/page-registry.json"
3191
+ },
3192
+ {
3193
+ "id": "site-page:manual:release-passport",
3194
+ "name": "site-page:manual:release-passport",
3195
+ "kind": "site-page",
3196
+ "sourcePath": "dist/site/page-registry.json",
3197
+ "evidencePath": "dist/site/page-registry.json",
3198
+ "availability": "shipped",
3199
+ "visibility": "public",
3200
+ "participantFacing": true,
3201
+ "public": true,
3202
+ "reverseAuditSource": "dist/site/page-registry.json"
3203
+ },
3204
+ {
3205
+ "id": "site-page:manual:release-propagation",
3206
+ "name": "site-page:manual:release-propagation",
3207
+ "kind": "site-page",
3208
+ "sourcePath": "dist/site/page-registry.json",
3209
+ "evidencePath": "dist/site/page-registry.json",
3210
+ "availability": "shipped",
3211
+ "visibility": "public",
3212
+ "participantFacing": true,
3213
+ "public": true,
3214
+ "reverseAuditSource": "dist/site/page-registry.json"
3215
+ },
3216
+ {
3217
+ "id": "site-page:manual:reusable-build-surface",
3218
+ "name": "site-page:manual:reusable-build-surface",
3219
+ "kind": "site-page",
3220
+ "sourcePath": "dist/site/page-registry.json",
3221
+ "evidencePath": "dist/site/page-registry.json",
3222
+ "availability": "shipped",
3223
+ "visibility": "public",
3224
+ "participantFacing": true,
3225
+ "public": true,
3226
+ "reverseAuditSource": "dist/site/page-registry.json"
3227
+ },
3228
+ {
3229
+ "id": "site-page:manual:runtime-train-validation",
3230
+ "name": "site-page:manual:runtime-train-validation",
3231
+ "kind": "site-page",
3232
+ "sourcePath": "dist/site/page-registry.json",
3233
+ "evidencePath": "dist/site/page-registry.json",
3234
+ "availability": "shipped",
3235
+ "visibility": "public",
3236
+ "participantFacing": true,
3237
+ "public": true,
3238
+ "reverseAuditSource": "dist/site/page-registry.json"
3239
+ },
3240
+ {
3241
+ "id": "site-page:manual:site-bundle-contract",
3242
+ "name": "site-page:manual:site-bundle-contract",
3243
+ "kind": "site-page",
3244
+ "sourcePath": "dist/site/page-registry.json",
3245
+ "evidencePath": "dist/site/page-registry.json",
3246
+ "availability": "shipped",
3247
+ "visibility": "public",
3248
+ "participantFacing": true,
3249
+ "public": true,
3250
+ "reverseAuditSource": "dist/site/page-registry.json"
3251
+ },
3252
+ {
3253
+ "id": "site-page:manual:toolkit-observability",
3254
+ "name": "site-page:manual:toolkit-observability",
3255
+ "kind": "site-page",
3256
+ "sourcePath": "dist/site/page-registry.json",
3257
+ "evidencePath": "dist/site/page-registry.json",
3258
+ "availability": "shipped",
3259
+ "visibility": "public",
3260
+ "participantFacing": true,
3261
+ "public": true,
3262
+ "reverseAuditSource": "dist/site/page-registry.json"
3263
+ },
3264
+ {
3265
+ "id": "site-page:manual:versioning",
3266
+ "name": "site-page:manual:versioning",
3267
+ "kind": "site-page",
3268
+ "sourcePath": "dist/site/page-registry.json",
3269
+ "evidencePath": "dist/site/page-registry.json",
3270
+ "availability": "shipped",
3271
+ "visibility": "public",
3272
+ "participantFacing": true,
3273
+ "public": true,
3274
+ "reverseAuditSource": "dist/site/page-registry.json"
3275
+ },
3276
+ {
3277
+ "id": "site-page:manual:web-surface-deployments",
3278
+ "name": "site-page:manual:web-surface-deployments",
3279
+ "kind": "site-page",
3280
+ "sourcePath": "dist/site/page-registry.json",
3281
+ "evidencePath": "dist/site/page-registry.json",
3282
+ "availability": "shipped",
3283
+ "visibility": "public",
3284
+ "participantFacing": true,
3285
+ "public": true,
3286
+ "reverseAuditSource": "dist/site/page-registry.json"
3287
+ },
3288
+ {
3289
+ "id": "site-page:overview:home",
3290
+ "name": "site-page:overview:home",
3291
+ "kind": "site-page",
3292
+ "sourcePath": "dist/site/page-registry.json",
3293
+ "evidencePath": "dist/site/page-registry.json",
3294
+ "availability": "shipped",
3295
+ "visibility": "public",
3296
+ "participantFacing": true,
3297
+ "public": true,
3298
+ "reverseAuditSource": "dist/site/page-registry.json"
3299
+ }
1120
3300
  ]
1121
3301
  },
1122
3302
  "additionalSurfaces": [
@@ -1187,6 +3367,6 @@
1187
3367
  "public": true
1188
3368
  }
1189
3369
  ],
1190
- "publicSurfaceCount": 88
3370
+ "publicSurfaceCount": 219
1191
3371
  }
1192
3372
  }