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( buildCheck(
'operator-readiness-dashboard', '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', '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' } { path: 'docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-15.md' }
), ),

View File

@ -60,6 +60,7 @@ function seedRepo(rootDir, overrides = {}) {
'docs/releases/2.0.0-rc.1/x-thread.md': 'x thread', 'docs/releases/2.0.0-rc.1/x-thread.md': 'x thread',
'docs/releases/2.0.0-rc.1/linkedin-post.md': 'linkedin post', 'docs/releases/2.0.0-rc.1/linkedin-post.md': 'linkedin post',
'docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-15.md': [ 'docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-15.md': [
'This dashboard is generated by `npm run operator:dashboard`',
'operator:dashboard', 'operator:dashboard',
'Prompt-To-Artifact Checklist', 'Prompt-To-Artifact Checklist',
'Next Work Order', 'Next Work Order',

View File

@ -65,6 +65,7 @@ function seedRepo(rootDir, overrides = {}) {
'IOC scan' 'IOC scan'
].join('\n'), ].join('\n'),
'docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-15.md': [ 'docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-15.md': [
'This dashboard is generated by `npm run operator:dashboard`',
'Prompt-To-Artifact Checklist', 'Prompt-To-Artifact Checklist',
'ITO-44', 'ITO-44',
'ITO-59', 'ITO-59',