@dzhechkov/harness-core 0.3.125 → 0.3.126
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/.dz-manifest.json +37 -13
- package/README.md +2 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -0
- package/dist/index.js.map +1 -1
- package/dist/release.d.ts +206 -0
- package/dist/release.d.ts.map +1 -0
- package/dist/release.js +509 -0
- package/dist/release.js.map +1 -0
- package/package.json +4 -4
- package/sbom.json +72 -12
- package/src/index.ts +32 -0
- package/src/release.ts +692 -0
package/sbom.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"hashes": [
|
|
26
26
|
{
|
|
27
27
|
"alg": "SHA-256",
|
|
28
|
-
"content": "
|
|
28
|
+
"content": "f8b15b435c5d7e5fe357563d88632e7f5e7ce015ca60502be47debfd8c7088c0"
|
|
29
29
|
}
|
|
30
30
|
]
|
|
31
31
|
},
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"hashes": [
|
|
46
46
|
{
|
|
47
47
|
"alg": "SHA-256",
|
|
48
|
-
"content": "
|
|
48
|
+
"content": "1943a78d5ecdabd823dcb464adff32f89043e9a9c6d37cc6c95a44500e92843c"
|
|
49
49
|
}
|
|
50
50
|
]
|
|
51
51
|
},
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"hashes": [
|
|
56
56
|
{
|
|
57
57
|
"alg": "SHA-256",
|
|
58
|
-
"content": "
|
|
58
|
+
"content": "d6cddfdecd95c4d88182b8f2e238792a5e4c5638b4ee225c5092ae77b8f038f8"
|
|
59
59
|
}
|
|
60
60
|
]
|
|
61
61
|
},
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
"hashes": [
|
|
86
86
|
{
|
|
87
87
|
"alg": "SHA-256",
|
|
88
|
-
"content": "
|
|
88
|
+
"content": "24bd7299059cc4bec2daa80d7acbdcb2e9276089b71ef3e1a629260eda65bec1"
|
|
89
89
|
}
|
|
90
90
|
]
|
|
91
91
|
},
|
|
@@ -105,7 +105,7 @@
|
|
|
105
105
|
"hashes": [
|
|
106
106
|
{
|
|
107
107
|
"alg": "SHA-256",
|
|
108
|
-
"content": "
|
|
108
|
+
"content": "475e0fe85109ec159a2f521878068aa6960f879fdf54f680a2f31407d6455f47"
|
|
109
109
|
}
|
|
110
110
|
]
|
|
111
111
|
},
|
|
@@ -1035,7 +1035,7 @@
|
|
|
1035
1035
|
"hashes": [
|
|
1036
1036
|
{
|
|
1037
1037
|
"alg": "SHA-256",
|
|
1038
|
-
"content": "
|
|
1038
|
+
"content": "c6507d27673f2e5a3cf2a42c1cd9f59d324566a0d8d177364ba57e70ecc13f70"
|
|
1039
1039
|
}
|
|
1040
1040
|
]
|
|
1041
1041
|
},
|
|
@@ -1045,7 +1045,7 @@
|
|
|
1045
1045
|
"hashes": [
|
|
1046
1046
|
{
|
|
1047
1047
|
"alg": "SHA-256",
|
|
1048
|
-
"content": "
|
|
1048
|
+
"content": "006fd6abb1564e8212034f7592141f73093cbdf033269eb5e92a0e85ae1429bd"
|
|
1049
1049
|
}
|
|
1050
1050
|
]
|
|
1051
1051
|
},
|
|
@@ -1055,7 +1055,7 @@
|
|
|
1055
1055
|
"hashes": [
|
|
1056
1056
|
{
|
|
1057
1057
|
"alg": "SHA-256",
|
|
1058
|
-
"content": "
|
|
1058
|
+
"content": "1dfe23fbe5d6d60f94012e0d2c3c265dd0f408ec0cb3dd81b152f301985aaa15"
|
|
1059
1059
|
}
|
|
1060
1060
|
]
|
|
1061
1061
|
},
|
|
@@ -1065,7 +1065,7 @@
|
|
|
1065
1065
|
"hashes": [
|
|
1066
1066
|
{
|
|
1067
1067
|
"alg": "SHA-256",
|
|
1068
|
-
"content": "
|
|
1068
|
+
"content": "a0928e9b65bc01b64e04ed4638a923d7eb7978748d830ed0edd2310cfc8f3fd8"
|
|
1069
1069
|
}
|
|
1070
1070
|
]
|
|
1071
1071
|
},
|
|
@@ -1669,6 +1669,46 @@
|
|
|
1669
1669
|
}
|
|
1670
1670
|
]
|
|
1671
1671
|
},
|
|
1672
|
+
{
|
|
1673
|
+
"type": "file",
|
|
1674
|
+
"name": "dist/release.d.ts",
|
|
1675
|
+
"hashes": [
|
|
1676
|
+
{
|
|
1677
|
+
"alg": "SHA-256",
|
|
1678
|
+
"content": "ccc6b0c5267e3c6236f7abba5c9b436d728acff7e1265b8661633150006da7aa"
|
|
1679
|
+
}
|
|
1680
|
+
]
|
|
1681
|
+
},
|
|
1682
|
+
{
|
|
1683
|
+
"type": "file",
|
|
1684
|
+
"name": "dist/release.d.ts.map",
|
|
1685
|
+
"hashes": [
|
|
1686
|
+
{
|
|
1687
|
+
"alg": "SHA-256",
|
|
1688
|
+
"content": "e73877b3aa674936b7b195f7d2f310cfb8490d0c1c341c56612eb93cad4d7fb1"
|
|
1689
|
+
}
|
|
1690
|
+
]
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"type": "file",
|
|
1694
|
+
"name": "dist/release.js",
|
|
1695
|
+
"hashes": [
|
|
1696
|
+
{
|
|
1697
|
+
"alg": "SHA-256",
|
|
1698
|
+
"content": "c7af542cf783fcd639e6c0b3e15463864aaa816d93abce5e05c39d75979d4b1f"
|
|
1699
|
+
}
|
|
1700
|
+
]
|
|
1701
|
+
},
|
|
1702
|
+
{
|
|
1703
|
+
"type": "file",
|
|
1704
|
+
"name": "dist/release.js.map",
|
|
1705
|
+
"hashes": [
|
|
1706
|
+
{
|
|
1707
|
+
"alg": "SHA-256",
|
|
1708
|
+
"content": "9123f8a37ffc19886f2940c700c2622509cd4deb0eea762ed3cc1e1f0907d17f"
|
|
1709
|
+
}
|
|
1710
|
+
]
|
|
1711
|
+
},
|
|
1672
1712
|
{
|
|
1673
1713
|
"type": "file",
|
|
1674
1714
|
"name": "dist/risk-scoring.d.ts",
|
|
@@ -2355,7 +2395,7 @@
|
|
|
2355
2395
|
"hashes": [
|
|
2356
2396
|
{
|
|
2357
2397
|
"alg": "SHA-256",
|
|
2358
|
-
"content": "
|
|
2398
|
+
"content": "e8b881c0e593ac5ce2fd9d4095148767019134fcc5bb51734e9165344e24e2e8"
|
|
2359
2399
|
}
|
|
2360
2400
|
]
|
|
2361
2401
|
},
|
|
@@ -2595,7 +2635,7 @@
|
|
|
2595
2635
|
"hashes": [
|
|
2596
2636
|
{
|
|
2597
2637
|
"alg": "SHA-256",
|
|
2598
|
-
"content": "
|
|
2638
|
+
"content": "f7adf0eaba8766cd1b59708bfec06861cfa2d891627bcc0aaa9776b87f646fc5"
|
|
2599
2639
|
}
|
|
2600
2640
|
]
|
|
2601
2641
|
},
|
|
@@ -2739,6 +2779,16 @@
|
|
|
2739
2779
|
}
|
|
2740
2780
|
]
|
|
2741
2781
|
},
|
|
2782
|
+
{
|
|
2783
|
+
"type": "file",
|
|
2784
|
+
"name": "src/release.ts",
|
|
2785
|
+
"hashes": [
|
|
2786
|
+
{
|
|
2787
|
+
"alg": "SHA-256",
|
|
2788
|
+
"content": "aa9168da8584d311a2cdef736c2352180e6a52752a4d9859ad535d825cd502ad"
|
|
2789
|
+
}
|
|
2790
|
+
]
|
|
2791
|
+
},
|
|
2742
2792
|
{
|
|
2743
2793
|
"type": "file",
|
|
2744
2794
|
"name": "src/risk-scoring.ts",
|
|
@@ -3185,7 +3235,7 @@
|
|
|
3185
3235
|
"hashes": [
|
|
3186
3236
|
{
|
|
3187
3237
|
"alg": "SHA-256",
|
|
3188
|
-
"content": "
|
|
3238
|
+
"content": "7c5286b98730b9871b9a6e82cc5f0255fa26f71ea01583c7606d9f8f15f8439b"
|
|
3189
3239
|
}
|
|
3190
3240
|
]
|
|
3191
3241
|
},
|
|
@@ -3449,6 +3499,16 @@
|
|
|
3449
3499
|
}
|
|
3450
3500
|
]
|
|
3451
3501
|
},
|
|
3502
|
+
{
|
|
3503
|
+
"type": "file",
|
|
3504
|
+
"name": "test/release.test.ts",
|
|
3505
|
+
"hashes": [
|
|
3506
|
+
{
|
|
3507
|
+
"alg": "SHA-256",
|
|
3508
|
+
"content": "ab77b05e960006dc81b739c0f63a6d37ecbdd2817b31475d5ab50e44da7c35b9"
|
|
3509
|
+
}
|
|
3510
|
+
]
|
|
3511
|
+
},
|
|
3452
3512
|
{
|
|
3453
3513
|
"type": "file",
|
|
3454
3514
|
"name": "test/routing-outcomes.test.ts",
|
package/src/index.ts
CHANGED
|
@@ -167,6 +167,38 @@ export type { PackageDownloads, DownloadsReport } from './downloads.js';
|
|
|
167
167
|
export { discoverInstalled, checkUpgrades } from './upgrade.js';
|
|
168
168
|
export type { InstalledSkill, UpgradeCheck, UpgradeReport } from './upgrade.js';
|
|
169
169
|
export type { PublishResult, PublishReport, ProvenanceMode, ProvenanceDecision } from './publish.js';
|
|
170
|
+
// Verified-release engine (feature release-verified, ADR-001) — pure VERIFY-phase planner +
|
|
171
|
+
// classifier in front of the untouched publish path. formatPublishError is re-exported for the
|
|
172
|
+
// CLI executor's captured-output discipline.
|
|
173
|
+
export {
|
|
174
|
+
collectPackageFacts,
|
|
175
|
+
selectAffectedPackages,
|
|
176
|
+
planReleaseGates,
|
|
177
|
+
classifyGateExecutions,
|
|
178
|
+
buildFailureIssue,
|
|
179
|
+
buildReleaseNotes,
|
|
180
|
+
releaseTagName,
|
|
181
|
+
firstOutputLine,
|
|
182
|
+
RELEASE_GATE_ORDER,
|
|
183
|
+
RELEASE_TIMEOUTS,
|
|
184
|
+
} from './release.js';
|
|
185
|
+
export type {
|
|
186
|
+
ReleaseGateId,
|
|
187
|
+
ReleaseFailureClass,
|
|
188
|
+
ReleaseSkipClass,
|
|
189
|
+
ReleaseBinEntry,
|
|
190
|
+
ReleasePackageFacts,
|
|
191
|
+
GateStep,
|
|
192
|
+
GateSkip,
|
|
193
|
+
GatePlan,
|
|
194
|
+
GateExecution,
|
|
195
|
+
GateFailure,
|
|
196
|
+
GateResult,
|
|
197
|
+
ReleaseVerdict,
|
|
198
|
+
PlanReleaseGatesOptions,
|
|
199
|
+
FailureIssueContext,
|
|
200
|
+
} from './release.js';
|
|
201
|
+
export { formatPublishError } from './publish.js';
|
|
170
202
|
export { computeRiskScore } from './risk-scoring.js';
|
|
171
203
|
export type { RiskScore, RiskThresholds } from './risk-scoring.js';
|
|
172
204
|
export {
|