feat(testnet): add yaci-store N2N consumer (refs #75)
Adds bloxbean/yaci-store as a long-running N2N consumer alongside oura,
pinned by content digest. Reuses p1-configs for genesis files; H2
in-memory backing store; 30s healthcheck warm-up.
Verified locally: yaci-store reaches relay tip in ~30s (slot=28,
block=2 hash match), survives a relay1 restart with a clean reconnect
(RestartCount=0), exits 143 on docker stop (JVM signal-exit, see
R-006).
Updates research.md R-006 and spec.md Assumptions to record the
SIGTERM-143 behaviour (not exit 0 as initially extrapolated).