# 玲奈貼身助理與專家編排系統：本地證據清單

> 用途：補充主報告第 3 節的可重現本地基線。這些是時間敏感的工程快照，不是外部研究結論，也不證明主體同一性或生產安全。

## 快照範圍

- 報告基準日：2026-08-21（US/Pacific）
- 下列 SHA-256 與檔案 metadata 於報告反方審查後重新讀取。
- runtime log 會持續變動；重跑時應建立新的 manifest，不覆寫本檔。

## Canonical artifacts

| 主張 | Artifact | Bytes | mtime (US/Pacific) | SHA-256 |
|---|---|---:|---|---|
| C1.1 metadata projector 結果 | `/home/ubuntu/.hermes/research/reina-core/event-projector-c1-1-metadata-shadow-report.json` | 21,965 | 2026-08-13 08:59:39 | `0211b7333313b2c8eaf4d983a3ab52117418e4c1b3691e90808f811fbe527fab` |
| C1.2 continuity pilot 結果 | `/home/ubuntu/.hermes/research/reina-core/continuity-bundle-c1-2-pilot-stats-report.json` | 24,827 | 2026-08-13 08:59:42 | `3a96d004eb38ab58977c8aa12aa2cda283486eb761b67f7e297206b2528d9b3f` |
| 長期目標／授權來源 | `/home/ubuntu/.hermes/identity/goals.md` | 25,663 | 2026-08-19 21:04:49 | `56e2bec0ab142e7531fb474a36fac0bd2c407e95ff3a4fae14d7ee88bec5b9dd` |
| 興趣軌跡 | `/home/ubuntu/.hermes/identity/interests.md` | 14,060 | 2026-08-04 16:30:43 | `e1e7df7fa8a3d13e755d3b0421a5e715f15d5159892506f8b3325c4d5aafe009` |
| reflection event store | `/home/ubuntu/.hermes/identity/reflections/events.jsonl` | 0 | 2026-07-03 16:29:21 | `e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855` |
| shadow router event log | `/home/ubuntu/.hermes/workflows/hermes-router-replacement-20260703/artifacts/shadow_router_events.jsonl` | 1,053,135 | 2026-08-21 22:14:57 | `2ff5bcb65f711f61809a7524fa71412ab60f839582cb975dfd8c223685d39787` |

Router log 在此快照共有 1,858 行；主報告中的 latency 與 route 分布只取當時最近 500 筆，因此分母是 500，不是整份 1,858 行。

## 重現命令

```bash
sha256sum \
  ~/.hermes/research/reina-core/event-projector-c1-1-metadata-shadow-report.json \
  ~/.hermes/research/reina-core/continuity-bundle-c1-2-pilot-stats-report.json \
  ~/.hermes/identity/goals.md \
  ~/.hermes/identity/interests.md \
  ~/.hermes/identity/reflections/events.jsonl \
  ~/.hermes/workflows/hermes-router-replacement-20260703/artifacts/shadow_router_events.jsonl

stat -c '%n|%s|%y' <上述檔案>
wc -l ~/.hermes/workflows/hermes-router-replacement-20260703/artifacts/shadow_router_events.jsonl
python3 ~/.hermes/research/reina-core/continuity_bundle_c1_2_pilot_stats.py
python3 ~/.hermes/research/reina-core/reina_event_projector_c1_1_metadata_shadow.py
python3 ~/.hermes/scripts/reina_memory_v2_phase1_check.py
```

## 分母與排除規則

- C1.1 與 C1.2 的分母、accepted/rejected 分類，以各自 JSON report 的 schema 與記錄為準，不從 Markdown 敘述反推。
- Router 指標採當時最新 500 個可解析 event；空行、JSON 解析失敗及缺少 latency 欄位者須另列，不得靜默排除。
- `events.jsonl` 的 0 筆指 bytes=0，不包含 template、schema、index 或 diary。
- scripts／entries 統計會隨檔案新增、刪除而漂移，只能作盤點線索，不作安全或成熟度證據。

## 限制

1. 本清單沒有包含日記內容，也不以日記原文作驗收證據。
2. SHA-256 只能證明之後比對的是同一份 bytes，不能證明資料最初正確。
3. 本地結果尚未形成可獨立重跑的 hermetic benchmark bundle；Phase A 應把依賴、config hash、模型版本與排除規則一起封裝。
4. 主報告若更新這些本地數字，必須建立新日期 manifest 並重新產生 HTML。