@resolveio/server-lib 22.3.180 → 22.3.181
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/util/ai-run-evidence-adapters.js +2 -2
- package/util/ai-run-evidence-adapters.js.map +1 -1
- package/util/ai-run-evidence.js +1 -1
- package/util/ai-run-evidence.js.map +1 -1
- package/util/ai-runner-manager-policy.d.ts +1 -0
- package/util/ai-runner-manager-policy.js +19 -12
- package/util/ai-runner-manager-policy.js.map +1 -1
- package/util/support-runner-v5.js +4 -4
- package/util/support-runner-v5.js.map +1 -1
package/package.json
CHANGED
|
@@ -591,8 +591,8 @@ function hotfixCommitProofGate(evidence, now) {
|
|
|
591
591
|
label: 'Hotfix GitHub commit proof',
|
|
592
592
|
status: status,
|
|
593
593
|
reason: guard.passed
|
|
594
|
-
? 'Hotfix has matching sourceCommitSha, GitHub commit URL, and passed gitPushStatus
|
|
595
|
-
: (guard.blockers.join('; ') || 'Manager hotfix is blocked until sourceCommitSha, githubCommitUrl, and passed gitPushStatus prove the hotfix is pushed to GitHub.'),
|
|
594
|
+
? 'Hotfix has matching sourceCommitSha, GitHub commit URL, passed gitCommitStatus, and passed gitPushStatus.'
|
|
595
|
+
: (guard.blockers.join('; ') || 'Manager hotfix is blocked until sourceCommitSha, githubCommitUrl, passed gitCommitStatus, and passed gitPushStatus prove the hotfix is committed and pushed to GitHub.'),
|
|
596
596
|
evidenceRefs: cleanStringList([guard.githubCommitUrl], 1, 500),
|
|
597
597
|
recordedAt: isoNow(now || ((_a = validation.normalized) === null || _a === void 0 ? void 0 : _a.recordedAt)),
|
|
598
598
|
metadata: {
|