[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

@ -37,7 +37,7 @@ if (Test-Path $memRoot) {
if (Test-Path $arc) {
Get-ChildItem -Path $arc -Filter '*.md' -File -ErrorAction SilentlyContinue | ForEach-Object {
$n = $_.Name
if ($n -eq '_INDEX.md') { return } # muc-luc, KHONG phai shard
if ($n -like '_INDEX*.md') { return } # muc-luc (ke ca ban rotate _INDEX-<period>.md @S167), KHONG phai shard
if ($n -like '*.gist.md') { return } # ban nen, KHONG phai shard
$gist = Join-Path $arc ($n -replace '\.md$', '.gist.md')
if (-not (Test-Path $gist)) { $pending += $_.FullName }