From e6c16b40b80b3b323586c9e8341faa87c01a728c Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Sun, 17 May 2026 17:57:37 -0400 Subject: [PATCH] docs: refresh rc1 dashboard after security hardening --- .../2.0.0-rc.1/operator-readiness-dashboard-2026-05-17.md | 8 ++++---- scripts/operator-readiness-dashboard.js | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-17.md b/docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-17.md index 392f4e3b..04f4d225 100644 --- a/docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-17.md +++ b/docs/releases/2.0.0-rc.1/operator-readiness-dashboard-2026-05-17.md @@ -2,8 +2,8 @@ This dashboard is generated by `npm run operator:dashboard`. It is an operator snapshot, not release approval. -Generated: 2026-05-17T19:40:39.634Z -Commit: 822ed726a8d82f705431d1772289ac81b2edc35e +Generated: 2026-05-17T21:56:22.061Z +Commit: 36d390aa7d733d458963a203b91998d3aec477b2 Status: work remaining ## Current Status @@ -13,8 +13,8 @@ Status: work remaining | PR queue | Current | 0 open PRs across tracked repos | | Issue queue | Current | 0 open issues across tracked repos | | Discussions | Current | 0 need maintainer touch; 0 missing accepted answer | -| Local worktree | Current | 0 blocking dirty files; 1 ignored dirty entries | -| Dashboard generation | Current | platform audit ready: true; GitHub skipped: false | +| Local worktree | Needs work | 1 blocking dirty files; 1 ignored dirty entries | +| Dashboard generation | Needs work | platform audit ready: false; GitHub skipped: false | | Publication | Not complete | release, npm, plugin, billing, and announcement gates are tracked below | ## Prompt-To-Artifact Checklist diff --git a/scripts/operator-readiness-dashboard.js b/scripts/operator-readiness-dashboard.js index 1bb1e081..715204d9 100644 --- a/scripts/operator-readiness-dashboard.js +++ b/scripts/operator-readiness-dashboard.js @@ -372,7 +372,7 @@ function eccToolsNextLevelGap(roadmap) { function supplyChainLocalProtectionEvidence({ roadmap, scripts }) { if (scripts['security:advisory-sources'] === 'node scripts/ci/supply-chain-advisory-sources.js' && roadmap.includes('package-manager hardening Action outputs')) { - return 'scheduled supply-chain watch emits IOC/advisory-source refresh artifacts; AgentShield now detects known AI-tool persistence IOCs, npm lifecycle/token drift, unsupported npm age-key drift, and pnpm/Yarn cooldown drift; ITO-57 has May 17 Linear evidence updates'; + return 'scheduled supply-chain watch emits IOC/advisory-source refresh artifacts; ECC scanner covers gh-token-monitor token-store persistence; AgentShield now detects known AI-tool persistence IOCs, npm lifecycle/token drift, unsupported npm age-key drift, and pnpm/Yarn cooldown drift; ITO-57 has May 17 Linear evidence updates'; } return scripts['security:advisory-sources'] === 'node scripts/ci/supply-chain-advisory-sources.js'