SSM-Clock—Validation Results (5.5)

5.5 Validation results (this system)

Manifest. clock_manifest.json (the waiter prints T_search_days on start)
Observed.

T_search_days = 29.5306

Validated tests.

  • Basic 5-minute symbolic wait (synthetic increments): TRIGGER observed.
  • Wrap test across horizon (3-minute target): TRIGGER observed.
  • Live stream (dt_days = 0.002 ≈ 2.88 min/tick): 3-min and 5-min waiters TRIGGER observed from a growing notes\tau_stream.log.

Excerpt (log tails).

SSM-Wait starting...
target_days=0.002083333  T_search_days=29.530600000
t0=0.605000000
TRIGGER: Delta tau >= 3.0 min (elapsed=6.00 min, tau_days=0.609166667)

SSM-Wait starting...
target_days=0.003472222  T_search_days=29.530600000
t0=0.605000000
TRIGGER: Delta tau >= 5.0 min (elapsed=6.00 min, tau_days=0.609166667)

Encoding note (Windows). Prefer CMD > and >> redirection to produce ASCII logs.
PowerShell Tee-Object (Windows PowerShell 5.x) writes UTF-16 by default, which can confuse simple ASCII parsers. If using PowerShell 7+, set UTF-8 explicitly or stick to CMD redirection.


Navigation

Back: SSM-Clock—Guardrails & One-shot Alarm (5.3–5.4)
Next: SSM-Clock—Integration Patterns (6.1–6.3)