Review changes batch 6 of 6

This commit is contained in:
2026-07-20 06:52:33 +08:00
parent db97d3da27
commit 5a31a75da0
160 changed files with 9206 additions and 572 deletions
+3 -3
View File
@@ -15,8 +15,8 @@ $planning = Get-Content -Raw -Encoding UTF8 (Join-Path $root $planningPath)
foreach ($required in @(
(ConvertFrom-Utf8Base64 'NTIg5p2h5rS75Yqo6Lev55Sx'),
(ConvertFrom-Utf8Base64 'NTIg5Liq5b6F5a6h5qC4'),
(ConvertFrom-Utf8Base64 'MCDkuKrlt7LpqozmlLY='),
(ConvertFrom-Utf8Base64 'NiDkuKrmqKHlnZfln7rlh4Y='),
(ConvertFrom-Utf8Base64 'ZG9jcy/lpJzpl7Tmibnph4/mlLbmlZvkuqTmjqVfMjAyNi0wNy0yMC5tZA=='),
'product-design:index',
'product-design:audit',
'imagegen',
@@ -44,7 +44,7 @@ foreach ($encodedStale in @(
$approved = ([regex]::Matches($planning, '\|\s*`\[x\]`[^|]*\|\s*\d+\s*\|')).Count
$candidate = ([regex]::Matches($planning, '\|\s*`\[~\]`[^|]*\|\s*\d+\s*\|')).Count
if ($approved -ne 0 -or $candidate -ne 52) {
if ($approved -ne 6 -or $candidate -ne 46) {
throw "planning counts changed: approved=$approved candidate=$candidate"
}