[CLAUDE] Scripts: S167 governance — split _INDEX auto-rotate + 3 script _INDEX*-glob + tran _mind 48KB + ratified-stamps
All checks were successful
Deploy SOLUTION_ERP / build-deploy (push) Successful in 6m24s

Slot(57) anh "auto": cicd-monitor _INDEX 21.468->8.756B (42,7% cap) + _INDEX-2026-H1.md tang-lanh;
3 script cung-class nhan _INDEX*.md (gate chong-haystack-duong-gia + doc MOI index-file; measure truc
l2_index; shard-probe loai-tru); fault-inject 2-chieu PASS + A7 427/427 lan dau sach (va needle-quote
test-specialist + mega-line + 29-entry lac-section). Slot(58) anh "nang tran": mind_ctx_kb 32->48
(live-verified 62,2%). G-1 RATIFIED stamps KhkkWorkflowPanel x2 app (SHA-pair giu) + STATUS 622/counter-41.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
pqhuy1987
2026-08-01 13:06:39 +07:00
parent aaed699228
commit 628132cf10
6 changed files with 17 additions and 12 deletions

View File

@ -17,7 +17,7 @@ Get-ChildItem -Path $Root -Directory | Sort-Object Name | ForEach-Object {
$verbatim = 0; $index = 0; $gist = 0
if (Test-Path $archDir) {
Get-ChildItem -Path $archDir -Filter *.md | ForEach-Object {
if ($_.Name -eq '_INDEX.md') { $index += $_.Length }
if ($_.Name -like '_INDEX*.md') { $index += $_.Length } # S167 split: rotated _INDEX-<period>.md stays in the l2_index axis (not verbatim)
elseif ($_.Name -like '*.gist.md') { $gist += $_.Length }
else { $verbatim += $_.Length }
}