mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
Align platform audit with generated dashboard
This commit is contained in:
parent
5157ee63f0
commit
e26b5132c2
3 changed files with 9 additions and 1 deletions
|
|
@ -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' }
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue