npx tsx scripts/mirror-dist-renderer.ts --dry-run の 出力 で file 名 判明、 判断 3 route (delete / gate に 「dist-only = fail」 追加 / allow-list 例外)藤本さん directive 「Reiスタック検査票 (毎朝 7 時・v2) に plugin_census を 毎日更新、 追加していきたい」 (STEP 1826 arc の 冒頭)。 検査票 実体化 の 過程 で pre-existing 系統問題 (dist-renderer/data mirror が SPA fallback で 配信されていた + tools/index.html が 手動再生成必要) を 発見、 藤本さん recommendation 4 point (1-3 統合 comparator-cron 拡張 + 4 独立 CI gate) を 起点 に arc 展開。
| STEP | commit | 内容 | gate |
|---|---|---|---|
| 1826 | 52740501e |
comparator-cron.yml 拡張 (plugin_census 5 本目 + dist-renderer mirror step + generate-tools-index wire、 3 point) | ✓ |
| 1827 | e75527dac |
dist-renderer/data/** byte-match CI gate (STEP 1802 bake-sync 同型 別対象) | ✓ |
| 1832 | aefa16e94 |
crypto histFile per-file A (class 3 例目 unblock、 build-crypto-data.ts mirror write 追加) |
✓ (gate は site-stats drift catch = case 4 発見 契機) |
| 1833 | 471456d58 |
auto-publish staging list per-file A (case 4 shape variant unblock、 hand-list の site-stats mirror path 追加) | ✓ |
| 1835 | 6c99c64d4 |
中央 mirror step scripts/mirror-dist-renderer.ts 追加 + wire (commit 1、 belt-and-suspenders 段階) |
✓ (no data change、 belt-suspenders 想定通り) |
| 1836 | b580bf391 |
22 generators strip + auto-publish wholesale (commit 2、 single-source pattern) | ✓ (剥がし方 の 問題 なし、 藤本さん設計 通り) |
| pickup | d263ba1a5 |
STEP 1836 notepad 末尾 に 「明日 first-task」 section 追加 (dist-only 11 file 発見記録 + 3 route 判断 defer) | — |
| # | pattern | 解決 STEP |
|---|---|---|
| 1 | seven-logic ↔ Verilog テーブル | STEP 1802 (bake-sync gate) |
| 2 | data/comparator ↔ dist-renderer | STEP 1815 addendum + 1826 embed |
| 3 | data/crypto histFile ↔ dist-renderer | STEP 1832 per-file A |
| 4 | auto-publish staging list の mirror path 欠落 | STEP 1833 per-file A (shape variant) |
Class-level fix (STEP 1835 + 1836) で 4 例 が 同じ 1 箇所 に 収束:
mirror-dist-renderer.ts) で copy ✓git add dist-renderer/data/ で staging list 忘れ 予防 ✓[mirror-dist-renderer — STEP 1835] (auto-commit 491dfb324、 2026-09-06 05:10 UTC) total mirror files: 3922 copied: 5 ← 中央 step が 実 write した (5 comparator gauge 分) identical (no-op): 3906 dist-only (no src): 11 ← ★ inverse class variant 発見、 明日 pickup elapsed: 105ms
5 gauge が 実際 に 再生成 → 中央 step が drift 検出 → mirror side に copy → wholesale git add dist-renderer/data/ で 5 file が commit に 含まれた。 中央 step の 実 write path が 実 GitHub Actions runner で 動作 の evidence。
feed-<TODAY>.json 型 = 特定 日 のみ 現れる file) は まだ 中央 step を 通っていない、 全 path カバー の 実証 は 22 generator が それぞれ 実際に 走った 後。 今日 の green は 必要条件、 十分条件 は 22 generator 実 走行 + gate。
2026-09-06T07-45_STEP-1798_plugin-census-v01-integration-from-chat-handoff.md2026-09-06T07-55_STEP-1814_plugin-census-cms-countmode-last-page-index.md2026-09-06T08-00_STEP-1815_research-radar-tail-comparator-inspection.md (末尾 に STEP 1815 addendum arc の 3 commit forward ref)2026-09-06T08-30_STEP-1826_comparator-cron-extend-plugin-census-mirror-tools-index.md2026-09-06T09-00_STEP-1827_dist-renderer-data-byte-match-ci-gate.md2026-09-06T13-00_STEP-1832_crypto-histfile-mirror-fix-plus-stale-refresh.md (末尾 に case 4 post-land + STEP 1835 forward ref)2026-09-06T14-00_STEP-1835_centralize-mirror-step-commit-1.md2026-09-06T14-30_STEP-1836_centralize-mirror-commit-2-strip-generators.md (末尾 に 明日 の pickup section)STEP_1798.md / STEP_1814.md / STEP_1815.md / STEP_1826.md / STEP_1827.md / STEP_1832.md / STEP_1835.md / STEP_1836.md52740501e STEP 1826 (workflow gate not applicable) e75527dac STEP 1827 (initial land) ✓ real repo clean aefa16e94 STEP 1832 (crypto fix) ✗ site-stats drift (case 4 uncovered) 471456d58 STEP 1833 (case 4 unblock) ✓ auto-publish staging fixed 6c99c64d4 STEP 1835 (commit 1) ✓ belt-and-suspenders no data change b580bf391 STEP 1836 (commit 2) ✓ single-source pattern working 491dfb324 workflow manual trigger auto-commit (5 comparator files mirrored via 中央 step) d263ba1a5 pickup note (dist-only 11 file 発見記録)
# dry-run で 数字確認
npx tsx scripts/mirror-dist-renderer.ts --dry-run
# file 名 抜出 (2 通り):
# (a) find diff
find dist-renderer/data -type f -print0 | while IFS= read -r -d '' f; do
rel="${f#dist-renderer/data/}"
[ -f "data/$rel" ] || echo "$rel"
done
# (b) mirror script debug 出力 追加 (別 STEP 検討)
# 手動 trigger 不要、 cron が 自動走行 # 次 auto-publish 走行後 の gate 結果 で verify gh -R fc0web/rei-aios run list --workflow="dist-renderer-mirror-check.yml" --limit 5
# 全 22 generator + auto-publish で grep grep -n "OUT_DIST_DIR\|distDataDir\|distDir" scripts/build-*.ts scripts/generate-*.ts scripts/auto-publish.ts # 一括削除 (dead const 定義 + mkdir loop から の 除去) # ★ 但し 削除 diff の review 必須、 minimal diff で 別 STEP 分割