Align platform audit with generated dashboard

This commit is contained in:
Affaan Mustafa
2026-05-15 17:58:54 -04:00
committed by Affaan Mustafa
parent 5157ee63f0
commit e26b5132c2
3 changed files with 9 additions and 1 deletions

View File

@@ -476,7 +476,13 @@ function buildLocalEvidenceChecks(rootDir) {
),
buildCheck(
'operator-readiness-dashboard',
includesAll(operatorDashboard, ['Prompt-To-Artifact Checklist', 'ITO-44', 'ITO-59', 'PR queue', 'Not complete']) ? 'pass' : 'fail',
includesAll(operatorDashboard, [
'This dashboard is generated by `npm run operator:dashboard`',
'Prompt-To-Artifact Checklist',
'PR queue',
'Not complete',
'Next Work Order',
]) ? 'pass' : 'fail',
'operator dashboard maps macro-goal requirements to current evidence and open gaps',
{ path: 'docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-15.md' }
),