mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-05-16 17:32:13 +08:00
Align platform audit with generated dashboard
This commit is contained in:
@@ -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' }
|
||||
),
|
||||
|
||||
@@ -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',
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user