@kungfu-tech/buildchain 3.0.7 → 3.0.8
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/contracts/engineering-housekeeper-v1.schema.json +11 -1
- package/contracts/fixtures/engineering-housekeeper-v1/cases.json +10 -0
- package/contracts/release-cut-v1.schema.json +70 -0
- package/contracts/release-train-transition-v1.schema.json +85 -0
- package/contracts/release-train-v1.schema.json +82 -0
- package/dist/site/buildchain-contract.json +302 -16
- package/dist/site/buildchain-site.json +83 -27
- package/dist/site/capability-registry.json +4 -3
- package/dist/site/kfd-claims.json +45 -8
- package/dist/site/kfd-upstream-aggregate.json +1 -1
- package/dist/site/manual-registry.json +22 -6
- package/dist/site/node-api-registry.json +1218 -489
- package/dist/site/page-registry.json +65 -17
- package/dist/site/public-surface-audit.json +13 -8
- package/dist/site/publication-authority-registry.json +2 -4
- package/dist/site/publication-registry.json +4 -4
- package/dist/site/release-provenance.json +1 -0
- package/dist/site/site-manifest.json +18 -10
- package/dist/site/workflow-registry.json +10 -9
- package/docs/MAP.md +1 -1
- package/docs/aws-us-elastic-runner-burst-plane.md +20 -7
- package/docs/engineering-housekeeper.md +61 -28
- package/docs/node-api-reference.md +109 -77
- package/docs/release-governance.md +13 -10
- package/docs/release-train.md +102 -0
- package/docs/reusable-build-surface.md +16 -6
- package/docs/site-bundle-contract.md +5 -1
- package/docs/versioning.md +1 -0
- package/package.json +2 -1
- package/packages/core/buildchain-agent-manuals.js +1 -0
- package/packages/core/buildchain-compatibility-proof.js +577 -0
- package/packages/core/buildchain-contract.js +46 -181
- package/packages/core/engineering-housekeeper-github-client.js +18 -1
- package/packages/core/engineering-housekeeper-github.js +247 -41
- package/packages/core/engineering-housekeeper.js +15 -0
- package/packages/core/release-train.js +520 -0
- package/scripts/aws-macos-jit-controller-core.mjs +33 -11
- package/scripts/aws-macos-jit-controller-runtime.mjs +208 -0
- package/scripts/aws-macos-jit-controller.mjs +50 -37
- package/scripts/aws-macos-jit-core.mjs +41 -3
- package/scripts/buildchain-contract-lock.mjs +6 -0
- package/scripts/dispatch-artifact-signing-authority.mjs +4 -7
- package/scripts/engineering-housekeeper-workflow.mjs +13 -6
- package/scripts/generate-site-bundle.mjs +2 -0
- package/scripts/site-capability-metadata.mjs +1 -0
|
@@ -1368,18 +1368,14 @@
|
|
|
1368
1368
|
]
|
|
1369
1369
|
},
|
|
1370
1370
|
{
|
|
1371
|
-
"id": "packages/core/buildchain-
|
|
1372
|
-
"name": "
|
|
1371
|
+
"id": "packages/core/buildchain-compatibility-proof.js#assertBuildchainCompatibilityProjection",
|
|
1372
|
+
"name": "assertBuildchainCompatibilityProjection",
|
|
1373
1373
|
"kind": "function",
|
|
1374
|
-
"signature": "function
|
|
1374
|
+
"signature": "function assertBuildchainCompatibilityProjection(contractWorld)",
|
|
1375
1375
|
"parameters": [
|
|
1376
1376
|
{
|
|
1377
|
-
"name": "
|
|
1378
|
-
"signature": "
|
|
1379
|
-
},
|
|
1380
|
-
{
|
|
1381
|
-
"name": "loadedConfig",
|
|
1382
|
-
"signature": "loadedConfig = loadBuildchainConfig(cwd)"
|
|
1377
|
+
"name": "contractWorld",
|
|
1378
|
+
"signature": "contractWorld"
|
|
1383
1379
|
}
|
|
1384
1380
|
],
|
|
1385
1381
|
"returns": "unknown",
|
|
@@ -1390,10 +1386,10 @@
|
|
|
1390
1386
|
"none-detected-by-static-source-scan"
|
|
1391
1387
|
],
|
|
1392
1388
|
"source": {
|
|
1393
|
-
"path": "packages/core/buildchain-
|
|
1394
|
-
"line":
|
|
1389
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1390
|
+
"line": 276
|
|
1395
1391
|
},
|
|
1396
|
-
"example": "import {
|
|
1392
|
+
"example": "import { assertBuildchainCompatibilityProjection } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1397
1393
|
"maturity": "stable",
|
|
1398
1394
|
"audience": [
|
|
1399
1395
|
"developer",
|
|
@@ -1401,32 +1397,23 @@
|
|
|
1401
1397
|
]
|
|
1402
1398
|
},
|
|
1403
1399
|
{
|
|
1404
|
-
"id": "packages/core/buildchain-
|
|
1405
|
-
"name": "
|
|
1406
|
-
"kind": "
|
|
1407
|
-
"signature": "
|
|
1408
|
-
"parameters": [
|
|
1409
|
-
|
|
1410
|
-
"name": "cwd",
|
|
1411
|
-
"signature": "cwd = process.cwd()"
|
|
1412
|
-
},
|
|
1413
|
-
{
|
|
1414
|
-
"name": "loadedConfig",
|
|
1415
|
-
"signature": "loadedConfig = loadBuildchainConfig(cwd)"
|
|
1416
|
-
}
|
|
1417
|
-
],
|
|
1418
|
-
"returns": "unknown",
|
|
1400
|
+
"id": "packages/core/buildchain-compatibility-proof.js#BUILDCHAIN_COMPATIBILITY_PROOF_REGISTRY_SCHEMA",
|
|
1401
|
+
"name": "BUILDCHAIN_COMPATIBILITY_PROOF_REGISTRY_SCHEMA",
|
|
1402
|
+
"kind": "constant",
|
|
1403
|
+
"signature": "const BUILDCHAIN_COMPATIBILITY_PROOF_REGISTRY_SCHEMA",
|
|
1404
|
+
"parameters": [],
|
|
1405
|
+
"returns": "value",
|
|
1419
1406
|
"errors": [
|
|
1420
|
-
"
|
|
1407
|
+
"Import does not declare a throw contract."
|
|
1421
1408
|
],
|
|
1422
1409
|
"sideEffects": [
|
|
1423
|
-
"none-
|
|
1410
|
+
"none-on-import"
|
|
1424
1411
|
],
|
|
1425
1412
|
"source": {
|
|
1426
|
-
"path": "packages/core/buildchain-
|
|
1427
|
-
"line":
|
|
1413
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1414
|
+
"line": 12
|
|
1428
1415
|
},
|
|
1429
|
-
"example": "import {
|
|
1416
|
+
"example": "import { BUILDCHAIN_COMPATIBILITY_PROOF_REGISTRY_SCHEMA } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1430
1417
|
"maturity": "stable",
|
|
1431
1418
|
"audience": [
|
|
1432
1419
|
"developer",
|
|
@@ -1434,32 +1421,47 @@
|
|
|
1434
1421
|
]
|
|
1435
1422
|
},
|
|
1436
1423
|
{
|
|
1437
|
-
"id": "packages/core/buildchain-
|
|
1438
|
-
"name": "
|
|
1439
|
-
"kind": "
|
|
1440
|
-
"signature": "
|
|
1441
|
-
"parameters": [
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
},
|
|
1446
|
-
{
|
|
1447
|
-
"name": "name",
|
|
1448
|
-
"signature": "name"
|
|
1449
|
-
}
|
|
1424
|
+
"id": "packages/core/buildchain-compatibility-proof.js#BUILDCHAIN_COMPATIBILITY_PROOF_SCHEMA",
|
|
1425
|
+
"name": "BUILDCHAIN_COMPATIBILITY_PROOF_SCHEMA",
|
|
1426
|
+
"kind": "constant",
|
|
1427
|
+
"signature": "const BUILDCHAIN_COMPATIBILITY_PROOF_SCHEMA",
|
|
1428
|
+
"parameters": [],
|
|
1429
|
+
"returns": "value",
|
|
1430
|
+
"errors": [
|
|
1431
|
+
"Import does not declare a throw contract."
|
|
1450
1432
|
],
|
|
1451
|
-
"
|
|
1433
|
+
"sideEffects": [
|
|
1434
|
+
"none-on-import"
|
|
1435
|
+
],
|
|
1436
|
+
"source": {
|
|
1437
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1438
|
+
"line": 11
|
|
1439
|
+
},
|
|
1440
|
+
"example": "import { BUILDCHAIN_COMPATIBILITY_PROOF_SCHEMA } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1441
|
+
"maturity": "stable",
|
|
1442
|
+
"audience": [
|
|
1443
|
+
"developer",
|
|
1444
|
+
"agent"
|
|
1445
|
+
]
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"id": "packages/core/buildchain-compatibility-proof.js#BUILDCHAIN_COMPATIBILITY_VERIFICATION_RECEIPT_SCHEMA",
|
|
1449
|
+
"name": "BUILDCHAIN_COMPATIBILITY_VERIFICATION_RECEIPT_SCHEMA",
|
|
1450
|
+
"kind": "constant",
|
|
1451
|
+
"signature": "const BUILDCHAIN_COMPATIBILITY_VERIFICATION_RECEIPT_SCHEMA",
|
|
1452
|
+
"parameters": [],
|
|
1453
|
+
"returns": "value",
|
|
1452
1454
|
"errors": [
|
|
1453
|
-
"
|
|
1455
|
+
"Import does not declare a throw contract."
|
|
1454
1456
|
],
|
|
1455
1457
|
"sideEffects": [
|
|
1456
|
-
"none-
|
|
1458
|
+
"none-on-import"
|
|
1457
1459
|
],
|
|
1458
1460
|
"source": {
|
|
1459
|
-
"path": "packages/core/buildchain-
|
|
1460
|
-
"line":
|
|
1461
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1462
|
+
"line": 13
|
|
1461
1463
|
},
|
|
1462
|
-
"example": "import {
|
|
1464
|
+
"example": "import { BUILDCHAIN_COMPATIBILITY_VERIFICATION_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1463
1465
|
"maturity": "stable",
|
|
1464
1466
|
"audience": [
|
|
1465
1467
|
"developer",
|
|
@@ -1467,28 +1469,36 @@
|
|
|
1467
1469
|
]
|
|
1468
1470
|
},
|
|
1469
1471
|
{
|
|
1470
|
-
"id": "packages/core/buildchain-
|
|
1471
|
-
"name": "
|
|
1472
|
+
"id": "packages/core/buildchain-compatibility-proof.js#contractSummary",
|
|
1473
|
+
"name": "contractSummary",
|
|
1472
1474
|
"kind": "function",
|
|
1473
|
-
"signature": "function
|
|
1475
|
+
"signature": "function contractSummary(contractWorld, runtimeRef = \"\", runtimeSha = \"\")",
|
|
1474
1476
|
"parameters": [
|
|
1475
1477
|
{
|
|
1476
|
-
"name": "
|
|
1477
|
-
"signature": "
|
|
1478
|
+
"name": "contractWorld",
|
|
1479
|
+
"signature": "contractWorld"
|
|
1480
|
+
},
|
|
1481
|
+
{
|
|
1482
|
+
"name": "runtimeRef",
|
|
1483
|
+
"signature": "runtimeRef = \"\""
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
"name": "runtimeSha",
|
|
1487
|
+
"signature": "runtimeSha = \"\""
|
|
1478
1488
|
}
|
|
1479
1489
|
],
|
|
1480
1490
|
"returns": "unknown",
|
|
1481
1491
|
"errors": [
|
|
1482
|
-
"
|
|
1492
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
1483
1493
|
],
|
|
1484
1494
|
"sideEffects": [
|
|
1485
1495
|
"none-detected-by-static-source-scan"
|
|
1486
1496
|
],
|
|
1487
1497
|
"source": {
|
|
1488
|
-
"path": "packages/core/buildchain-
|
|
1489
|
-
"line":
|
|
1498
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1499
|
+
"line": 359
|
|
1490
1500
|
},
|
|
1491
|
-
"example": "import {
|
|
1501
|
+
"example": "import { contractSummary } from \"@kungfu-tech/buildchain\";",
|
|
1492
1502
|
"maturity": "stable",
|
|
1493
1503
|
"audience": [
|
|
1494
1504
|
"developer",
|
|
@@ -1496,28 +1506,28 @@
|
|
|
1496
1506
|
]
|
|
1497
1507
|
},
|
|
1498
1508
|
{
|
|
1499
|
-
"id": "packages/core/buildchain-
|
|
1500
|
-
"name": "
|
|
1509
|
+
"id": "packages/core/buildchain-compatibility-proof.js#createBuildchainCompatibilityProof",
|
|
1510
|
+
"name": "createBuildchainCompatibilityProof",
|
|
1501
1511
|
"kind": "function",
|
|
1502
|
-
"signature": "function
|
|
1512
|
+
"signature": "function createBuildchainCompatibilityProof(input = {})",
|
|
1503
1513
|
"parameters": [
|
|
1504
1514
|
{
|
|
1505
|
-
"name": "
|
|
1506
|
-
"signature": "
|
|
1515
|
+
"name": "input",
|
|
1516
|
+
"signature": "input = {}"
|
|
1507
1517
|
}
|
|
1508
1518
|
],
|
|
1509
1519
|
"returns": "unknown",
|
|
1510
1520
|
"errors": [
|
|
1511
|
-
"
|
|
1521
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
1512
1522
|
],
|
|
1513
1523
|
"sideEffects": [
|
|
1514
1524
|
"none-detected-by-static-source-scan"
|
|
1515
1525
|
],
|
|
1516
1526
|
"source": {
|
|
1517
|
-
"path": "packages/core/buildchain-
|
|
1518
|
-
"line":
|
|
1527
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1528
|
+
"line": 157
|
|
1519
1529
|
},
|
|
1520
|
-
"example": "import {
|
|
1530
|
+
"example": "import { createBuildchainCompatibilityProof } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1521
1531
|
"maturity": "stable",
|
|
1522
1532
|
"audience": [
|
|
1523
1533
|
"developer",
|
|
@@ -1525,14 +1535,14 @@
|
|
|
1525
1535
|
]
|
|
1526
1536
|
},
|
|
1527
1537
|
{
|
|
1528
|
-
"id": "packages/core/buildchain-
|
|
1529
|
-
"name": "
|
|
1538
|
+
"id": "packages/core/buildchain-compatibility-proof.js#createBuildchainCompatibilityProofRegistry",
|
|
1539
|
+
"name": "createBuildchainCompatibilityProofRegistry",
|
|
1530
1540
|
"kind": "function",
|
|
1531
|
-
"signature": "function
|
|
1541
|
+
"signature": "function createBuildchainCompatibilityProofRegistry({ proofs = createHistoricalBuildchainCompatibilityProofs(), surfaces = [], majorLine = \"\" } = {})",
|
|
1532
1542
|
"parameters": [
|
|
1533
1543
|
{
|
|
1534
|
-
"name": "
|
|
1535
|
-
"signature": "
|
|
1544
|
+
"name": "parameter1",
|
|
1545
|
+
"signature": "{ proofs = createHistoricalBuildchainCompatibilityProofs(), surfaces = [], majorLine = \"\" } = {}"
|
|
1536
1546
|
}
|
|
1537
1547
|
],
|
|
1538
1548
|
"returns": "unknown",
|
|
@@ -1543,10 +1553,10 @@
|
|
|
1543
1553
|
"none-detected-by-static-source-scan"
|
|
1544
1554
|
],
|
|
1545
1555
|
"source": {
|
|
1546
|
-
"path": "packages/core/buildchain-
|
|
1547
|
-
"line":
|
|
1556
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1557
|
+
"line": 252
|
|
1548
1558
|
},
|
|
1549
|
-
"example": "import {
|
|
1559
|
+
"example": "import { createBuildchainCompatibilityProofRegistry } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1550
1560
|
"maturity": "stable",
|
|
1551
1561
|
"audience": [
|
|
1552
1562
|
"developer",
|
|
@@ -1554,14 +1564,14 @@
|
|
|
1554
1564
|
]
|
|
1555
1565
|
},
|
|
1556
1566
|
{
|
|
1557
|
-
"id": "packages/core/buildchain-
|
|
1558
|
-
"name": "
|
|
1567
|
+
"id": "packages/core/buildchain-compatibility-proof.js#createBuildchainCompatibilityVerificationReceipt",
|
|
1568
|
+
"name": "createBuildchainCompatibilityVerificationReceipt",
|
|
1559
1569
|
"kind": "function",
|
|
1560
|
-
"signature": "function
|
|
1570
|
+
"signature": "function createBuildchainCompatibilityVerificationReceipt(input = {})",
|
|
1561
1571
|
"parameters": [
|
|
1562
1572
|
{
|
|
1563
|
-
"name": "
|
|
1564
|
-
"signature": "
|
|
1573
|
+
"name": "input",
|
|
1574
|
+
"signature": "input = {}"
|
|
1565
1575
|
}
|
|
1566
1576
|
],
|
|
1567
1577
|
"returns": "unknown",
|
|
@@ -1572,10 +1582,10 @@
|
|
|
1572
1582
|
"none-detected-by-static-source-scan"
|
|
1573
1583
|
],
|
|
1574
1584
|
"source": {
|
|
1575
|
-
"path": "packages/core/buildchain-
|
|
1576
|
-
"line":
|
|
1585
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1586
|
+
"line": 322
|
|
1577
1587
|
},
|
|
1578
|
-
"example": "import {
|
|
1588
|
+
"example": "import { createBuildchainCompatibilityVerificationReceipt } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1579
1589
|
"maturity": "stable",
|
|
1580
1590
|
"audience": [
|
|
1581
1591
|
"developer",
|
|
@@ -1583,16 +1593,11 @@
|
|
|
1583
1593
|
]
|
|
1584
1594
|
},
|
|
1585
1595
|
{
|
|
1586
|
-
"id": "packages/core/buildchain-
|
|
1587
|
-
"name": "
|
|
1596
|
+
"id": "packages/core/buildchain-compatibility-proof.js#createHistoricalBuildchainCompatibilityProofs",
|
|
1597
|
+
"name": "createHistoricalBuildchainCompatibilityProofs",
|
|
1588
1598
|
"kind": "function",
|
|
1589
|
-
"signature": "function
|
|
1590
|
-
"parameters": [
|
|
1591
|
-
{
|
|
1592
|
-
"name": "cwd",
|
|
1593
|
-
"signature": "cwd = process.cwd()"
|
|
1594
|
-
}
|
|
1595
|
-
],
|
|
1599
|
+
"signature": "function createHistoricalBuildchainCompatibilityProofs()",
|
|
1600
|
+
"parameters": [],
|
|
1596
1601
|
"returns": "unknown",
|
|
1597
1602
|
"errors": [
|
|
1598
1603
|
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
@@ -1601,10 +1606,10 @@
|
|
|
1601
1606
|
"none-detected-by-static-source-scan"
|
|
1602
1607
|
],
|
|
1603
1608
|
"source": {
|
|
1604
|
-
"path": "packages/core/buildchain-
|
|
1605
|
-
"line":
|
|
1609
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1610
|
+
"line": 229
|
|
1606
1611
|
},
|
|
1607
|
-
"example": "import {
|
|
1612
|
+
"example": "import { createHistoricalBuildchainCompatibilityProofs } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1608
1613
|
"maturity": "stable",
|
|
1609
1614
|
"audience": [
|
|
1610
1615
|
"developer",
|
|
@@ -1612,18 +1617,14 @@
|
|
|
1612
1617
|
]
|
|
1613
1618
|
},
|
|
1614
1619
|
{
|
|
1615
|
-
"id": "packages/core/buildchain-
|
|
1616
|
-
"name": "
|
|
1620
|
+
"id": "packages/core/buildchain-compatibility-proof.js#evaluateBuildchainContractLock",
|
|
1621
|
+
"name": "evaluateBuildchainContractLock",
|
|
1617
1622
|
"kind": "function",
|
|
1618
|
-
"signature": "function
|
|
1623
|
+
"signature": "function evaluateBuildchainContractLock({ lock, current, runtimeRef = \"\", runtimeSha = \"\", runtimeClass = \"\", compatibilityPolicy = \"\", } = {})",
|
|
1619
1624
|
"parameters": [
|
|
1620
1625
|
{
|
|
1621
|
-
"name": "
|
|
1622
|
-
"signature": "
|
|
1623
|
-
},
|
|
1624
|
-
{
|
|
1625
|
-
"name": "loadedConfig",
|
|
1626
|
-
"signature": "loadedConfig = loadBuildchainConfig(cwd)"
|
|
1626
|
+
"name": "parameter1",
|
|
1627
|
+
"signature": "{ lock, current, runtimeRef = \"\", runtimeSha = \"\", runtimeClass = \"\", compatibilityPolicy = \"\", } = {}"
|
|
1627
1628
|
}
|
|
1628
1629
|
],
|
|
1629
1630
|
"returns": "unknown",
|
|
@@ -1634,10 +1635,10 @@
|
|
|
1634
1635
|
"none-detected-by-static-source-scan"
|
|
1635
1636
|
],
|
|
1636
1637
|
"source": {
|
|
1637
|
-
"path": "packages/core/buildchain-
|
|
1638
|
-
"line":
|
|
1638
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1639
|
+
"line": 440
|
|
1639
1640
|
},
|
|
1640
|
-
"example": "import {
|
|
1641
|
+
"example": "import { evaluateBuildchainContractLock } from \"@kungfu-tech/buildchain\";",
|
|
1641
1642
|
"maturity": "stable",
|
|
1642
1643
|
"audience": [
|
|
1643
1644
|
"developer",
|
|
@@ -1645,28 +1646,28 @@
|
|
|
1645
1646
|
]
|
|
1646
1647
|
},
|
|
1647
1648
|
{
|
|
1648
|
-
"id": "packages/core/buildchain-
|
|
1649
|
-
"name": "
|
|
1649
|
+
"id": "packages/core/buildchain-compatibility-proof.js#renderBuildchainContractDriftIssueBody",
|
|
1650
|
+
"name": "renderBuildchainContractDriftIssueBody",
|
|
1650
1651
|
"kind": "function",
|
|
1651
|
-
"signature": "function
|
|
1652
|
+
"signature": "function renderBuildchainContractDriftIssueBody({ repository = \"\", workflow = \"\", runUrl = \"\", lockPath = \"\", evaluation } = {})",
|
|
1652
1653
|
"parameters": [
|
|
1653
1654
|
{
|
|
1654
|
-
"name": "
|
|
1655
|
-
"signature": "
|
|
1655
|
+
"name": "parameter1",
|
|
1656
|
+
"signature": "{ repository = \"\", workflow = \"\", runUrl = \"\", lockPath = \"\", evaluation } = {}"
|
|
1656
1657
|
}
|
|
1657
1658
|
],
|
|
1658
1659
|
"returns": "unknown",
|
|
1659
1660
|
"errors": [
|
|
1660
|
-
"
|
|
1661
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
1661
1662
|
],
|
|
1662
1663
|
"sideEffects": [
|
|
1663
1664
|
"none-detected-by-static-source-scan"
|
|
1664
1665
|
],
|
|
1665
1666
|
"source": {
|
|
1666
|
-
"path": "packages/core/buildchain-
|
|
1667
|
-
"line":
|
|
1667
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1668
|
+
"line": 560
|
|
1668
1669
|
},
|
|
1669
|
-
"example": "import {
|
|
1670
|
+
"example": "import { renderBuildchainContractDriftIssueBody } from \"@kungfu-tech/buildchain\";",
|
|
1670
1671
|
"maturity": "stable",
|
|
1671
1672
|
"audience": [
|
|
1672
1673
|
"developer",
|
|
@@ -1674,36 +1675,32 @@
|
|
|
1674
1675
|
]
|
|
1675
1676
|
},
|
|
1676
1677
|
{
|
|
1677
|
-
"id": "packages/core/buildchain-
|
|
1678
|
-
"name": "
|
|
1678
|
+
"id": "packages/core/buildchain-compatibility-proof.js#verifyBuildchainCompatibilityProof",
|
|
1679
|
+
"name": "verifyBuildchainCompatibilityProof",
|
|
1679
1680
|
"kind": "function",
|
|
1680
|
-
"signature": "function
|
|
1681
|
+
"signature": "function verifyBuildchainCompatibilityProof(proofInput, expected = {})",
|
|
1681
1682
|
"parameters": [
|
|
1682
1683
|
{
|
|
1683
|
-
"name": "
|
|
1684
|
-
"signature": "
|
|
1685
|
-
},
|
|
1686
|
-
{
|
|
1687
|
-
"name": "label",
|
|
1688
|
-
"signature": "label = \"lifecycle stage\""
|
|
1684
|
+
"name": "proofInput",
|
|
1685
|
+
"signature": "proofInput"
|
|
1689
1686
|
},
|
|
1690
1687
|
{
|
|
1691
|
-
"name": "
|
|
1692
|
-
"signature": "
|
|
1688
|
+
"name": "expected",
|
|
1689
|
+
"signature": "expected = {}"
|
|
1693
1690
|
}
|
|
1694
1691
|
],
|
|
1695
1692
|
"returns": "unknown",
|
|
1696
1693
|
"errors": [
|
|
1697
|
-
"
|
|
1694
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
1698
1695
|
],
|
|
1699
1696
|
"sideEffects": [
|
|
1700
1697
|
"none-detected-by-static-source-scan"
|
|
1701
1698
|
],
|
|
1702
1699
|
"source": {
|
|
1703
|
-
"path": "packages/core/buildchain-
|
|
1704
|
-
"line":
|
|
1700
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1701
|
+
"line": 205
|
|
1705
1702
|
},
|
|
1706
|
-
"example": "import {
|
|
1703
|
+
"example": "import { verifyBuildchainCompatibilityProof } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1707
1704
|
"maturity": "stable",
|
|
1708
1705
|
"audience": [
|
|
1709
1706
|
"developer",
|
|
@@ -1711,28 +1708,28 @@
|
|
|
1711
1708
|
]
|
|
1712
1709
|
},
|
|
1713
1710
|
{
|
|
1714
|
-
"id": "packages/core/buildchain-
|
|
1715
|
-
"name": "
|
|
1711
|
+
"id": "packages/core/buildchain-compatibility-proof.js#verifyBuildchainCompatibilityVerificationReceipt",
|
|
1712
|
+
"name": "verifyBuildchainCompatibilityVerificationReceipt",
|
|
1716
1713
|
"kind": "function",
|
|
1717
|
-
"signature": "function
|
|
1714
|
+
"signature": "function verifyBuildchainCompatibilityVerificationReceipt(receiptInput)",
|
|
1718
1715
|
"parameters": [
|
|
1719
1716
|
{
|
|
1720
|
-
"name": "
|
|
1721
|
-
"signature": "
|
|
1717
|
+
"name": "receiptInput",
|
|
1718
|
+
"signature": "receiptInput"
|
|
1722
1719
|
}
|
|
1723
1720
|
],
|
|
1724
1721
|
"returns": "unknown",
|
|
1725
1722
|
"errors": [
|
|
1726
|
-
"
|
|
1723
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
1727
1724
|
],
|
|
1728
1725
|
"sideEffects": [
|
|
1729
|
-
"
|
|
1726
|
+
"none-detected-by-static-source-scan"
|
|
1730
1727
|
],
|
|
1731
1728
|
"source": {
|
|
1732
|
-
"path": "packages/core/buildchain-
|
|
1733
|
-
"line":
|
|
1729
|
+
"path": "packages/core/buildchain-compatibility-proof.js",
|
|
1730
|
+
"line": 346
|
|
1734
1731
|
},
|
|
1735
|
-
"example": "import {
|
|
1732
|
+
"example": "import { verifyBuildchainCompatibilityVerificationReceipt } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
1736
1733
|
"maturity": "stable",
|
|
1737
1734
|
"audience": [
|
|
1738
1735
|
"developer",
|
|
@@ -1740,18 +1737,18 @@
|
|
|
1740
1737
|
]
|
|
1741
1738
|
},
|
|
1742
1739
|
{
|
|
1743
|
-
"id": "packages/core/buildchain-config.js#
|
|
1744
|
-
"name": "
|
|
1740
|
+
"id": "packages/core/buildchain-config.js#discoverConfiguredDerivedVersionMaterial",
|
|
1741
|
+
"name": "discoverConfiguredDerivedVersionMaterial",
|
|
1745
1742
|
"kind": "function",
|
|
1746
|
-
"signature": "function
|
|
1743
|
+
"signature": "function discoverConfiguredDerivedVersionMaterial(cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd))",
|
|
1747
1744
|
"parameters": [
|
|
1748
1745
|
{
|
|
1749
|
-
"name": "
|
|
1750
|
-
"signature": "
|
|
1746
|
+
"name": "cwd",
|
|
1747
|
+
"signature": "cwd = process.cwd()"
|
|
1751
1748
|
},
|
|
1752
1749
|
{
|
|
1753
|
-
"name": "
|
|
1754
|
-
"signature": "
|
|
1750
|
+
"name": "loadedConfig",
|
|
1751
|
+
"signature": "loadedConfig = loadBuildchainConfig(cwd)"
|
|
1755
1752
|
}
|
|
1756
1753
|
],
|
|
1757
1754
|
"returns": "unknown",
|
|
@@ -1759,13 +1756,13 @@
|
|
|
1759
1756
|
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
1760
1757
|
],
|
|
1761
1758
|
"sideEffects": [
|
|
1762
|
-
"
|
|
1759
|
+
"none-detected-by-static-source-scan"
|
|
1763
1760
|
],
|
|
1764
1761
|
"source": {
|
|
1765
1762
|
"path": "packages/core/buildchain-config.js",
|
|
1766
|
-
"line":
|
|
1763
|
+
"line": 1527
|
|
1767
1764
|
},
|
|
1768
|
-
"example": "import {
|
|
1765
|
+
"example": "import { discoverConfiguredDerivedVersionMaterial } from \"@kungfu-tech/buildchain\";",
|
|
1769
1766
|
"maturity": "stable",
|
|
1770
1767
|
"audience": [
|
|
1771
1768
|
"developer",
|
|
@@ -1773,18 +1770,18 @@
|
|
|
1773
1770
|
]
|
|
1774
1771
|
},
|
|
1775
1772
|
{
|
|
1776
|
-
"id": "packages/core/buildchain-config.js#
|
|
1777
|
-
"name": "
|
|
1773
|
+
"id": "packages/core/buildchain-config.js#discoverConfiguredVersionStateFiles",
|
|
1774
|
+
"name": "discoverConfiguredVersionStateFiles",
|
|
1778
1775
|
"kind": "function",
|
|
1779
|
-
"signature": "function
|
|
1776
|
+
"signature": "function discoverConfiguredVersionStateFiles(cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd))",
|
|
1780
1777
|
"parameters": [
|
|
1781
1778
|
{
|
|
1782
1779
|
"name": "cwd",
|
|
1783
1780
|
"signature": "cwd = process.cwd()"
|
|
1784
1781
|
},
|
|
1785
1782
|
{
|
|
1786
|
-
"name": "
|
|
1787
|
-
"signature": "
|
|
1783
|
+
"name": "loadedConfig",
|
|
1784
|
+
"signature": "loadedConfig = loadBuildchainConfig(cwd)"
|
|
1788
1785
|
}
|
|
1789
1786
|
],
|
|
1790
1787
|
"returns": "unknown",
|
|
@@ -1796,9 +1793,9 @@
|
|
|
1796
1793
|
],
|
|
1797
1794
|
"source": {
|
|
1798
1795
|
"path": "packages/core/buildchain-config.js",
|
|
1799
|
-
"line":
|
|
1796
|
+
"line": 1488
|
|
1800
1797
|
},
|
|
1801
|
-
"example": "import {
|
|
1798
|
+
"example": "import { discoverConfiguredVersionStateFiles } from \"@kungfu-tech/buildchain\";",
|
|
1802
1799
|
"maturity": "stable",
|
|
1803
1800
|
"audience": [
|
|
1804
1801
|
"developer",
|
|
@@ -1806,23 +1803,32 @@
|
|
|
1806
1803
|
]
|
|
1807
1804
|
},
|
|
1808
1805
|
{
|
|
1809
|
-
"id": "packages/core/buildchain-
|
|
1810
|
-
"name": "
|
|
1811
|
-
"kind": "
|
|
1812
|
-
"signature": "
|
|
1813
|
-
"parameters": [
|
|
1814
|
-
|
|
1806
|
+
"id": "packages/core/buildchain-config.js#getLifecycleStage",
|
|
1807
|
+
"name": "getLifecycleStage",
|
|
1808
|
+
"kind": "function",
|
|
1809
|
+
"signature": "function getLifecycleStage(loadedConfig, name)",
|
|
1810
|
+
"parameters": [
|
|
1811
|
+
{
|
|
1812
|
+
"name": "loadedConfig",
|
|
1813
|
+
"signature": "loadedConfig"
|
|
1814
|
+
},
|
|
1815
|
+
{
|
|
1816
|
+
"name": "name",
|
|
1817
|
+
"signature": "name"
|
|
1818
|
+
}
|
|
1819
|
+
],
|
|
1820
|
+
"returns": "unknown",
|
|
1815
1821
|
"errors": [
|
|
1816
|
-
"
|
|
1822
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
1817
1823
|
],
|
|
1818
1824
|
"sideEffects": [
|
|
1819
|
-
"none-
|
|
1825
|
+
"none-detected-by-static-source-scan"
|
|
1820
1826
|
],
|
|
1821
1827
|
"source": {
|
|
1822
|
-
"path": "packages/core/buildchain-
|
|
1823
|
-
"line":
|
|
1828
|
+
"path": "packages/core/buildchain-config.js",
|
|
1829
|
+
"line": 1432
|
|
1824
1830
|
},
|
|
1825
|
-
"example": "import {
|
|
1831
|
+
"example": "import { getLifecycleStage } from \"@kungfu-tech/buildchain\";",
|
|
1826
1832
|
"maturity": "stable",
|
|
1827
1833
|
"audience": [
|
|
1828
1834
|
"developer",
|
|
@@ -1830,23 +1836,28 @@
|
|
|
1830
1836
|
]
|
|
1831
1837
|
},
|
|
1832
1838
|
{
|
|
1833
|
-
"id": "packages/core/buildchain-
|
|
1834
|
-
"name": "
|
|
1835
|
-
"kind": "
|
|
1836
|
-
"signature": "
|
|
1837
|
-
"parameters": [
|
|
1838
|
-
|
|
1839
|
+
"id": "packages/core/buildchain-config.js#getNativeDiagnosticsProfile",
|
|
1840
|
+
"name": "getNativeDiagnosticsProfile",
|
|
1841
|
+
"kind": "function",
|
|
1842
|
+
"signature": "function getNativeDiagnosticsProfile(loadedConfig)",
|
|
1843
|
+
"parameters": [
|
|
1844
|
+
{
|
|
1845
|
+
"name": "loadedConfig",
|
|
1846
|
+
"signature": "loadedConfig"
|
|
1847
|
+
}
|
|
1848
|
+
],
|
|
1849
|
+
"returns": "unknown",
|
|
1839
1850
|
"errors": [
|
|
1840
|
-
"
|
|
1851
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
1841
1852
|
],
|
|
1842
1853
|
"sideEffects": [
|
|
1843
|
-
"none-
|
|
1854
|
+
"none-detected-by-static-source-scan"
|
|
1844
1855
|
],
|
|
1845
1856
|
"source": {
|
|
1846
|
-
"path": "packages/core/buildchain-
|
|
1847
|
-
"line":
|
|
1857
|
+
"path": "packages/core/buildchain-config.js",
|
|
1858
|
+
"line": 585
|
|
1848
1859
|
},
|
|
1849
|
-
"example": "import {
|
|
1860
|
+
"example": "import { getNativeDiagnosticsProfile } from \"@kungfu-tech/buildchain\";",
|
|
1850
1861
|
"maturity": "stable",
|
|
1851
1862
|
"audience": [
|
|
1852
1863
|
"developer",
|
|
@@ -1854,22 +1865,14 @@
|
|
|
1854
1865
|
]
|
|
1855
1866
|
},
|
|
1856
1867
|
{
|
|
1857
|
-
"id": "packages/core/buildchain-
|
|
1858
|
-
"name": "
|
|
1868
|
+
"id": "packages/core/buildchain-config.js#getPublishContract",
|
|
1869
|
+
"name": "getPublishContract",
|
|
1859
1870
|
"kind": "function",
|
|
1860
|
-
"signature": "function
|
|
1871
|
+
"signature": "function getPublishContract(loadedConfig)",
|
|
1861
1872
|
"parameters": [
|
|
1862
1873
|
{
|
|
1863
|
-
"name": "
|
|
1864
|
-
"signature": "
|
|
1865
|
-
},
|
|
1866
|
-
{
|
|
1867
|
-
"name": "runtimeRef",
|
|
1868
|
-
"signature": "runtimeRef = \"\""
|
|
1869
|
-
},
|
|
1870
|
-
{
|
|
1871
|
-
"name": "runtimeSha",
|
|
1872
|
-
"signature": "runtimeSha = \"\""
|
|
1874
|
+
"name": "loadedConfig",
|
|
1875
|
+
"signature": "loadedConfig"
|
|
1873
1876
|
}
|
|
1874
1877
|
],
|
|
1875
1878
|
"returns": "unknown",
|
|
@@ -1880,10 +1883,10 @@
|
|
|
1880
1883
|
"none-detected-by-static-source-scan"
|
|
1881
1884
|
],
|
|
1882
1885
|
"source": {
|
|
1883
|
-
"path": "packages/core/buildchain-
|
|
1884
|
-
"line":
|
|
1886
|
+
"path": "packages/core/buildchain-config.js",
|
|
1887
|
+
"line": 1436
|
|
1885
1888
|
},
|
|
1886
|
-
"example": "import {
|
|
1889
|
+
"example": "import { getPublishContract } from \"@kungfu-tech/buildchain\";",
|
|
1887
1890
|
"maturity": "stable",
|
|
1888
1891
|
"audience": [
|
|
1889
1892
|
"developer",
|
|
@@ -1891,14 +1894,14 @@
|
|
|
1891
1894
|
]
|
|
1892
1895
|
},
|
|
1893
1896
|
{
|
|
1894
|
-
"id": "packages/core/buildchain-
|
|
1895
|
-
"name": "
|
|
1897
|
+
"id": "packages/core/buildchain-config.js#getStableReleasePolicy",
|
|
1898
|
+
"name": "getStableReleasePolicy",
|
|
1896
1899
|
"kind": "function",
|
|
1897
|
-
"signature": "function
|
|
1900
|
+
"signature": "function getStableReleasePolicy(loadedConfig)",
|
|
1898
1901
|
"parameters": [
|
|
1899
1902
|
{
|
|
1900
|
-
"name": "
|
|
1901
|
-
"signature": "
|
|
1903
|
+
"name": "loadedConfig",
|
|
1904
|
+
"signature": "loadedConfig"
|
|
1902
1905
|
}
|
|
1903
1906
|
],
|
|
1904
1907
|
"returns": "unknown",
|
|
@@ -1909,10 +1912,10 @@
|
|
|
1909
1912
|
"none-detected-by-static-source-scan"
|
|
1910
1913
|
],
|
|
1911
1914
|
"source": {
|
|
1912
|
-
"path": "packages/core/buildchain-
|
|
1913
|
-
"line":
|
|
1915
|
+
"path": "packages/core/buildchain-config.js",
|
|
1916
|
+
"line": 353
|
|
1914
1917
|
},
|
|
1915
|
-
"example": "import {
|
|
1918
|
+
"example": "import { getStableReleasePolicy } from \"@kungfu-tech/buildchain\";",
|
|
1916
1919
|
"maturity": "stable",
|
|
1917
1920
|
"audience": [
|
|
1918
1921
|
"developer",
|
|
@@ -1920,14 +1923,14 @@
|
|
|
1920
1923
|
]
|
|
1921
1924
|
},
|
|
1922
1925
|
{
|
|
1923
|
-
"id": "packages/core/buildchain-
|
|
1924
|
-
"name": "
|
|
1926
|
+
"id": "packages/core/buildchain-config.js#getVersionStrategy",
|
|
1927
|
+
"name": "getVersionStrategy",
|
|
1925
1928
|
"kind": "function",
|
|
1926
|
-
"signature": "function
|
|
1929
|
+
"signature": "function getVersionStrategy(loadedConfig)",
|
|
1927
1930
|
"parameters": [
|
|
1928
1931
|
{
|
|
1929
|
-
"name": "
|
|
1930
|
-
"signature": "
|
|
1932
|
+
"name": "loadedConfig",
|
|
1933
|
+
"signature": "loadedConfig"
|
|
1931
1934
|
}
|
|
1932
1935
|
],
|
|
1933
1936
|
"returns": "unknown",
|
|
@@ -1938,10 +1941,10 @@
|
|
|
1938
1941
|
"none-detected-by-static-source-scan"
|
|
1939
1942
|
],
|
|
1940
1943
|
"source": {
|
|
1941
|
-
"path": "packages/core/buildchain-
|
|
1942
|
-
"line":
|
|
1944
|
+
"path": "packages/core/buildchain-config.js",
|
|
1945
|
+
"line": 1560
|
|
1943
1946
|
},
|
|
1944
|
-
"example": "import {
|
|
1947
|
+
"example": "import { getVersionStrategy } from \"@kungfu-tech/buildchain\";",
|
|
1945
1948
|
"maturity": "stable",
|
|
1946
1949
|
"audience": [
|
|
1947
1950
|
"developer",
|
|
@@ -1949,14 +1952,14 @@
|
|
|
1949
1952
|
]
|
|
1950
1953
|
},
|
|
1951
1954
|
{
|
|
1952
|
-
"id": "packages/core/buildchain-
|
|
1953
|
-
"name": "
|
|
1955
|
+
"id": "packages/core/buildchain-config.js#loadBuildchainConfig",
|
|
1956
|
+
"name": "loadBuildchainConfig",
|
|
1954
1957
|
"kind": "function",
|
|
1955
|
-
"signature": "function
|
|
1958
|
+
"signature": "function loadBuildchainConfig(cwd = process.cwd())",
|
|
1956
1959
|
"parameters": [
|
|
1957
1960
|
{
|
|
1958
|
-
"name": "
|
|
1959
|
-
"signature": "
|
|
1961
|
+
"name": "cwd",
|
|
1962
|
+
"signature": "cwd = process.cwd()"
|
|
1960
1963
|
}
|
|
1961
1964
|
],
|
|
1962
1965
|
"returns": "unknown",
|
|
@@ -1967,10 +1970,10 @@
|
|
|
1967
1970
|
"none-detected-by-static-source-scan"
|
|
1968
1971
|
],
|
|
1969
1972
|
"source": {
|
|
1970
|
-
"path": "packages/core/buildchain-
|
|
1971
|
-
"line":
|
|
1973
|
+
"path": "packages/core/buildchain-config.js",
|
|
1974
|
+
"line": 183
|
|
1972
1975
|
},
|
|
1973
|
-
"example": "import {
|
|
1976
|
+
"example": "import { loadBuildchainConfig } from \"@kungfu-tech/buildchain\";",
|
|
1974
1977
|
"maturity": "stable",
|
|
1975
1978
|
"audience": [
|
|
1976
1979
|
"developer",
|
|
@@ -1978,28 +1981,32 @@
|
|
|
1978
1981
|
]
|
|
1979
1982
|
},
|
|
1980
1983
|
{
|
|
1981
|
-
"id": "packages/core/buildchain-
|
|
1982
|
-
"name": "
|
|
1984
|
+
"id": "packages/core/buildchain-config.js#loadConfiguredAnchorManifest",
|
|
1985
|
+
"name": "loadConfiguredAnchorManifest",
|
|
1983
1986
|
"kind": "function",
|
|
1984
|
-
"signature": "function
|
|
1987
|
+
"signature": "function loadConfiguredAnchorManifest(cwd = process.cwd(), loadedConfig = loadBuildchainConfig(cwd))",
|
|
1985
1988
|
"parameters": [
|
|
1986
1989
|
{
|
|
1987
|
-
"name": "
|
|
1988
|
-
"signature": "
|
|
1990
|
+
"name": "cwd",
|
|
1991
|
+
"signature": "cwd = process.cwd()"
|
|
1992
|
+
},
|
|
1993
|
+
{
|
|
1994
|
+
"name": "loadedConfig",
|
|
1995
|
+
"signature": "loadedConfig = loadBuildchainConfig(cwd)"
|
|
1989
1996
|
}
|
|
1990
1997
|
],
|
|
1991
1998
|
"returns": "unknown",
|
|
1992
1999
|
"errors": [
|
|
1993
|
-
"
|
|
2000
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
1994
2001
|
],
|
|
1995
2002
|
"sideEffects": [
|
|
1996
2003
|
"none-detected-by-static-source-scan"
|
|
1997
2004
|
],
|
|
1998
2005
|
"source": {
|
|
1999
|
-
"path": "packages/core/buildchain-
|
|
2000
|
-
"line":
|
|
2006
|
+
"path": "packages/core/buildchain-config.js",
|
|
2007
|
+
"line": 1569
|
|
2001
2008
|
},
|
|
2002
|
-
"example": "import {
|
|
2009
|
+
"example": "import { loadConfiguredAnchorManifest } from \"@kungfu-tech/buildchain\";",
|
|
2003
2010
|
"maturity": "stable",
|
|
2004
2011
|
"audience": [
|
|
2005
2012
|
"developer",
|
|
@@ -2007,14 +2014,14 @@
|
|
|
2007
2014
|
]
|
|
2008
2015
|
},
|
|
2009
2016
|
{
|
|
2010
|
-
"id": "packages/core/buildchain-
|
|
2011
|
-
"name": "
|
|
2017
|
+
"id": "packages/core/buildchain-config.js#normalizeBuildchainConfig",
|
|
2018
|
+
"name": "normalizeBuildchainConfig",
|
|
2012
2019
|
"kind": "function",
|
|
2013
|
-
"signature": "function
|
|
2020
|
+
"signature": "function normalizeBuildchainConfig(config)",
|
|
2014
2021
|
"parameters": [
|
|
2015
2022
|
{
|
|
2016
|
-
"name": "
|
|
2017
|
-
"signature": "
|
|
2023
|
+
"name": "config",
|
|
2024
|
+
"signature": "config"
|
|
2018
2025
|
}
|
|
2019
2026
|
],
|
|
2020
2027
|
"returns": "unknown",
|
|
@@ -2025,10 +2032,10 @@
|
|
|
2025
2032
|
"none-detected-by-static-source-scan"
|
|
2026
2033
|
],
|
|
2027
2034
|
"source": {
|
|
2028
|
-
"path": "packages/core/buildchain-
|
|
2029
|
-
"line":
|
|
2035
|
+
"path": "packages/core/buildchain-config.js",
|
|
2036
|
+
"line": 206
|
|
2030
2037
|
},
|
|
2031
|
-
"example": "import {
|
|
2038
|
+
"example": "import { normalizeBuildchainConfig } from \"@kungfu-tech/buildchain\";",
|
|
2032
2039
|
"maturity": "stable",
|
|
2033
2040
|
"audience": [
|
|
2034
2041
|
"developer",
|
|
@@ -2036,14 +2043,22 @@
|
|
|
2036
2043
|
]
|
|
2037
2044
|
},
|
|
2038
2045
|
{
|
|
2039
|
-
"id": "packages/core/buildchain-
|
|
2040
|
-
"name": "
|
|
2046
|
+
"id": "packages/core/buildchain-config.js#normalizeLifecycleStage",
|
|
2047
|
+
"name": "normalizeLifecycleStage",
|
|
2041
2048
|
"kind": "function",
|
|
2042
|
-
"signature": "function
|
|
2049
|
+
"signature": "function normalizeLifecycleStage(stage, label = \"lifecycle stage\", lifecycle = {})",
|
|
2043
2050
|
"parameters": [
|
|
2044
2051
|
{
|
|
2045
|
-
"name": "
|
|
2046
|
-
"signature": "
|
|
2052
|
+
"name": "stage",
|
|
2053
|
+
"signature": "stage"
|
|
2054
|
+
},
|
|
2055
|
+
{
|
|
2056
|
+
"name": "label",
|
|
2057
|
+
"signature": "label = \"lifecycle stage\""
|
|
2058
|
+
},
|
|
2059
|
+
{
|
|
2060
|
+
"name": "lifecycle",
|
|
2061
|
+
"signature": "lifecycle = {}"
|
|
2047
2062
|
}
|
|
2048
2063
|
],
|
|
2049
2064
|
"returns": "unknown",
|
|
@@ -2054,10 +2069,10 @@
|
|
|
2054
2069
|
"none-detected-by-static-source-scan"
|
|
2055
2070
|
],
|
|
2056
2071
|
"source": {
|
|
2057
|
-
"path": "packages/core/buildchain-
|
|
2058
|
-
"line":
|
|
2072
|
+
"path": "packages/core/buildchain-config.js",
|
|
2073
|
+
"line": 1393
|
|
2059
2074
|
},
|
|
2060
|
-
"example": "import {
|
|
2075
|
+
"example": "import { normalizeLifecycleStage } from \"@kungfu-tech/buildchain\";",
|
|
2061
2076
|
"maturity": "stable",
|
|
2062
2077
|
"audience": [
|
|
2063
2078
|
"developer",
|
|
@@ -2065,28 +2080,28 @@
|
|
|
2065
2080
|
]
|
|
2066
2081
|
},
|
|
2067
2082
|
{
|
|
2068
|
-
"id": "packages/core/buildchain-
|
|
2069
|
-
"name": "
|
|
2083
|
+
"id": "packages/core/buildchain-config.js#runLifecycleStage",
|
|
2084
|
+
"name": "runLifecycleStage",
|
|
2070
2085
|
"kind": "function",
|
|
2071
|
-
"signature": "function
|
|
2086
|
+
"signature": "function runLifecycleStage({ cwd = process.cwd(), loadedConfig, name, stage, env: extraEnv, timeoutMinutes })",
|
|
2072
2087
|
"parameters": [
|
|
2073
2088
|
{
|
|
2074
2089
|
"name": "parameter1",
|
|
2075
|
-
"signature": "{
|
|
2090
|
+
"signature": "{ cwd = process.cwd(), loadedConfig, name, stage, env: extraEnv, timeoutMinutes }"
|
|
2076
2091
|
}
|
|
2077
2092
|
],
|
|
2078
2093
|
"returns": "unknown",
|
|
2079
2094
|
"errors": [
|
|
2080
|
-
"
|
|
2095
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
2081
2096
|
],
|
|
2082
2097
|
"sideEffects": [
|
|
2083
|
-
"
|
|
2098
|
+
"subprocess"
|
|
2084
2099
|
],
|
|
2085
2100
|
"source": {
|
|
2086
|
-
"path": "packages/core/buildchain-
|
|
2087
|
-
"line":
|
|
2101
|
+
"path": "packages/core/buildchain-config.js",
|
|
2102
|
+
"line": 1440
|
|
2088
2103
|
},
|
|
2089
|
-
"example": "import {
|
|
2104
|
+
"example": "import { runLifecycleStage } from \"@kungfu-tech/buildchain\";",
|
|
2090
2105
|
"maturity": "stable",
|
|
2091
2106
|
"audience": [
|
|
2092
2107
|
"developer",
|
|
@@ -2094,28 +2109,32 @@
|
|
|
2094
2109
|
]
|
|
2095
2110
|
},
|
|
2096
2111
|
{
|
|
2097
|
-
"id": "packages/core/buildchain-
|
|
2098
|
-
"name": "
|
|
2112
|
+
"id": "packages/core/buildchain-config.js#updateConfiguredVersionStateContents",
|
|
2113
|
+
"name": "updateConfiguredVersionStateContents",
|
|
2099
2114
|
"kind": "function",
|
|
2100
|
-
"signature": "function
|
|
2115
|
+
"signature": "function updateConfiguredVersionStateContents(files, version)",
|
|
2101
2116
|
"parameters": [
|
|
2102
2117
|
{
|
|
2103
|
-
"name": "
|
|
2104
|
-
"signature": "
|
|
2118
|
+
"name": "files",
|
|
2119
|
+
"signature": "files"
|
|
2120
|
+
},
|
|
2121
|
+
{
|
|
2122
|
+
"name": "version",
|
|
2123
|
+
"signature": "version"
|
|
2105
2124
|
}
|
|
2106
2125
|
],
|
|
2107
2126
|
"returns": "unknown",
|
|
2108
2127
|
"errors": [
|
|
2109
|
-
"
|
|
2128
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
2110
2129
|
],
|
|
2111
2130
|
"sideEffects": [
|
|
2112
|
-
"
|
|
2131
|
+
"may-write-or-invoke-external-actions"
|
|
2113
2132
|
],
|
|
2114
2133
|
"source": {
|
|
2115
|
-
"path": "packages/core/buildchain-
|
|
2116
|
-
"line":
|
|
2134
|
+
"path": "packages/core/buildchain-config.js",
|
|
2135
|
+
"line": 1740
|
|
2117
2136
|
},
|
|
2118
|
-
"example": "import {
|
|
2137
|
+
"example": "import { updateConfiguredVersionStateContents } from \"@kungfu-tech/buildchain\";",
|
|
2119
2138
|
"maturity": "stable",
|
|
2120
2139
|
"audience": [
|
|
2121
2140
|
"developer",
|
|
@@ -2123,28 +2142,32 @@
|
|
|
2123
2142
|
]
|
|
2124
2143
|
},
|
|
2125
2144
|
{
|
|
2126
|
-
"id": "packages/core/buildchain-
|
|
2127
|
-
"name": "
|
|
2145
|
+
"id": "packages/core/buildchain-config.js#validateBuildchainConfig",
|
|
2146
|
+
"name": "validateBuildchainConfig",
|
|
2128
2147
|
"kind": "function",
|
|
2129
|
-
"signature": "function
|
|
2148
|
+
"signature": "function validateBuildchainConfig(cwd = process.cwd(), { requireConfig = true, requireVersionState = false, requireLifecycleStages = [], } = {})",
|
|
2130
2149
|
"parameters": [
|
|
2131
2150
|
{
|
|
2132
|
-
"name": "
|
|
2133
|
-
"signature": "
|
|
2151
|
+
"name": "cwd",
|
|
2152
|
+
"signature": "cwd = process.cwd()"
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"name": "parameter2",
|
|
2156
|
+
"signature": "{ requireConfig = true, requireVersionState = false, requireLifecycleStages = [], } = {}"
|
|
2134
2157
|
}
|
|
2135
2158
|
],
|
|
2136
2159
|
"returns": "unknown",
|
|
2137
2160
|
"errors": [
|
|
2138
|
-
"
|
|
2161
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
2139
2162
|
],
|
|
2140
2163
|
"sideEffects": [
|
|
2141
2164
|
"none-detected-by-static-source-scan"
|
|
2142
2165
|
],
|
|
2143
2166
|
"source": {
|
|
2144
|
-
"path": "packages/core/buildchain-
|
|
2145
|
-
"line":
|
|
2167
|
+
"path": "packages/core/buildchain-config.js",
|
|
2168
|
+
"line": 1607
|
|
2146
2169
|
},
|
|
2147
|
-
"example": "import {
|
|
2170
|
+
"example": "import { validateBuildchainConfig } from \"@kungfu-tech/buildchain\";",
|
|
2148
2171
|
"maturity": "stable",
|
|
2149
2172
|
"audience": [
|
|
2150
2173
|
"developer",
|
|
@@ -2152,17 +2175,94 @@
|
|
|
2152
2175
|
]
|
|
2153
2176
|
},
|
|
2154
2177
|
{
|
|
2155
|
-
"id": "packages/core/buildchain-contract.js#
|
|
2156
|
-
"name": "
|
|
2157
|
-
"kind": "
|
|
2158
|
-
"signature": "
|
|
2159
|
-
"parameters": [
|
|
2160
|
-
|
|
2161
|
-
|
|
2162
|
-
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2178
|
+
"id": "packages/core/buildchain-contract.js#BUILDCHAIN_CONTRACT_LOCK",
|
|
2179
|
+
"name": "BUILDCHAIN_CONTRACT_LOCK",
|
|
2180
|
+
"kind": "constant",
|
|
2181
|
+
"signature": "const BUILDCHAIN_CONTRACT_LOCK",
|
|
2182
|
+
"parameters": [],
|
|
2183
|
+
"returns": "value",
|
|
2184
|
+
"errors": [
|
|
2185
|
+
"Import does not declare a throw contract."
|
|
2186
|
+
],
|
|
2187
|
+
"sideEffects": [
|
|
2188
|
+
"none-on-import"
|
|
2189
|
+
],
|
|
2190
|
+
"source": {
|
|
2191
|
+
"path": "packages/core/buildchain-contract.js",
|
|
2192
|
+
"line": 29
|
|
2193
|
+
},
|
|
2194
|
+
"example": "import { BUILDCHAIN_CONTRACT_LOCK } from \"@kungfu-tech/buildchain\";",
|
|
2195
|
+
"maturity": "stable",
|
|
2196
|
+
"audience": [
|
|
2197
|
+
"developer",
|
|
2198
|
+
"agent"
|
|
2199
|
+
]
|
|
2200
|
+
},
|
|
2201
|
+
{
|
|
2202
|
+
"id": "packages/core/buildchain-contract.js#BUILDCHAIN_RUNTIME_CONTRACT_WORLD",
|
|
2203
|
+
"name": "BUILDCHAIN_RUNTIME_CONTRACT_WORLD",
|
|
2204
|
+
"kind": "constant",
|
|
2205
|
+
"signature": "const BUILDCHAIN_RUNTIME_CONTRACT_WORLD",
|
|
2206
|
+
"parameters": [],
|
|
2207
|
+
"returns": "value",
|
|
2208
|
+
"errors": [
|
|
2209
|
+
"Import does not declare a throw contract."
|
|
2210
|
+
],
|
|
2211
|
+
"sideEffects": [
|
|
2212
|
+
"none-on-import"
|
|
2213
|
+
],
|
|
2214
|
+
"source": {
|
|
2215
|
+
"path": "packages/core/buildchain-contract.js",
|
|
2216
|
+
"line": 28
|
|
2217
|
+
},
|
|
2218
|
+
"example": "import { BUILDCHAIN_RUNTIME_CONTRACT_WORLD } from \"@kungfu-tech/buildchain\";",
|
|
2219
|
+
"maturity": "stable",
|
|
2220
|
+
"audience": [
|
|
2221
|
+
"developer",
|
|
2222
|
+
"agent"
|
|
2223
|
+
]
|
|
2224
|
+
},
|
|
2225
|
+
{
|
|
2226
|
+
"id": "packages/core/buildchain-contract.js#createBuildchainContractLock",
|
|
2227
|
+
"name": "createBuildchainContractLock",
|
|
2228
|
+
"kind": "function",
|
|
2229
|
+
"signature": "function createBuildchainContractLock({ buildchainRef = \"v3\", resolvedSha = \"\", contractWorld, compatibilityPolicy = DEFAULT_POLICY, acceptedAt = new Date().toISOString(), } = {})",
|
|
2230
|
+
"parameters": [
|
|
2231
|
+
{
|
|
2232
|
+
"name": "parameter1",
|
|
2233
|
+
"signature": "{ buildchainRef = \"v3\", resolvedSha = \"\", contractWorld, compatibilityPolicy = DEFAULT_POLICY, acceptedAt = new Date().toISOString(), } = {}"
|
|
2234
|
+
}
|
|
2235
|
+
],
|
|
2236
|
+
"returns": "unknown",
|
|
2237
|
+
"errors": [
|
|
2238
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
2239
|
+
],
|
|
2240
|
+
"sideEffects": [
|
|
2241
|
+
"none-detected-by-static-source-scan"
|
|
2242
|
+
],
|
|
2243
|
+
"source": {
|
|
2244
|
+
"path": "packages/core/buildchain-contract.js",
|
|
2245
|
+
"line": 839
|
|
2246
|
+
},
|
|
2247
|
+
"example": "import { createBuildchainContractLock } from \"@kungfu-tech/buildchain\";",
|
|
2248
|
+
"maturity": "stable",
|
|
2249
|
+
"audience": [
|
|
2250
|
+
"developer",
|
|
2251
|
+
"agent"
|
|
2252
|
+
]
|
|
2253
|
+
},
|
|
2254
|
+
{
|
|
2255
|
+
"id": "packages/core/buildchain-contract.js#createBuildchainContractWorld",
|
|
2256
|
+
"name": "createBuildchainContractWorld",
|
|
2257
|
+
"kind": "function",
|
|
2258
|
+
"signature": "function createBuildchainContractWorld({ root = process.cwd(), packageJson = undefined, controllerRegistry = undefined, } = {})",
|
|
2259
|
+
"parameters": [
|
|
2260
|
+
{
|
|
2261
|
+
"name": "parameter1",
|
|
2262
|
+
"signature": "{ root = process.cwd(), packageJson = undefined, controllerRegistry = undefined, } = {}"
|
|
2263
|
+
}
|
|
2264
|
+
],
|
|
2265
|
+
"returns": "unknown",
|
|
2166
2266
|
"errors": [
|
|
2167
2267
|
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
2168
2268
|
],
|
|
@@ -2171,7 +2271,181 @@
|
|
|
2171
2271
|
],
|
|
2172
2272
|
"source": {
|
|
2173
2273
|
"path": "packages/core/buildchain-contract.js",
|
|
2174
|
-
"line":
|
|
2274
|
+
"line": 130
|
|
2275
|
+
},
|
|
2276
|
+
"example": "import { createBuildchainContractWorld } from \"@kungfu-tech/buildchain\";",
|
|
2277
|
+
"maturity": "stable",
|
|
2278
|
+
"audience": [
|
|
2279
|
+
"developer",
|
|
2280
|
+
"agent"
|
|
2281
|
+
]
|
|
2282
|
+
},
|
|
2283
|
+
{
|
|
2284
|
+
"id": "packages/core/buildchain-contract.js#finalizeBuildchainContractWorld",
|
|
2285
|
+
"name": "finalizeBuildchainContractWorld",
|
|
2286
|
+
"kind": "function",
|
|
2287
|
+
"signature": "function finalizeBuildchainContractWorld(contractWorld)",
|
|
2288
|
+
"parameters": [
|
|
2289
|
+
{
|
|
2290
|
+
"name": "contractWorld",
|
|
2291
|
+
"signature": "contractWorld"
|
|
2292
|
+
}
|
|
2293
|
+
],
|
|
2294
|
+
"returns": "unknown",
|
|
2295
|
+
"errors": [
|
|
2296
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
2297
|
+
],
|
|
2298
|
+
"sideEffects": [
|
|
2299
|
+
"none-detected-by-static-source-scan"
|
|
2300
|
+
],
|
|
2301
|
+
"source": {
|
|
2302
|
+
"path": "packages/core/buildchain-contract.js",
|
|
2303
|
+
"line": 794
|
|
2304
|
+
},
|
|
2305
|
+
"example": "import { finalizeBuildchainContractWorld } from \"@kungfu-tech/buildchain\";",
|
|
2306
|
+
"maturity": "stable",
|
|
2307
|
+
"audience": [
|
|
2308
|
+
"developer",
|
|
2309
|
+
"agent"
|
|
2310
|
+
]
|
|
2311
|
+
},
|
|
2312
|
+
{
|
|
2313
|
+
"id": "packages/core/buildchain-contract.js#readBuildchainContractLock",
|
|
2314
|
+
"name": "readBuildchainContractLock",
|
|
2315
|
+
"kind": "function",
|
|
2316
|
+
"signature": "function readBuildchainContractLock(filePath)",
|
|
2317
|
+
"parameters": [
|
|
2318
|
+
{
|
|
2319
|
+
"name": "filePath",
|
|
2320
|
+
"signature": "filePath"
|
|
2321
|
+
}
|
|
2322
|
+
],
|
|
2323
|
+
"returns": "unknown",
|
|
2324
|
+
"errors": [
|
|
2325
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
2326
|
+
],
|
|
2327
|
+
"sideEffects": [
|
|
2328
|
+
"none-detected-by-static-source-scan"
|
|
2329
|
+
],
|
|
2330
|
+
"source": {
|
|
2331
|
+
"path": "packages/core/buildchain-contract.js",
|
|
2332
|
+
"line": 893
|
|
2333
|
+
},
|
|
2334
|
+
"example": "import { readBuildchainContractLock } from \"@kungfu-tech/buildchain\";",
|
|
2335
|
+
"maturity": "stable",
|
|
2336
|
+
"audience": [
|
|
2337
|
+
"developer",
|
|
2338
|
+
"agent"
|
|
2339
|
+
]
|
|
2340
|
+
},
|
|
2341
|
+
{
|
|
2342
|
+
"id": "packages/core/buildchain-contract.js#readBuildchainContractWorld",
|
|
2343
|
+
"name": "readBuildchainContractWorld",
|
|
2344
|
+
"kind": "function",
|
|
2345
|
+
"signature": "function readBuildchainContractWorld(filePath)",
|
|
2346
|
+
"parameters": [
|
|
2347
|
+
{
|
|
2348
|
+
"name": "filePath",
|
|
2349
|
+
"signature": "filePath"
|
|
2350
|
+
}
|
|
2351
|
+
],
|
|
2352
|
+
"returns": "unknown",
|
|
2353
|
+
"errors": [
|
|
2354
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
2355
|
+
],
|
|
2356
|
+
"sideEffects": [
|
|
2357
|
+
"none-detected-by-static-source-scan"
|
|
2358
|
+
],
|
|
2359
|
+
"source": {
|
|
2360
|
+
"path": "packages/core/buildchain-contract.js",
|
|
2361
|
+
"line": 872
|
|
2362
|
+
},
|
|
2363
|
+
"example": "import { readBuildchainContractWorld } from \"@kungfu-tech/buildchain\";",
|
|
2364
|
+
"maturity": "stable",
|
|
2365
|
+
"audience": [
|
|
2366
|
+
"developer",
|
|
2367
|
+
"agent"
|
|
2368
|
+
]
|
|
2369
|
+
},
|
|
2370
|
+
{
|
|
2371
|
+
"id": "packages/core/buildchain-contract.js#sha256BuildchainContractJson",
|
|
2372
|
+
"name": "sha256BuildchainContractJson",
|
|
2373
|
+
"kind": "function",
|
|
2374
|
+
"signature": "function sha256Json(value)",
|
|
2375
|
+
"parameters": [
|
|
2376
|
+
{
|
|
2377
|
+
"name": "value",
|
|
2378
|
+
"signature": "value"
|
|
2379
|
+
}
|
|
2380
|
+
],
|
|
2381
|
+
"returns": "unknown",
|
|
2382
|
+
"errors": [
|
|
2383
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
2384
|
+
],
|
|
2385
|
+
"sideEffects": [
|
|
2386
|
+
"none-detected-by-static-source-scan"
|
|
2387
|
+
],
|
|
2388
|
+
"source": {
|
|
2389
|
+
"path": "packages/core/buildchain-contract.js",
|
|
2390
|
+
"line": 50
|
|
2391
|
+
},
|
|
2392
|
+
"example": "import { sha256BuildchainContractJson } from \"@kungfu-tech/buildchain\";",
|
|
2393
|
+
"maturity": "stable",
|
|
2394
|
+
"audience": [
|
|
2395
|
+
"developer",
|
|
2396
|
+
"agent"
|
|
2397
|
+
]
|
|
2398
|
+
},
|
|
2399
|
+
{
|
|
2400
|
+
"id": "packages/core/buildchain-contract.js#sha256File",
|
|
2401
|
+
"name": "sha256File",
|
|
2402
|
+
"kind": "function",
|
|
2403
|
+
"signature": "function sha256File(filePath)",
|
|
2404
|
+
"parameters": [
|
|
2405
|
+
{
|
|
2406
|
+
"name": "filePath",
|
|
2407
|
+
"signature": "filePath"
|
|
2408
|
+
}
|
|
2409
|
+
],
|
|
2410
|
+
"returns": "unknown",
|
|
2411
|
+
"errors": [
|
|
2412
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
2413
|
+
],
|
|
2414
|
+
"sideEffects": [
|
|
2415
|
+
"none-detected-by-static-source-scan"
|
|
2416
|
+
],
|
|
2417
|
+
"source": {
|
|
2418
|
+
"path": "packages/core/buildchain-contract.js",
|
|
2419
|
+
"line": 54
|
|
2420
|
+
},
|
|
2421
|
+
"example": "import { sha256File } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
2422
|
+
"maturity": "stable",
|
|
2423
|
+
"audience": [
|
|
2424
|
+
"developer",
|
|
2425
|
+
"agent"
|
|
2426
|
+
]
|
|
2427
|
+
},
|
|
2428
|
+
{
|
|
2429
|
+
"id": "packages/core/buildchain-contract.js#sha256Json",
|
|
2430
|
+
"name": "sha256Json",
|
|
2431
|
+
"kind": "function",
|
|
2432
|
+
"signature": "function sha256Json(value)",
|
|
2433
|
+
"parameters": [
|
|
2434
|
+
{
|
|
2435
|
+
"name": "value",
|
|
2436
|
+
"signature": "value"
|
|
2437
|
+
}
|
|
2438
|
+
],
|
|
2439
|
+
"returns": "unknown",
|
|
2440
|
+
"errors": [
|
|
2441
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
2442
|
+
],
|
|
2443
|
+
"sideEffects": [
|
|
2444
|
+
"none-detected-by-static-source-scan"
|
|
2445
|
+
],
|
|
2446
|
+
"source": {
|
|
2447
|
+
"path": "packages/core/buildchain-contract.js",
|
|
2448
|
+
"line": 50
|
|
2175
2449
|
},
|
|
2176
2450
|
"example": "import { sha256Json } from \"@kungfu-tech/buildchain/buildchain-contract\";",
|
|
2177
2451
|
"maturity": "stable",
|
|
@@ -6200,7 +6474,7 @@
|
|
|
6200
6474
|
],
|
|
6201
6475
|
"source": {
|
|
6202
6476
|
"path": "packages/core/engineering-housekeeper-github-client.js",
|
|
6203
|
-
"line":
|
|
6477
|
+
"line": 54
|
|
6204
6478
|
},
|
|
6205
6479
|
"example": "import { GitHubHousekeeperClient } from \"@kungfu-tech/buildchain\";",
|
|
6206
6480
|
"maturity": "stable",
|
|
@@ -6224,7 +6498,7 @@
|
|
|
6224
6498
|
],
|
|
6225
6499
|
"source": {
|
|
6226
6500
|
"path": "packages/core/engineering-housekeeper-github-client.js",
|
|
6227
|
-
"line":
|
|
6501
|
+
"line": 37
|
|
6228
6502
|
},
|
|
6229
6503
|
"example": "import { GitHubHousekeeperProviderError } from \"@kungfu-tech/buildchain\";",
|
|
6230
6504
|
"maturity": "stable",
|
|
@@ -6253,7 +6527,7 @@
|
|
|
6253
6527
|
],
|
|
6254
6528
|
"source": {
|
|
6255
6529
|
"path": "packages/core/engineering-housekeeper-github.js",
|
|
6256
|
-
"line":
|
|
6530
|
+
"line": 615
|
|
6257
6531
|
},
|
|
6258
6532
|
"example": "import { applyGitHubHousekeeperPlan } from \"@kungfu-tech/buildchain\";",
|
|
6259
6533
|
"maturity": "stable",
|
|
@@ -6282,7 +6556,7 @@
|
|
|
6282
6556
|
],
|
|
6283
6557
|
"source": {
|
|
6284
6558
|
"path": "packages/core/engineering-housekeeper-github.js",
|
|
6285
|
-
"line":
|
|
6559
|
+
"line": 246
|
|
6286
6560
|
},
|
|
6287
6561
|
"example": "import { collectGitHubHousekeeperInventory } from \"@kungfu-tech/buildchain\";",
|
|
6288
6562
|
"maturity": "stable",
|
|
@@ -6311,7 +6585,7 @@
|
|
|
6311
6585
|
],
|
|
6312
6586
|
"source": {
|
|
6313
6587
|
"path": "packages/core/engineering-housekeeper-github.js",
|
|
6314
|
-
"line":
|
|
6588
|
+
"line": 697
|
|
6315
6589
|
},
|
|
6316
6590
|
"example": "import { formatGitHubHousekeeperPlan } from \"@kungfu-tech/buildchain\";",
|
|
6317
6591
|
"maturity": "stable",
|
|
@@ -6340,7 +6614,7 @@
|
|
|
6340
6614
|
],
|
|
6341
6615
|
"source": {
|
|
6342
6616
|
"path": "packages/core/engineering-housekeeper-github.js",
|
|
6343
|
-
"line":
|
|
6617
|
+
"line": 691
|
|
6344
6618
|
},
|
|
6345
6619
|
"example": "import { runGitHubHousekeeper } from \"@kungfu-tech/buildchain\";",
|
|
6346
6620
|
"maturity": "stable",
|
|
@@ -6373,7 +6647,7 @@
|
|
|
6373
6647
|
],
|
|
6374
6648
|
"source": {
|
|
6375
6649
|
"path": "packages/core/engineering-housekeeper.js",
|
|
6376
|
-
"line":
|
|
6650
|
+
"line": 105
|
|
6377
6651
|
},
|
|
6378
6652
|
"example": "import { classifyHousekeeperBranch } from \"@kungfu-tech/buildchain\";",
|
|
6379
6653
|
"maturity": "stable",
|
|
@@ -6406,7 +6680,7 @@
|
|
|
6406
6680
|
],
|
|
6407
6681
|
"source": {
|
|
6408
6682
|
"path": "packages/core/engineering-housekeeper.js",
|
|
6409
|
-
"line":
|
|
6683
|
+
"line": 144
|
|
6410
6684
|
},
|
|
6411
6685
|
"example": "import { classifyHousekeeperPullRequest } from \"@kungfu-tech/buildchain\";",
|
|
6412
6686
|
"maturity": "stable",
|
|
@@ -6439,7 +6713,7 @@
|
|
|
6439
6713
|
],
|
|
6440
6714
|
"source": {
|
|
6441
6715
|
"path": "packages/core/engineering-housekeeper.js",
|
|
6442
|
-
"line":
|
|
6716
|
+
"line": 265
|
|
6443
6717
|
},
|
|
6444
6718
|
"example": "import { classifyHousekeeperReplay } from \"@kungfu-tech/buildchain\";",
|
|
6445
6719
|
"maturity": "stable",
|
|
@@ -6468,7 +6742,7 @@
|
|
|
6468
6742
|
],
|
|
6469
6743
|
"source": {
|
|
6470
6744
|
"path": "packages/core/engineering-housekeeper.js",
|
|
6471
|
-
"line":
|
|
6745
|
+
"line": 170
|
|
6472
6746
|
},
|
|
6473
6747
|
"example": "import { createEngineeringHousekeeperPlan } from \"@kungfu-tech/buildchain\";",
|
|
6474
6748
|
"maturity": "stable",
|
|
@@ -6497,7 +6771,7 @@
|
|
|
6497
6771
|
],
|
|
6498
6772
|
"source": {
|
|
6499
6773
|
"path": "packages/core/engineering-housekeeper.js",
|
|
6500
|
-
"line":
|
|
6774
|
+
"line": 246
|
|
6501
6775
|
},
|
|
6502
6776
|
"example": "import { createEngineeringHousekeeperReceipt } from \"@kungfu-tech/buildchain\";",
|
|
6503
6777
|
"maturity": "stable",
|
|
@@ -6521,7 +6795,7 @@
|
|
|
6521
6795
|
],
|
|
6522
6796
|
"source": {
|
|
6523
6797
|
"path": "packages/core/engineering-housekeeper.js",
|
|
6524
|
-
"line":
|
|
6798
|
+
"line": 29
|
|
6525
6799
|
},
|
|
6526
6800
|
"example": "import { DEFAULT_HOUSEKEEPER_POLICY } from \"@kungfu-tech/buildchain\";",
|
|
6527
6801
|
"maturity": "stable",
|
|
@@ -6598,7 +6872,7 @@
|
|
|
6598
6872
|
],
|
|
6599
6873
|
"source": {
|
|
6600
6874
|
"path": "packages/core/engineering-housekeeper.js",
|
|
6601
|
-
"line":
|
|
6875
|
+
"line": 58
|
|
6602
6876
|
},
|
|
6603
6877
|
"example": "import { engineeringHousekeeperRoot } from \"@kungfu-tech/buildchain\";",
|
|
6604
6878
|
"maturity": "stable",
|
|
@@ -6659,7 +6933,7 @@
|
|
|
6659
6933
|
],
|
|
6660
6934
|
"source": {
|
|
6661
6935
|
"path": "packages/core/engineering-housekeeper.js",
|
|
6662
|
-
"line":
|
|
6936
|
+
"line": 223
|
|
6663
6937
|
},
|
|
6664
6938
|
"example": "import { revalidateHousekeeperBranchAction } from \"@kungfu-tech/buildchain\";",
|
|
6665
6939
|
"maturity": "stable",
|
|
@@ -18597,25 +18871,453 @@
|
|
|
18597
18871
|
"id": "packages/core/release-tail-provider-plane.js#createReleaseTailTransaction",
|
|
18598
18872
|
"name": "createReleaseTailTransaction",
|
|
18599
18873
|
"kind": "function",
|
|
18600
|
-
"signature": "function createReleaseTailTransaction(input)",
|
|
18874
|
+
"signature": "function createReleaseTailTransaction(input)",
|
|
18875
|
+
"parameters": [
|
|
18876
|
+
{
|
|
18877
|
+
"name": "input",
|
|
18878
|
+
"signature": "input"
|
|
18879
|
+
}
|
|
18880
|
+
],
|
|
18881
|
+
"returns": "unknown",
|
|
18882
|
+
"errors": [
|
|
18883
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
18884
|
+
],
|
|
18885
|
+
"sideEffects": [
|
|
18886
|
+
"none-detected-by-static-source-scan"
|
|
18887
|
+
],
|
|
18888
|
+
"source": {
|
|
18889
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
18890
|
+
"line": 697
|
|
18891
|
+
},
|
|
18892
|
+
"example": "import { createReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
|
|
18893
|
+
"maturity": "stable",
|
|
18894
|
+
"audience": [
|
|
18895
|
+
"developer",
|
|
18896
|
+
"agent"
|
|
18897
|
+
]
|
|
18898
|
+
},
|
|
18899
|
+
{
|
|
18900
|
+
"id": "packages/core/release-tail-provider-plane.js#executeReleaseTailTransaction",
|
|
18901
|
+
"name": "executeReleaseTailTransaction",
|
|
18902
|
+
"kind": "function",
|
|
18903
|
+
"signature": "async function executeReleaseTailTransaction(transaction, { adapters, checkpoint: checkpointCallback } = {})",
|
|
18904
|
+
"parameters": [
|
|
18905
|
+
{
|
|
18906
|
+
"name": "transaction",
|
|
18907
|
+
"signature": "transaction"
|
|
18908
|
+
},
|
|
18909
|
+
{
|
|
18910
|
+
"name": "parameter2",
|
|
18911
|
+
"signature": "{ adapters, checkpoint: checkpointCallback } = {}"
|
|
18912
|
+
}
|
|
18913
|
+
],
|
|
18914
|
+
"returns": "Promise<unknown>",
|
|
18915
|
+
"errors": [
|
|
18916
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
18917
|
+
],
|
|
18918
|
+
"sideEffects": [
|
|
18919
|
+
"may-write-or-invoke-external-actions"
|
|
18920
|
+
],
|
|
18921
|
+
"source": {
|
|
18922
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
18923
|
+
"line": 1016
|
|
18924
|
+
},
|
|
18925
|
+
"example": "import { executeReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
|
|
18926
|
+
"maturity": "stable",
|
|
18927
|
+
"audience": [
|
|
18928
|
+
"developer",
|
|
18929
|
+
"agent"
|
|
18930
|
+
]
|
|
18931
|
+
},
|
|
18932
|
+
{
|
|
18933
|
+
"id": "packages/core/release-tail-provider-plane.js#parseReleaseTailDeclaration",
|
|
18934
|
+
"name": "parseReleaseTailDeclaration",
|
|
18935
|
+
"kind": "function",
|
|
18936
|
+
"signature": "function parseReleaseTailDeclaration(input)",
|
|
18937
|
+
"parameters": [
|
|
18938
|
+
{
|
|
18939
|
+
"name": "input",
|
|
18940
|
+
"signature": "input"
|
|
18941
|
+
}
|
|
18942
|
+
],
|
|
18943
|
+
"returns": "unknown",
|
|
18944
|
+
"errors": [
|
|
18945
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
18946
|
+
],
|
|
18947
|
+
"sideEffects": [
|
|
18948
|
+
"none-detected-by-static-source-scan"
|
|
18949
|
+
],
|
|
18950
|
+
"source": {
|
|
18951
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
18952
|
+
"line": 491
|
|
18953
|
+
},
|
|
18954
|
+
"example": "import { parseReleaseTailDeclaration } from \"@kungfu-tech/buildchain\";",
|
|
18955
|
+
"maturity": "stable",
|
|
18956
|
+
"audience": [
|
|
18957
|
+
"developer",
|
|
18958
|
+
"agent"
|
|
18959
|
+
]
|
|
18960
|
+
},
|
|
18961
|
+
{
|
|
18962
|
+
"id": "packages/core/release-tail-provider-plane.js#readReleaseTailTransaction",
|
|
18963
|
+
"name": "readReleaseTailTransaction",
|
|
18964
|
+
"kind": "function",
|
|
18965
|
+
"signature": "function readReleaseTailTransaction(filePath)",
|
|
18966
|
+
"parameters": [
|
|
18967
|
+
{
|
|
18968
|
+
"name": "filePath",
|
|
18969
|
+
"signature": "filePath"
|
|
18970
|
+
}
|
|
18971
|
+
],
|
|
18972
|
+
"returns": "unknown",
|
|
18973
|
+
"errors": [
|
|
18974
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
18975
|
+
],
|
|
18976
|
+
"sideEffects": [
|
|
18977
|
+
"none-detected-by-static-source-scan"
|
|
18978
|
+
],
|
|
18979
|
+
"source": {
|
|
18980
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
18981
|
+
"line": 830
|
|
18982
|
+
},
|
|
18983
|
+
"example": "import { readReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
|
|
18984
|
+
"maturity": "stable",
|
|
18985
|
+
"audience": [
|
|
18986
|
+
"developer",
|
|
18987
|
+
"agent"
|
|
18988
|
+
]
|
|
18989
|
+
},
|
|
18990
|
+
{
|
|
18991
|
+
"id": "packages/core/release-tail-provider-plane.js#RELEASE_TAIL_CAPABILITY_REGISTRY",
|
|
18992
|
+
"name": "RELEASE_TAIL_CAPABILITY_REGISTRY",
|
|
18993
|
+
"kind": "constant",
|
|
18994
|
+
"signature": "const RELEASE_TAIL_CAPABILITY_REGISTRY",
|
|
18995
|
+
"parameters": [],
|
|
18996
|
+
"returns": "value",
|
|
18997
|
+
"errors": [
|
|
18998
|
+
"Import does not declare a throw contract."
|
|
18999
|
+
],
|
|
19000
|
+
"sideEffects": [
|
|
19001
|
+
"none-on-import"
|
|
19002
|
+
],
|
|
19003
|
+
"source": {
|
|
19004
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19005
|
+
"line": 31
|
|
19006
|
+
},
|
|
19007
|
+
"example": "import { RELEASE_TAIL_CAPABILITY_REGISTRY } from \"@kungfu-tech/buildchain\";",
|
|
19008
|
+
"maturity": "stable",
|
|
19009
|
+
"audience": [
|
|
19010
|
+
"developer",
|
|
19011
|
+
"agent"
|
|
19012
|
+
]
|
|
19013
|
+
},
|
|
19014
|
+
{
|
|
19015
|
+
"id": "packages/core/release-tail-provider-plane.js#RELEASE_TAIL_DECLARATION_CONTRACT",
|
|
19016
|
+
"name": "RELEASE_TAIL_DECLARATION_CONTRACT",
|
|
19017
|
+
"kind": "constant",
|
|
19018
|
+
"signature": "const RELEASE_TAIL_DECLARATION_CONTRACT",
|
|
19019
|
+
"parameters": [],
|
|
19020
|
+
"returns": "value",
|
|
19021
|
+
"errors": [
|
|
19022
|
+
"Import does not declare a throw contract."
|
|
19023
|
+
],
|
|
19024
|
+
"sideEffects": [
|
|
19025
|
+
"none-on-import"
|
|
19026
|
+
],
|
|
19027
|
+
"source": {
|
|
19028
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19029
|
+
"line": 5
|
|
19030
|
+
},
|
|
19031
|
+
"example": "import { RELEASE_TAIL_DECLARATION_CONTRACT } from \"@kungfu-tech/buildchain\";",
|
|
19032
|
+
"maturity": "stable",
|
|
19033
|
+
"audience": [
|
|
19034
|
+
"developer",
|
|
19035
|
+
"agent"
|
|
19036
|
+
]
|
|
19037
|
+
},
|
|
19038
|
+
{
|
|
19039
|
+
"id": "packages/core/release-tail-provider-plane.js#RELEASE_TAIL_EFFECT_SCHEMA",
|
|
19040
|
+
"name": "RELEASE_TAIL_EFFECT_SCHEMA",
|
|
19041
|
+
"kind": "constant",
|
|
19042
|
+
"signature": "const RELEASE_TAIL_EFFECT_SCHEMA",
|
|
19043
|
+
"parameters": [],
|
|
19044
|
+
"returns": "value",
|
|
19045
|
+
"errors": [
|
|
19046
|
+
"Import does not declare a throw contract."
|
|
19047
|
+
],
|
|
19048
|
+
"sideEffects": [
|
|
19049
|
+
"none-on-import"
|
|
19050
|
+
],
|
|
19051
|
+
"source": {
|
|
19052
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19053
|
+
"line": 10
|
|
19054
|
+
},
|
|
19055
|
+
"example": "import { RELEASE_TAIL_EFFECT_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
19056
|
+
"maturity": "stable",
|
|
19057
|
+
"audience": [
|
|
19058
|
+
"developer",
|
|
19059
|
+
"agent"
|
|
19060
|
+
]
|
|
19061
|
+
},
|
|
19062
|
+
{
|
|
19063
|
+
"id": "packages/core/release-tail-provider-plane.js#RELEASE_TAIL_OBSERVATION_SCHEMA",
|
|
19064
|
+
"name": "RELEASE_TAIL_OBSERVATION_SCHEMA",
|
|
19065
|
+
"kind": "constant",
|
|
19066
|
+
"signature": "const RELEASE_TAIL_OBSERVATION_SCHEMA",
|
|
19067
|
+
"parameters": [],
|
|
19068
|
+
"returns": "value",
|
|
19069
|
+
"errors": [
|
|
19070
|
+
"Import does not declare a throw contract."
|
|
19071
|
+
],
|
|
19072
|
+
"sideEffects": [
|
|
19073
|
+
"none-on-import"
|
|
19074
|
+
],
|
|
19075
|
+
"source": {
|
|
19076
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19077
|
+
"line": 12
|
|
19078
|
+
},
|
|
19079
|
+
"example": "import { RELEASE_TAIL_OBSERVATION_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
19080
|
+
"maturity": "stable",
|
|
19081
|
+
"audience": [
|
|
19082
|
+
"developer",
|
|
19083
|
+
"agent"
|
|
19084
|
+
]
|
|
19085
|
+
},
|
|
19086
|
+
{
|
|
19087
|
+
"id": "packages/core/release-tail-provider-plane.js#RELEASE_TAIL_RECEIPT_SCHEMA",
|
|
19088
|
+
"name": "RELEASE_TAIL_RECEIPT_SCHEMA",
|
|
19089
|
+
"kind": "constant",
|
|
19090
|
+
"signature": "const RELEASE_TAIL_RECEIPT_SCHEMA",
|
|
19091
|
+
"parameters": [],
|
|
19092
|
+
"returns": "value",
|
|
19093
|
+
"errors": [
|
|
19094
|
+
"Import does not declare a throw contract."
|
|
19095
|
+
],
|
|
19096
|
+
"sideEffects": [
|
|
19097
|
+
"none-on-import"
|
|
19098
|
+
],
|
|
19099
|
+
"source": {
|
|
19100
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19101
|
+
"line": 14
|
|
19102
|
+
},
|
|
19103
|
+
"example": "import { RELEASE_TAIL_RECEIPT_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
19104
|
+
"maturity": "stable",
|
|
19105
|
+
"audience": [
|
|
19106
|
+
"developer",
|
|
19107
|
+
"agent"
|
|
19108
|
+
]
|
|
19109
|
+
},
|
|
19110
|
+
{
|
|
19111
|
+
"id": "packages/core/release-tail-provider-plane.js#RELEASE_TAIL_STATES",
|
|
19112
|
+
"name": "RELEASE_TAIL_STATES",
|
|
19113
|
+
"kind": "constant",
|
|
19114
|
+
"signature": "const RELEASE_TAIL_STATES",
|
|
19115
|
+
"parameters": [],
|
|
19116
|
+
"returns": "value",
|
|
19117
|
+
"errors": [
|
|
19118
|
+
"Import does not declare a throw contract."
|
|
19119
|
+
],
|
|
19120
|
+
"sideEffects": [
|
|
19121
|
+
"none-on-import"
|
|
19122
|
+
],
|
|
19123
|
+
"source": {
|
|
19124
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19125
|
+
"line": 17
|
|
19126
|
+
},
|
|
19127
|
+
"example": "import { RELEASE_TAIL_STATES } from \"@kungfu-tech/buildchain\";",
|
|
19128
|
+
"maturity": "stable",
|
|
19129
|
+
"audience": [
|
|
19130
|
+
"developer",
|
|
19131
|
+
"agent"
|
|
19132
|
+
]
|
|
19133
|
+
},
|
|
19134
|
+
{
|
|
19135
|
+
"id": "packages/core/release-tail-provider-plane.js#RELEASE_TAIL_TRANSACTION_POLICY",
|
|
19136
|
+
"name": "RELEASE_TAIL_TRANSACTION_POLICY",
|
|
19137
|
+
"kind": "constant",
|
|
19138
|
+
"signature": "const RELEASE_TAIL_TRANSACTION_POLICY",
|
|
19139
|
+
"parameters": [],
|
|
19140
|
+
"returns": "value",
|
|
19141
|
+
"errors": [
|
|
19142
|
+
"Import does not declare a throw contract."
|
|
19143
|
+
],
|
|
19144
|
+
"sideEffects": [
|
|
19145
|
+
"none-on-import"
|
|
19146
|
+
],
|
|
19147
|
+
"source": {
|
|
19148
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19149
|
+
"line": 7
|
|
19150
|
+
},
|
|
19151
|
+
"example": "import { RELEASE_TAIL_TRANSACTION_POLICY } from \"@kungfu-tech/buildchain\";",
|
|
19152
|
+
"maturity": "stable",
|
|
19153
|
+
"audience": [
|
|
19154
|
+
"developer",
|
|
19155
|
+
"agent"
|
|
19156
|
+
]
|
|
19157
|
+
},
|
|
19158
|
+
{
|
|
19159
|
+
"id": "packages/core/release-tail-provider-plane.js#RELEASE_TAIL_TRANSACTION_SCHEMA",
|
|
19160
|
+
"name": "RELEASE_TAIL_TRANSACTION_SCHEMA",
|
|
19161
|
+
"kind": "constant",
|
|
19162
|
+
"signature": "const RELEASE_TAIL_TRANSACTION_SCHEMA",
|
|
19163
|
+
"parameters": [],
|
|
19164
|
+
"returns": "value",
|
|
19165
|
+
"errors": [
|
|
19166
|
+
"Import does not declare a throw contract."
|
|
19167
|
+
],
|
|
19168
|
+
"sideEffects": [
|
|
19169
|
+
"none-on-import"
|
|
19170
|
+
],
|
|
19171
|
+
"source": {
|
|
19172
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19173
|
+
"line": 8
|
|
19174
|
+
},
|
|
19175
|
+
"example": "import { RELEASE_TAIL_TRANSACTION_SCHEMA } from \"@kungfu-tech/buildchain\";",
|
|
19176
|
+
"maturity": "stable",
|
|
19177
|
+
"audience": [
|
|
19178
|
+
"developer",
|
|
19179
|
+
"agent"
|
|
19180
|
+
]
|
|
19181
|
+
},
|
|
19182
|
+
{
|
|
19183
|
+
"id": "packages/core/release-tail-provider-plane.js#releaseTailRetryPolicyFromDeclaration",
|
|
19184
|
+
"name": "releaseTailRetryPolicyFromDeclaration",
|
|
19185
|
+
"kind": "function",
|
|
19186
|
+
"signature": "function releaseTailRetryPolicyFromDeclaration(input)",
|
|
19187
|
+
"parameters": [
|
|
19188
|
+
{
|
|
19189
|
+
"name": "input",
|
|
19190
|
+
"signature": "input"
|
|
19191
|
+
}
|
|
19192
|
+
],
|
|
19193
|
+
"returns": "unknown",
|
|
19194
|
+
"errors": [
|
|
19195
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
19196
|
+
],
|
|
19197
|
+
"sideEffects": [
|
|
19198
|
+
"none-detected-by-static-source-scan"
|
|
19199
|
+
],
|
|
19200
|
+
"source": {
|
|
19201
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19202
|
+
"line": 1207
|
|
19203
|
+
},
|
|
19204
|
+
"example": "import { releaseTailRetryPolicyFromDeclaration } from \"@kungfu-tech/buildchain\";",
|
|
19205
|
+
"maturity": "stable",
|
|
19206
|
+
"audience": [
|
|
19207
|
+
"developer",
|
|
19208
|
+
"agent"
|
|
19209
|
+
]
|
|
19210
|
+
},
|
|
19211
|
+
{
|
|
19212
|
+
"id": "packages/core/release-tail-provider-plane.js#releaseTailRoot",
|
|
19213
|
+
"name": "releaseTailRoot",
|
|
19214
|
+
"kind": "function",
|
|
19215
|
+
"signature": "function releaseTailRoot(value)",
|
|
19216
|
+
"parameters": [
|
|
19217
|
+
{
|
|
19218
|
+
"name": "value",
|
|
19219
|
+
"signature": "value"
|
|
19220
|
+
}
|
|
19221
|
+
],
|
|
19222
|
+
"returns": "unknown",
|
|
19223
|
+
"errors": [
|
|
19224
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
19225
|
+
],
|
|
19226
|
+
"sideEffects": [
|
|
19227
|
+
"none-detected-by-static-source-scan"
|
|
19228
|
+
],
|
|
19229
|
+
"source": {
|
|
19230
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19231
|
+
"line": 164
|
|
19232
|
+
},
|
|
19233
|
+
"example": "import { releaseTailRoot } from \"@kungfu-tech/buildchain\";",
|
|
19234
|
+
"maturity": "stable",
|
|
19235
|
+
"audience": [
|
|
19236
|
+
"developer",
|
|
19237
|
+
"agent"
|
|
19238
|
+
]
|
|
19239
|
+
},
|
|
19240
|
+
{
|
|
19241
|
+
"id": "packages/core/release-tail-provider-plane.js#releaseTailStableJson",
|
|
19242
|
+
"name": "releaseTailStableJson",
|
|
19243
|
+
"kind": "function",
|
|
19244
|
+
"signature": "function releaseTailStableJson(value)",
|
|
19245
|
+
"parameters": [
|
|
19246
|
+
{
|
|
19247
|
+
"name": "value",
|
|
19248
|
+
"signature": "value"
|
|
19249
|
+
}
|
|
19250
|
+
],
|
|
19251
|
+
"returns": "unknown",
|
|
19252
|
+
"errors": [
|
|
19253
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
19254
|
+
],
|
|
19255
|
+
"sideEffects": [
|
|
19256
|
+
"none-detected-by-static-source-scan"
|
|
19257
|
+
],
|
|
19258
|
+
"source": {
|
|
19259
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19260
|
+
"line": 149
|
|
19261
|
+
},
|
|
19262
|
+
"example": "import { releaseTailStableJson } from \"@kungfu-tech/buildchain\";",
|
|
19263
|
+
"maturity": "stable",
|
|
19264
|
+
"audience": [
|
|
19265
|
+
"developer",
|
|
19266
|
+
"agent"
|
|
19267
|
+
]
|
|
19268
|
+
},
|
|
19269
|
+
{
|
|
19270
|
+
"id": "packages/core/release-tail-provider-plane.js#validateReleaseTailEffectPlan",
|
|
19271
|
+
"name": "validateReleaseTailEffectPlan",
|
|
19272
|
+
"kind": "function",
|
|
19273
|
+
"signature": "function validateReleaseTailEffectPlan(plan)",
|
|
19274
|
+
"parameters": [
|
|
19275
|
+
{
|
|
19276
|
+
"name": "plan",
|
|
19277
|
+
"signature": "plan"
|
|
19278
|
+
}
|
|
19279
|
+
],
|
|
19280
|
+
"returns": "unknown",
|
|
19281
|
+
"errors": [
|
|
19282
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
19283
|
+
],
|
|
19284
|
+
"sideEffects": [
|
|
19285
|
+
"none-detected-by-static-source-scan"
|
|
19286
|
+
],
|
|
19287
|
+
"source": {
|
|
19288
|
+
"path": "packages/core/release-tail-provider-plane.js",
|
|
19289
|
+
"line": 602
|
|
19290
|
+
},
|
|
19291
|
+
"example": "import { validateReleaseTailEffectPlan } from \"@kungfu-tech/buildchain\";",
|
|
19292
|
+
"maturity": "stable",
|
|
19293
|
+
"audience": [
|
|
19294
|
+
"developer",
|
|
19295
|
+
"agent"
|
|
19296
|
+
]
|
|
19297
|
+
},
|
|
19298
|
+
{
|
|
19299
|
+
"id": "packages/core/release-tail-provider-plane.js#validateReleaseTailTransaction",
|
|
19300
|
+
"name": "validateReleaseTailTransaction",
|
|
19301
|
+
"kind": "function",
|
|
19302
|
+
"signature": "function validateReleaseTailTransaction(transaction)",
|
|
18601
19303
|
"parameters": [
|
|
18602
19304
|
{
|
|
18603
|
-
"name": "
|
|
18604
|
-
"signature": "
|
|
19305
|
+
"name": "transaction",
|
|
19306
|
+
"signature": "transaction"
|
|
18605
19307
|
}
|
|
18606
19308
|
],
|
|
18607
19309
|
"returns": "unknown",
|
|
18608
19310
|
"errors": [
|
|
18609
|
-
"
|
|
19311
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
18610
19312
|
],
|
|
18611
19313
|
"sideEffects": [
|
|
18612
19314
|
"none-detected-by-static-source-scan"
|
|
18613
19315
|
],
|
|
18614
19316
|
"source": {
|
|
18615
19317
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
18616
|
-
"line":
|
|
19318
|
+
"line": 744
|
|
18617
19319
|
},
|
|
18618
|
-
"example": "import {
|
|
19320
|
+
"example": "import { validateReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
|
|
18619
19321
|
"maturity": "stable",
|
|
18620
19322
|
"audience": [
|
|
18621
19323
|
"developer",
|
|
@@ -18623,32 +19325,32 @@
|
|
|
18623
19325
|
]
|
|
18624
19326
|
},
|
|
18625
19327
|
{
|
|
18626
|
-
"id": "packages/core/release-tail-provider-plane.js#
|
|
18627
|
-
"name": "
|
|
19328
|
+
"id": "packages/core/release-tail-provider-plane.js#writeReleaseTailTransaction",
|
|
19329
|
+
"name": "writeReleaseTailTransaction",
|
|
18628
19330
|
"kind": "function",
|
|
18629
|
-
"signature": "
|
|
19331
|
+
"signature": "function writeReleaseTailTransaction(filePath, transaction)",
|
|
18630
19332
|
"parameters": [
|
|
18631
19333
|
{
|
|
18632
|
-
"name": "
|
|
18633
|
-
"signature": "
|
|
19334
|
+
"name": "filePath",
|
|
19335
|
+
"signature": "filePath"
|
|
18634
19336
|
},
|
|
18635
19337
|
{
|
|
18636
|
-
"name": "
|
|
18637
|
-
"signature": "
|
|
19338
|
+
"name": "transaction",
|
|
19339
|
+
"signature": "transaction"
|
|
18638
19340
|
}
|
|
18639
19341
|
],
|
|
18640
|
-
"returns": "
|
|
19342
|
+
"returns": "unknown",
|
|
18641
19343
|
"errors": [
|
|
18642
19344
|
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
18643
19345
|
],
|
|
18644
19346
|
"sideEffects": [
|
|
18645
|
-
"
|
|
19347
|
+
"local-filesystem-write"
|
|
18646
19348
|
],
|
|
18647
19349
|
"source": {
|
|
18648
19350
|
"path": "packages/core/release-tail-provider-plane.js",
|
|
18649
|
-
"line":
|
|
19351
|
+
"line": 841
|
|
18650
19352
|
},
|
|
18651
|
-
"example": "import {
|
|
19353
|
+
"example": "import { writeReleaseTailTransaction } from \"@kungfu-tech/buildchain\";",
|
|
18652
19354
|
"maturity": "stable",
|
|
18653
19355
|
"audience": [
|
|
18654
19356
|
"developer",
|
|
@@ -18656,14 +19358,14 @@
|
|
|
18656
19358
|
]
|
|
18657
19359
|
},
|
|
18658
19360
|
{
|
|
18659
|
-
"id": "packages/core/release-
|
|
18660
|
-
"name": "
|
|
19361
|
+
"id": "packages/core/release-train.js#createReleaseCut",
|
|
19362
|
+
"name": "createReleaseCut",
|
|
18661
19363
|
"kind": "function",
|
|
18662
|
-
"signature": "function
|
|
19364
|
+
"signature": "function createReleaseCut(input = {})",
|
|
18663
19365
|
"parameters": [
|
|
18664
19366
|
{
|
|
18665
19367
|
"name": "input",
|
|
18666
|
-
"signature": "input"
|
|
19368
|
+
"signature": "input = {}"
|
|
18667
19369
|
}
|
|
18668
19370
|
],
|
|
18669
19371
|
"returns": "unknown",
|
|
@@ -18674,10 +19376,10 @@
|
|
|
18674
19376
|
"none-detected-by-static-source-scan"
|
|
18675
19377
|
],
|
|
18676
19378
|
"source": {
|
|
18677
|
-
"path": "packages/core/release-
|
|
18678
|
-
"line":
|
|
19379
|
+
"path": "packages/core/release-train.js",
|
|
19380
|
+
"line": 179
|
|
18679
19381
|
},
|
|
18680
|
-
"example": "import {
|
|
19382
|
+
"example": "import { createReleaseCut } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18681
19383
|
"maturity": "stable",
|
|
18682
19384
|
"audience": [
|
|
18683
19385
|
"developer",
|
|
@@ -18685,28 +19387,28 @@
|
|
|
18685
19387
|
]
|
|
18686
19388
|
},
|
|
18687
19389
|
{
|
|
18688
|
-
"id": "packages/core/release-
|
|
18689
|
-
"name": "
|
|
19390
|
+
"id": "packages/core/release-train.js#createReleaseTrain",
|
|
19391
|
+
"name": "createReleaseTrain",
|
|
18690
19392
|
"kind": "function",
|
|
18691
|
-
"signature": "function
|
|
19393
|
+
"signature": "function createReleaseTrain(input = {})",
|
|
18692
19394
|
"parameters": [
|
|
18693
19395
|
{
|
|
18694
|
-
"name": "
|
|
18695
|
-
"signature": "
|
|
19396
|
+
"name": "input",
|
|
19397
|
+
"signature": "input = {}"
|
|
18696
19398
|
}
|
|
18697
19399
|
],
|
|
18698
19400
|
"returns": "unknown",
|
|
18699
19401
|
"errors": [
|
|
18700
|
-
"
|
|
19402
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
18701
19403
|
],
|
|
18702
19404
|
"sideEffects": [
|
|
18703
19405
|
"none-detected-by-static-source-scan"
|
|
18704
19406
|
],
|
|
18705
19407
|
"source": {
|
|
18706
|
-
"path": "packages/core/release-
|
|
18707
|
-
"line":
|
|
19408
|
+
"path": "packages/core/release-train.js",
|
|
19409
|
+
"line": 213
|
|
18708
19410
|
},
|
|
18709
|
-
"example": "import {
|
|
19411
|
+
"example": "import { createReleaseTrain } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18710
19412
|
"maturity": "stable",
|
|
18711
19413
|
"audience": [
|
|
18712
19414
|
"developer",
|
|
@@ -18714,10 +19416,10 @@
|
|
|
18714
19416
|
]
|
|
18715
19417
|
},
|
|
18716
19418
|
{
|
|
18717
|
-
"id": "packages/core/release-
|
|
18718
|
-
"name": "
|
|
19419
|
+
"id": "packages/core/release-train.js#LEGACY_DEV_ALPHA_CANDIDATE_STATE_SCHEMA",
|
|
19420
|
+
"name": "LEGACY_DEV_ALPHA_CANDIDATE_STATE_SCHEMA",
|
|
18719
19421
|
"kind": "constant",
|
|
18720
|
-
"signature": "const
|
|
19422
|
+
"signature": "const LEGACY_DEV_ALPHA_CANDIDATE_STATE_SCHEMA",
|
|
18721
19423
|
"parameters": [],
|
|
18722
19424
|
"returns": "value",
|
|
18723
19425
|
"errors": [
|
|
@@ -18727,10 +19429,10 @@
|
|
|
18727
19429
|
"none-on-import"
|
|
18728
19430
|
],
|
|
18729
19431
|
"source": {
|
|
18730
|
-
"path": "packages/core/release-
|
|
18731
|
-
"line":
|
|
19432
|
+
"path": "packages/core/release-train.js",
|
|
19433
|
+
"line": 11
|
|
18732
19434
|
},
|
|
18733
|
-
"example": "import {
|
|
19435
|
+
"example": "import { LEGACY_DEV_ALPHA_CANDIDATE_STATE_SCHEMA } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18734
19436
|
"maturity": "stable",
|
|
18735
19437
|
"audience": [
|
|
18736
19438
|
"developer",
|
|
@@ -18738,23 +19440,32 @@
|
|
|
18738
19440
|
]
|
|
18739
19441
|
},
|
|
18740
19442
|
{
|
|
18741
|
-
"id": "packages/core/release-
|
|
18742
|
-
"name": "
|
|
18743
|
-
"kind": "
|
|
18744
|
-
"signature": "
|
|
18745
|
-
"parameters": [
|
|
18746
|
-
|
|
19443
|
+
"id": "packages/core/release-train.js#observeReleaseTrain",
|
|
19444
|
+
"name": "observeReleaseTrain",
|
|
19445
|
+
"kind": "function",
|
|
19446
|
+
"signature": "function observeReleaseTrain(trainInput, input = {})",
|
|
19447
|
+
"parameters": [
|
|
19448
|
+
{
|
|
19449
|
+
"name": "trainInput",
|
|
19450
|
+
"signature": "trainInput"
|
|
19451
|
+
},
|
|
19452
|
+
{
|
|
19453
|
+
"name": "input",
|
|
19454
|
+
"signature": "input = {}"
|
|
19455
|
+
}
|
|
19456
|
+
],
|
|
19457
|
+
"returns": "unknown",
|
|
18747
19458
|
"errors": [
|
|
18748
|
-
"
|
|
19459
|
+
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
18749
19460
|
],
|
|
18750
19461
|
"sideEffects": [
|
|
18751
|
-
"none-
|
|
19462
|
+
"none-detected-by-static-source-scan"
|
|
18752
19463
|
],
|
|
18753
19464
|
"source": {
|
|
18754
|
-
"path": "packages/core/release-
|
|
18755
|
-
"line":
|
|
19465
|
+
"path": "packages/core/release-train.js",
|
|
19466
|
+
"line": 358
|
|
18756
19467
|
},
|
|
18757
|
-
"example": "import {
|
|
19468
|
+
"example": "import { observeReleaseTrain } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18758
19469
|
"maturity": "stable",
|
|
18759
19470
|
"audience": [
|
|
18760
19471
|
"developer",
|
|
@@ -18762,23 +19473,28 @@
|
|
|
18762
19473
|
]
|
|
18763
19474
|
},
|
|
18764
19475
|
{
|
|
18765
|
-
"id": "packages/core/release-
|
|
18766
|
-
"name": "
|
|
18767
|
-
"kind": "
|
|
18768
|
-
"signature": "
|
|
18769
|
-
"parameters": [
|
|
18770
|
-
|
|
19476
|
+
"id": "packages/core/release-train.js#readReleaseTrain",
|
|
19477
|
+
"name": "readReleaseTrain",
|
|
19478
|
+
"kind": "function",
|
|
19479
|
+
"signature": "function readReleaseTrain(input)",
|
|
19480
|
+
"parameters": [
|
|
19481
|
+
{
|
|
19482
|
+
"name": "input",
|
|
19483
|
+
"signature": "input"
|
|
19484
|
+
}
|
|
19485
|
+
],
|
|
19486
|
+
"returns": "unknown",
|
|
18771
19487
|
"errors": [
|
|
18772
|
-
"
|
|
19488
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
18773
19489
|
],
|
|
18774
19490
|
"sideEffects": [
|
|
18775
|
-
"none-
|
|
19491
|
+
"none-detected-by-static-source-scan"
|
|
18776
19492
|
],
|
|
18777
19493
|
"source": {
|
|
18778
|
-
"path": "packages/core/release-
|
|
18779
|
-
"line":
|
|
19494
|
+
"path": "packages/core/release-train.js",
|
|
19495
|
+
"line": 491
|
|
18780
19496
|
},
|
|
18781
|
-
"example": "import {
|
|
19497
|
+
"example": "import { readReleaseTrain } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18782
19498
|
"maturity": "stable",
|
|
18783
19499
|
"audience": [
|
|
18784
19500
|
"developer",
|
|
@@ -18786,10 +19502,10 @@
|
|
|
18786
19502
|
]
|
|
18787
19503
|
},
|
|
18788
19504
|
{
|
|
18789
|
-
"id": "packages/core/release-
|
|
18790
|
-
"name": "
|
|
19505
|
+
"id": "packages/core/release-train.js#RELEASE_CUT_CONTRACT",
|
|
19506
|
+
"name": "RELEASE_CUT_CONTRACT",
|
|
18791
19507
|
"kind": "constant",
|
|
18792
|
-
"signature": "const
|
|
19508
|
+
"signature": "const RELEASE_CUT_CONTRACT",
|
|
18793
19509
|
"parameters": [],
|
|
18794
19510
|
"returns": "value",
|
|
18795
19511
|
"errors": [
|
|
@@ -18799,10 +19515,10 @@
|
|
|
18799
19515
|
"none-on-import"
|
|
18800
19516
|
],
|
|
18801
19517
|
"source": {
|
|
18802
|
-
"path": "packages/core/release-
|
|
18803
|
-
"line":
|
|
19518
|
+
"path": "packages/core/release-train.js",
|
|
19519
|
+
"line": 5
|
|
18804
19520
|
},
|
|
18805
|
-
"example": "import {
|
|
19521
|
+
"example": "import { RELEASE_CUT_CONTRACT } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18806
19522
|
"maturity": "stable",
|
|
18807
19523
|
"audience": [
|
|
18808
19524
|
"developer",
|
|
@@ -18810,10 +19526,10 @@
|
|
|
18810
19526
|
]
|
|
18811
19527
|
},
|
|
18812
19528
|
{
|
|
18813
|
-
"id": "packages/core/release-
|
|
18814
|
-
"name": "
|
|
19529
|
+
"id": "packages/core/release-train.js#RELEASE_TRAIN_CONTRACT",
|
|
19530
|
+
"name": "RELEASE_TRAIN_CONTRACT",
|
|
18815
19531
|
"kind": "constant",
|
|
18816
|
-
"signature": "const
|
|
19532
|
+
"signature": "const RELEASE_TRAIN_CONTRACT",
|
|
18817
19533
|
"parameters": [],
|
|
18818
19534
|
"returns": "value",
|
|
18819
19535
|
"errors": [
|
|
@@ -18823,10 +19539,10 @@
|
|
|
18823
19539
|
"none-on-import"
|
|
18824
19540
|
],
|
|
18825
19541
|
"source": {
|
|
18826
|
-
"path": "packages/core/release-
|
|
18827
|
-
"line":
|
|
19542
|
+
"path": "packages/core/release-train.js",
|
|
19543
|
+
"line": 6
|
|
18828
19544
|
},
|
|
18829
|
-
"example": "import {
|
|
19545
|
+
"example": "import { RELEASE_TRAIN_CONTRACT } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18830
19546
|
"maturity": "stable",
|
|
18831
19547
|
"audience": [
|
|
18832
19548
|
"developer",
|
|
@@ -18834,10 +19550,10 @@
|
|
|
18834
19550
|
]
|
|
18835
19551
|
},
|
|
18836
19552
|
{
|
|
18837
|
-
"id": "packages/core/release-
|
|
18838
|
-
"name": "
|
|
19553
|
+
"id": "packages/core/release-train.js#RELEASE_TRAIN_OBSERVATION_CONTRACT",
|
|
19554
|
+
"name": "RELEASE_TRAIN_OBSERVATION_CONTRACT",
|
|
18839
19555
|
"kind": "constant",
|
|
18840
|
-
"signature": "const
|
|
19556
|
+
"signature": "const RELEASE_TRAIN_OBSERVATION_CONTRACT",
|
|
18841
19557
|
"parameters": [],
|
|
18842
19558
|
"returns": "value",
|
|
18843
19559
|
"errors": [
|
|
@@ -18847,10 +19563,10 @@
|
|
|
18847
19563
|
"none-on-import"
|
|
18848
19564
|
],
|
|
18849
19565
|
"source": {
|
|
18850
|
-
"path": "packages/core/release-
|
|
18851
|
-
"line":
|
|
19566
|
+
"path": "packages/core/release-train.js",
|
|
19567
|
+
"line": 9
|
|
18852
19568
|
},
|
|
18853
|
-
"example": "import {
|
|
19569
|
+
"example": "import { RELEASE_TRAIN_OBSERVATION_CONTRACT } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18854
19570
|
"maturity": "stable",
|
|
18855
19571
|
"audience": [
|
|
18856
19572
|
"developer",
|
|
@@ -18858,10 +19574,10 @@
|
|
|
18858
19574
|
]
|
|
18859
19575
|
},
|
|
18860
19576
|
{
|
|
18861
|
-
"id": "packages/core/release-
|
|
18862
|
-
"name": "
|
|
19577
|
+
"id": "packages/core/release-train.js#RELEASE_TRAIN_STATES",
|
|
19578
|
+
"name": "RELEASE_TRAIN_STATES",
|
|
18863
19579
|
"kind": "constant",
|
|
18864
|
-
"signature": "const
|
|
19580
|
+
"signature": "const RELEASE_TRAIN_STATES",
|
|
18865
19581
|
"parameters": [],
|
|
18866
19582
|
"returns": "value",
|
|
18867
19583
|
"errors": [
|
|
@@ -18871,10 +19587,10 @@
|
|
|
18871
19587
|
"none-on-import"
|
|
18872
19588
|
],
|
|
18873
19589
|
"source": {
|
|
18874
|
-
"path": "packages/core/release-
|
|
18875
|
-
"line":
|
|
19590
|
+
"path": "packages/core/release-train.js",
|
|
19591
|
+
"line": 14
|
|
18876
19592
|
},
|
|
18877
|
-
"example": "import {
|
|
19593
|
+
"example": "import { RELEASE_TRAIN_STATES } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18878
19594
|
"maturity": "stable",
|
|
18879
19595
|
"audience": [
|
|
18880
19596
|
"developer",
|
|
@@ -18882,10 +19598,10 @@
|
|
|
18882
19598
|
]
|
|
18883
19599
|
},
|
|
18884
19600
|
{
|
|
18885
|
-
"id": "packages/core/release-
|
|
18886
|
-
"name": "
|
|
19601
|
+
"id": "packages/core/release-train.js#RELEASE_TRAIN_SUPERSESSION_CAUSES",
|
|
19602
|
+
"name": "RELEASE_TRAIN_SUPERSESSION_CAUSES",
|
|
18887
19603
|
"kind": "constant",
|
|
18888
|
-
"signature": "const
|
|
19604
|
+
"signature": "const RELEASE_TRAIN_SUPERSESSION_CAUSES",
|
|
18889
19605
|
"parameters": [],
|
|
18890
19606
|
"returns": "value",
|
|
18891
19607
|
"errors": [
|
|
@@ -18895,10 +19611,10 @@
|
|
|
18895
19611
|
"none-on-import"
|
|
18896
19612
|
],
|
|
18897
19613
|
"source": {
|
|
18898
|
-
"path": "packages/core/release-
|
|
18899
|
-
"line":
|
|
19614
|
+
"path": "packages/core/release-train.js",
|
|
19615
|
+
"line": 24
|
|
18900
19616
|
},
|
|
18901
|
-
"example": "import {
|
|
19617
|
+
"example": "import { RELEASE_TRAIN_SUPERSESSION_CAUSES } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18902
19618
|
"maturity": "stable",
|
|
18903
19619
|
"audience": [
|
|
18904
19620
|
"developer",
|
|
@@ -18906,28 +19622,23 @@
|
|
|
18906
19622
|
]
|
|
18907
19623
|
},
|
|
18908
19624
|
{
|
|
18909
|
-
"id": "packages/core/release-
|
|
18910
|
-
"name": "
|
|
18911
|
-
"kind": "
|
|
18912
|
-
"signature": "
|
|
18913
|
-
"parameters": [
|
|
18914
|
-
|
|
18915
|
-
"name": "input",
|
|
18916
|
-
"signature": "input"
|
|
18917
|
-
}
|
|
18918
|
-
],
|
|
18919
|
-
"returns": "unknown",
|
|
19625
|
+
"id": "packages/core/release-train.js#RELEASE_TRAIN_TRANSITION_CONTRACT",
|
|
19626
|
+
"name": "RELEASE_TRAIN_TRANSITION_CONTRACT",
|
|
19627
|
+
"kind": "constant",
|
|
19628
|
+
"signature": "const RELEASE_TRAIN_TRANSITION_CONTRACT",
|
|
19629
|
+
"parameters": [],
|
|
19630
|
+
"returns": "value",
|
|
18920
19631
|
"errors": [
|
|
18921
|
-
"
|
|
19632
|
+
"Import does not declare a throw contract."
|
|
18922
19633
|
],
|
|
18923
19634
|
"sideEffects": [
|
|
18924
|
-
"none-
|
|
19635
|
+
"none-on-import"
|
|
18925
19636
|
],
|
|
18926
19637
|
"source": {
|
|
18927
|
-
"path": "packages/core/release-
|
|
18928
|
-
"line":
|
|
19638
|
+
"path": "packages/core/release-train.js",
|
|
19639
|
+
"line": 7
|
|
18929
19640
|
},
|
|
18930
|
-
"example": "import {
|
|
19641
|
+
"example": "import { RELEASE_TRAIN_TRANSITION_CONTRACT } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18931
19642
|
"maturity": "stable",
|
|
18932
19643
|
"audience": [
|
|
18933
19644
|
"developer",
|
|
@@ -18935,10 +19646,10 @@
|
|
|
18935
19646
|
]
|
|
18936
19647
|
},
|
|
18937
19648
|
{
|
|
18938
|
-
"id": "packages/core/release-
|
|
18939
|
-
"name": "
|
|
19649
|
+
"id": "packages/core/release-train.js#releaseTrainRoot",
|
|
19650
|
+
"name": "releaseTrainRoot",
|
|
18940
19651
|
"kind": "function",
|
|
18941
|
-
"signature": "function
|
|
19652
|
+
"signature": "function releaseTrainRoot(value)",
|
|
18942
19653
|
"parameters": [
|
|
18943
19654
|
{
|
|
18944
19655
|
"name": "value",
|
|
@@ -18953,10 +19664,10 @@
|
|
|
18953
19664
|
"none-detected-by-static-source-scan"
|
|
18954
19665
|
],
|
|
18955
19666
|
"source": {
|
|
18956
|
-
"path": "packages/core/release-
|
|
18957
|
-
"line":
|
|
19667
|
+
"path": "packages/core/release-train.js",
|
|
19668
|
+
"line": 71
|
|
18958
19669
|
},
|
|
18959
|
-
"example": "import {
|
|
19670
|
+
"example": "import { releaseTrainRoot } from \"@kungfu-tech/buildchain/release-train\";",
|
|
18960
19671
|
"maturity": "stable",
|
|
18961
19672
|
"audience": [
|
|
18962
19673
|
"developer",
|
|
@@ -18964,43 +19675,18 @@
|
|
|
18964
19675
|
]
|
|
18965
19676
|
},
|
|
18966
19677
|
{
|
|
18967
|
-
"id": "packages/core/release-
|
|
18968
|
-
"name": "
|
|
19678
|
+
"id": "packages/core/release-train.js#transitionReleaseTrain",
|
|
19679
|
+
"name": "transitionReleaseTrain",
|
|
18969
19680
|
"kind": "function",
|
|
18970
|
-
"signature": "function
|
|
19681
|
+
"signature": "function transitionReleaseTrain(trainInput, input = {})",
|
|
18971
19682
|
"parameters": [
|
|
18972
19683
|
{
|
|
18973
|
-
"name": "
|
|
18974
|
-
"signature": "
|
|
18975
|
-
}
|
|
18976
|
-
],
|
|
18977
|
-
"returns": "unknown",
|
|
18978
|
-
"errors": [
|
|
18979
|
-
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
18980
|
-
],
|
|
18981
|
-
"sideEffects": [
|
|
18982
|
-
"none-detected-by-static-source-scan"
|
|
18983
|
-
],
|
|
18984
|
-
"source": {
|
|
18985
|
-
"path": "packages/core/release-tail-provider-plane.js",
|
|
18986
|
-
"line": 149
|
|
18987
|
-
},
|
|
18988
|
-
"example": "import { releaseTailStableJson } from \"@kungfu-tech/buildchain\";",
|
|
18989
|
-
"maturity": "stable",
|
|
18990
|
-
"audience": [
|
|
18991
|
-
"developer",
|
|
18992
|
-
"agent"
|
|
18993
|
-
]
|
|
18994
|
-
},
|
|
18995
|
-
{
|
|
18996
|
-
"id": "packages/core/release-tail-provider-plane.js#validateReleaseTailEffectPlan",
|
|
18997
|
-
"name": "validateReleaseTailEffectPlan",
|
|
18998
|
-
"kind": "function",
|
|
18999
|
-
"signature": "function validateReleaseTailEffectPlan(plan)",
|
|
19000
|
-
"parameters": [
|
|
19684
|
+
"name": "trainInput",
|
|
19685
|
+
"signature": "trainInput"
|
|
19686
|
+
},
|
|
19001
19687
|
{
|
|
19002
|
-
"name": "
|
|
19003
|
-
"signature": "
|
|
19688
|
+
"name": "input",
|
|
19689
|
+
"signature": "input = {}"
|
|
19004
19690
|
}
|
|
19005
19691
|
],
|
|
19006
19692
|
"returns": "unknown",
|
|
@@ -19008,13 +19694,13 @@
|
|
|
19008
19694
|
"Errors from called operations may propagate; no narrower throw contract is declared in source."
|
|
19009
19695
|
],
|
|
19010
19696
|
"sideEffects": [
|
|
19011
|
-
"
|
|
19697
|
+
"may-write-or-invoke-external-actions"
|
|
19012
19698
|
],
|
|
19013
19699
|
"source": {
|
|
19014
|
-
"path": "packages/core/release-
|
|
19015
|
-
"line":
|
|
19700
|
+
"path": "packages/core/release-train.js",
|
|
19701
|
+
"line": 336
|
|
19016
19702
|
},
|
|
19017
|
-
"example": "import {
|
|
19703
|
+
"example": "import { transitionReleaseTrain } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19018
19704
|
"maturity": "stable",
|
|
19019
19705
|
"audience": [
|
|
19020
19706
|
"developer",
|
|
@@ -19022,28 +19708,28 @@
|
|
|
19022
19708
|
]
|
|
19023
19709
|
},
|
|
19024
19710
|
{
|
|
19025
|
-
"id": "packages/core/release-
|
|
19026
|
-
"name": "
|
|
19711
|
+
"id": "packages/core/release-train.js#validateReleaseCut",
|
|
19712
|
+
"name": "validateReleaseCut",
|
|
19027
19713
|
"kind": "function",
|
|
19028
|
-
"signature": "function
|
|
19714
|
+
"signature": "function validateReleaseCut(cut)",
|
|
19029
19715
|
"parameters": [
|
|
19030
19716
|
{
|
|
19031
|
-
"name": "
|
|
19032
|
-
"signature": "
|
|
19717
|
+
"name": "cut",
|
|
19718
|
+
"signature": "cut"
|
|
19033
19719
|
}
|
|
19034
19720
|
],
|
|
19035
19721
|
"returns": "unknown",
|
|
19036
19722
|
"errors": [
|
|
19037
|
-
"
|
|
19723
|
+
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
19038
19724
|
],
|
|
19039
19725
|
"sideEffects": [
|
|
19040
19726
|
"none-detected-by-static-source-scan"
|
|
19041
19727
|
],
|
|
19042
19728
|
"source": {
|
|
19043
|
-
"path": "packages/core/release-
|
|
19044
|
-
"line":
|
|
19729
|
+
"path": "packages/core/release-train.js",
|
|
19730
|
+
"line": 229
|
|
19045
19731
|
},
|
|
19046
|
-
"example": "import {
|
|
19732
|
+
"example": "import { validateReleaseCut } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19047
19733
|
"maturity": "stable",
|
|
19048
19734
|
"audience": [
|
|
19049
19735
|
"developer",
|
|
@@ -19051,18 +19737,14 @@
|
|
|
19051
19737
|
]
|
|
19052
19738
|
},
|
|
19053
19739
|
{
|
|
19054
|
-
"id": "packages/core/release-
|
|
19055
|
-
"name": "
|
|
19740
|
+
"id": "packages/core/release-train.js#validateReleaseTrain",
|
|
19741
|
+
"name": "validateReleaseTrain",
|
|
19056
19742
|
"kind": "function",
|
|
19057
|
-
"signature": "function
|
|
19743
|
+
"signature": "function validateReleaseTrain(input)",
|
|
19058
19744
|
"parameters": [
|
|
19059
19745
|
{
|
|
19060
|
-
"name": "
|
|
19061
|
-
"signature": "
|
|
19062
|
-
},
|
|
19063
|
-
{
|
|
19064
|
-
"name": "transaction",
|
|
19065
|
-
"signature": "transaction"
|
|
19746
|
+
"name": "input",
|
|
19747
|
+
"signature": "input"
|
|
19066
19748
|
}
|
|
19067
19749
|
],
|
|
19068
19750
|
"returns": "unknown",
|
|
@@ -19070,13 +19752,13 @@
|
|
|
19070
19752
|
"May throw an Error on rejected input or failed operations; follow the linked source contract."
|
|
19071
19753
|
],
|
|
19072
19754
|
"sideEffects": [
|
|
19073
|
-
"
|
|
19755
|
+
"none-detected-by-static-source-scan"
|
|
19074
19756
|
],
|
|
19075
19757
|
"source": {
|
|
19076
|
-
"path": "packages/core/release-
|
|
19077
|
-
"line":
|
|
19758
|
+
"path": "packages/core/release-train.js",
|
|
19759
|
+
"line": 362
|
|
19078
19760
|
},
|
|
19079
|
-
"example": "import {
|
|
19761
|
+
"example": "import { validateReleaseTrain } from \"@kungfu-tech/buildchain/release-train\";",
|
|
19080
19762
|
"maturity": "stable",
|
|
19081
19763
|
"audience": [
|
|
19082
19764
|
"developer",
|
|
@@ -19816,7 +20498,7 @@
|
|
|
19816
20498
|
"packages/core/issue-reporting.js#computeConsumerIssueFingerprint",
|
|
19817
20499
|
"packages/core/publication-authority.js#CONSUMER_PUBLICATION_DECISION_CONTRACT",
|
|
19818
20500
|
"packages/core/issue-reporting.js#consumerIssueMarker",
|
|
19819
|
-
"packages/core/buildchain-
|
|
20501
|
+
"packages/core/buildchain-compatibility-proof.js#contractSummary",
|
|
19820
20502
|
"packages/core/controller-evidence.js#controllerEvidenceDigest",
|
|
19821
20503
|
"packages/core/release-tail-provider-adapters.js#createActivationReceiptProjectorAdapter",
|
|
19822
20504
|
"packages/core/anchored-version-material.js#createAnchoredVersionMaterialEvidence",
|
|
@@ -19932,7 +20614,7 @@
|
|
|
19932
20614
|
"packages/core/public-surface-audit.js#enumerateDocCommandRefs",
|
|
19933
20615
|
"packages/core/public-surface-audit.js#enumerateSitePages",
|
|
19934
20616
|
"packages/core/public-surface-audit.js#enumerateWorkflowInputs",
|
|
19935
|
-
"packages/core/buildchain-
|
|
20617
|
+
"packages/core/buildchain-compatibility-proof.js#evaluateBuildchainContractLock",
|
|
19936
20618
|
"packages/core/github-governance-authority.js#evaluateCodeownersAuthority",
|
|
19937
20619
|
"packages/core/github-governance-authority.js#evaluateGithubGovernanceSnapshot",
|
|
19938
20620
|
"packages/core/kfd-product-gates.js#evaluateKfdProductGate",
|
|
@@ -20172,7 +20854,7 @@
|
|
|
20172
20854
|
"packages/core/release-tail-provider-plane.js#releaseTailRoot",
|
|
20173
20855
|
"packages/core/release-tail-provider-plane.js#releaseTailStableJson",
|
|
20174
20856
|
"packages/core/readme-badges.js#renderBadgeBundleBlock",
|
|
20175
|
-
"packages/core/buildchain-
|
|
20857
|
+
"packages/core/buildchain-compatibility-proof.js#renderBuildchainContractDriftIssueBody",
|
|
20176
20858
|
"packages/core/homebrew.js#renderHomebrewFormula",
|
|
20177
20859
|
"packages/core/kfd2-product-claims.js#renderKfd2ProductClaimOutputs",
|
|
20178
20860
|
"packages/core/readme-badges.js#renderReadmeBadgeBlock",
|
|
@@ -20523,7 +21205,7 @@
|
|
|
20523
21205
|
"packages/core/issue-reporting.js#computeConsumerIssueFingerprint",
|
|
20524
21206
|
"packages/core/publication-authority.js#CONSUMER_PUBLICATION_DECISION_CONTRACT",
|
|
20525
21207
|
"packages/core/issue-reporting.js#consumerIssueMarker",
|
|
20526
|
-
"packages/core/buildchain-
|
|
21208
|
+
"packages/core/buildchain-compatibility-proof.js#contractSummary",
|
|
20527
21209
|
"packages/core/controller-evidence.js#controllerEvidenceDigest",
|
|
20528
21210
|
"packages/core/release-tail-provider-adapters.js#createActivationReceiptProjectorAdapter",
|
|
20529
21211
|
"packages/core/anchored-version-material.js#createAnchoredVersionMaterialEvidence",
|
|
@@ -20639,7 +21321,7 @@
|
|
|
20639
21321
|
"packages/core/public-surface-audit.js#enumerateDocCommandRefs",
|
|
20640
21322
|
"packages/core/public-surface-audit.js#enumerateSitePages",
|
|
20641
21323
|
"packages/core/public-surface-audit.js#enumerateWorkflowInputs",
|
|
20642
|
-
"packages/core/buildchain-
|
|
21324
|
+
"packages/core/buildchain-compatibility-proof.js#evaluateBuildchainContractLock",
|
|
20643
21325
|
"packages/core/github-governance-authority.js#evaluateCodeownersAuthority",
|
|
20644
21326
|
"packages/core/github-governance-authority.js#evaluateGithubGovernanceSnapshot",
|
|
20645
21327
|
"packages/core/kfd-product-gates.js#evaluateKfdProductGate",
|
|
@@ -20879,7 +21561,7 @@
|
|
|
20879
21561
|
"packages/core/release-tail-provider-plane.js#releaseTailRoot",
|
|
20880
21562
|
"packages/core/release-tail-provider-plane.js#releaseTailStableJson",
|
|
20881
21563
|
"packages/core/readme-badges.js#renderBadgeBundleBlock",
|
|
20882
|
-
"packages/core/buildchain-
|
|
21564
|
+
"packages/core/buildchain-compatibility-proof.js#renderBuildchainContractDriftIssueBody",
|
|
20883
21565
|
"packages/core/homebrew.js#renderHomebrewFormula",
|
|
20884
21566
|
"packages/core/kfd2-product-claims.js#renderKfd2ProductClaimOutputs",
|
|
20885
21567
|
"packages/core/readme-badges.js#renderReadmeBadgeBlock",
|
|
@@ -21218,27 +21900,37 @@
|
|
|
21218
21900
|
"specifier": "@kungfu-tech/buildchain/buildchain-contract",
|
|
21219
21901
|
"export": "./buildchain-contract",
|
|
21220
21902
|
"target": "./packages/core/buildchain-contract.js",
|
|
21221
|
-
"digest": "sha256:
|
|
21903
|
+
"digest": "sha256:03ed3b622731f78dce445ef48a2d718ad211ab144fd74686741d547687867a5f",
|
|
21222
21904
|
"summary": "Runtime contract world and compatibility digest APIs for floating-ref drift checks.",
|
|
21223
21905
|
"capabilityGroup": "governance-versioning",
|
|
21224
21906
|
"audience": [
|
|
21225
21907
|
"developer",
|
|
21226
21908
|
"agent"
|
|
21227
21909
|
],
|
|
21228
|
-
"symbolCount":
|
|
21910
|
+
"symbolCount": 22,
|
|
21229
21911
|
"symbolIds": [
|
|
21912
|
+
"packages/core/buildchain-compatibility-proof.js#assertBuildchainCompatibilityProjection",
|
|
21913
|
+
"packages/core/buildchain-compatibility-proof.js#BUILDCHAIN_COMPATIBILITY_PROOF_REGISTRY_SCHEMA",
|
|
21914
|
+
"packages/core/buildchain-compatibility-proof.js#BUILDCHAIN_COMPATIBILITY_PROOF_SCHEMA",
|
|
21915
|
+
"packages/core/buildchain-compatibility-proof.js#BUILDCHAIN_COMPATIBILITY_VERIFICATION_RECEIPT_SCHEMA",
|
|
21230
21916
|
"packages/core/buildchain-contract.js#BUILDCHAIN_CONTRACT_LOCK",
|
|
21231
21917
|
"packages/core/buildchain-contract.js#BUILDCHAIN_RUNTIME_CONTRACT_WORLD",
|
|
21232
|
-
"packages/core/buildchain-
|
|
21918
|
+
"packages/core/buildchain-compatibility-proof.js#contractSummary",
|
|
21919
|
+
"packages/core/buildchain-compatibility-proof.js#createBuildchainCompatibilityProof",
|
|
21920
|
+
"packages/core/buildchain-compatibility-proof.js#createBuildchainCompatibilityProofRegistry",
|
|
21921
|
+
"packages/core/buildchain-compatibility-proof.js#createBuildchainCompatibilityVerificationReceipt",
|
|
21233
21922
|
"packages/core/buildchain-contract.js#createBuildchainContractLock",
|
|
21234
21923
|
"packages/core/buildchain-contract.js#createBuildchainContractWorld",
|
|
21235
|
-
"packages/core/buildchain-
|
|
21924
|
+
"packages/core/buildchain-compatibility-proof.js#createHistoricalBuildchainCompatibilityProofs",
|
|
21925
|
+
"packages/core/buildchain-compatibility-proof.js#evaluateBuildchainContractLock",
|
|
21236
21926
|
"packages/core/buildchain-contract.js#finalizeBuildchainContractWorld",
|
|
21237
21927
|
"packages/core/buildchain-contract.js#readBuildchainContractLock",
|
|
21238
21928
|
"packages/core/buildchain-contract.js#readBuildchainContractWorld",
|
|
21239
|
-
"packages/core/buildchain-
|
|
21929
|
+
"packages/core/buildchain-compatibility-proof.js#renderBuildchainContractDriftIssueBody",
|
|
21240
21930
|
"packages/core/buildchain-contract.js#sha256File",
|
|
21241
|
-
"packages/core/buildchain-contract.js#sha256Json"
|
|
21931
|
+
"packages/core/buildchain-contract.js#sha256Json",
|
|
21932
|
+
"packages/core/buildchain-compatibility-proof.js#verifyBuildchainCompatibilityProof",
|
|
21933
|
+
"packages/core/buildchain-compatibility-proof.js#verifyBuildchainCompatibilityVerificationReceipt"
|
|
21242
21934
|
],
|
|
21243
21935
|
"owner": "buildchain-core",
|
|
21244
21936
|
"maturity": "stable",
|
|
@@ -22179,7 +22871,7 @@
|
|
|
22179
22871
|
"specifier": "@kungfu-tech/buildchain/engineering-housekeeper",
|
|
22180
22872
|
"export": "./engineering-housekeeper",
|
|
22181
22873
|
"target": "./packages/core/engineering-housekeeper.js",
|
|
22182
|
-
"digest": "sha256:
|
|
22874
|
+
"digest": "sha256:702ebe01406f6cecf03b9d5bdd0cd22c1b396c455e769c03d741dcb7a0c29048",
|
|
22183
22875
|
"summary": "Provider-neutral repository hygiene classification, deterministic plan and receipt, apply-time revalidation, and replay APIs.",
|
|
22184
22876
|
"capabilityGroup": "governance-versioning",
|
|
22185
22877
|
"audience": [
|
|
@@ -22212,7 +22904,7 @@
|
|
|
22212
22904
|
"specifier": "@kungfu-tech/buildchain/engineering-housekeeper-github",
|
|
22213
22905
|
"export": "./engineering-housekeeper-github",
|
|
22214
22906
|
"target": "./packages/core/engineering-housekeeper-github.js",
|
|
22215
|
-
"digest": "sha256:
|
|
22907
|
+
"digest": "sha256:d956b0a1790eecec6be5099ca16ffcc19fec0a53cd90366680234a83f1affec6",
|
|
22216
22908
|
"summary": "Paginated GitHub repository hygiene inventory, default-dry-run execution, exact-head mutation fences, and rooted provider receipts.",
|
|
22217
22909
|
"capabilityGroup": "governance-versioning",
|
|
22218
22910
|
"audience": [
|
|
@@ -22333,6 +23025,43 @@
|
|
|
22333
23025
|
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
22334
23026
|
"nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
|
|
22335
23027
|
},
|
|
23028
|
+
{
|
|
23029
|
+
"specifier": "@kungfu-tech/buildchain/release-train",
|
|
23030
|
+
"export": "./release-train",
|
|
23031
|
+
"target": "./packages/core/release-train.js",
|
|
23032
|
+
"digest": "sha256:16ea77f54dde016af95de9b2c18bfdb925f13fc3d263819eacd1100a111731c4",
|
|
23033
|
+
"summary": "Frozen Release Cut identity, rooted Release Train transitions, Dev observations, supersession, replay, and legacy read compatibility APIs.",
|
|
23034
|
+
"capabilityGroup": "governance-versioning",
|
|
23035
|
+
"audience": [
|
|
23036
|
+
"developer",
|
|
23037
|
+
"agent"
|
|
23038
|
+
],
|
|
23039
|
+
"symbolCount": 15,
|
|
23040
|
+
"symbolIds": [
|
|
23041
|
+
"packages/core/release-train.js#createReleaseCut",
|
|
23042
|
+
"packages/core/release-train.js#createReleaseTrain",
|
|
23043
|
+
"packages/core/release-train.js#LEGACY_DEV_ALPHA_CANDIDATE_STATE_SCHEMA",
|
|
23044
|
+
"packages/core/release-train.js#observeReleaseTrain",
|
|
23045
|
+
"packages/core/release-train.js#readReleaseTrain",
|
|
23046
|
+
"packages/core/release-train.js#RELEASE_CUT_CONTRACT",
|
|
23047
|
+
"packages/core/release-train.js#RELEASE_TRAIN_CONTRACT",
|
|
23048
|
+
"packages/core/release-train.js#RELEASE_TRAIN_OBSERVATION_CONTRACT",
|
|
23049
|
+
"packages/core/release-train.js#RELEASE_TRAIN_STATES",
|
|
23050
|
+
"packages/core/release-train.js#RELEASE_TRAIN_SUPERSESSION_CAUSES",
|
|
23051
|
+
"packages/core/release-train.js#RELEASE_TRAIN_TRANSITION_CONTRACT",
|
|
23052
|
+
"packages/core/release-train.js#releaseTrainRoot",
|
|
23053
|
+
"packages/core/release-train.js#transitionReleaseTrain",
|
|
23054
|
+
"packages/core/release-train.js#validateReleaseCut",
|
|
23055
|
+
"packages/core/release-train.js#validateReleaseTrain"
|
|
23056
|
+
],
|
|
23057
|
+
"owner": "buildchain-core",
|
|
23058
|
+
"maturity": "stable",
|
|
23059
|
+
"introducedVersion": "pre-3.0.2-alpha.4",
|
|
23060
|
+
"compatibilityPromise": "preserved-through-the-v3-major-line",
|
|
23061
|
+
"deprecationReplacement": "",
|
|
23062
|
+
"sunsetCondition": "explicit-breaking-change-review-in-a-future-major-line",
|
|
23063
|
+
"nonDuplicationRationale": "Existing package subpath retained as the canonical API boundary for this capability."
|
|
23064
|
+
},
|
|
22336
23065
|
{
|
|
22337
23066
|
"specifier": "@kungfu-tech/buildchain/stable-candidate-ledger",
|
|
22338
23067
|
"export": "./stable-candidate-ledger",
|
|
@@ -22766,7 +23495,7 @@
|
|
|
22766
23495
|
{
|
|
22767
23496
|
"id": "node-api-reference",
|
|
22768
23497
|
"path": "docs/node-api-reference.md",
|
|
22769
|
-
"digest": "sha256:
|
|
23498
|
+
"digest": "sha256:34f39632494c0f4d4961fd79fc8ac94466da56c29f04f09e706f402d98ef125c"
|
|
22770
23499
|
},
|
|
22771
23500
|
{
|
|
22772
23501
|
"id": "build-facts",
|
|
@@ -22791,7 +23520,7 @@
|
|
|
22791
23520
|
{
|
|
22792
23521
|
"id": "site-bundle-contract",
|
|
22793
23522
|
"path": "docs/site-bundle-contract.md",
|
|
22794
|
-
"digest": "sha256:
|
|
23523
|
+
"digest": "sha256:371030eda56d7a968d037e8b9a348e0211038506b8c0b14c539ec790ce884945"
|
|
22795
23524
|
}
|
|
22796
23525
|
],
|
|
22797
23526
|
"guidance": "These are the public Node import surfaces and symbols shipped by the npm package. Prefer them over internal file paths."
|