Align platform audit with generated dashboard

This commit is contained in:
Affaan Mustafa
2026-05-15 17:58:54 -04:00
parent 62821de1a5
commit 2fdbe0501e
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' }
),

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/linkedin-post.md': 'linkedin post',
'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',
'Prompt-To-Artifact Checklist',
'Next Work Order',

View File

@@ -65,6 +65,7 @@ function seedRepo(rootDir, overrides = {}) {
'IOC scan'
].join('\n'),
'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',
'ITO-44',
'ITO-59',