← Back to wkappbot-core
wkappbot-core ★☆☆

Eye handoff: age guard prevents false-positive on session start

Eye CWD-fallback path was picking up a previous session large JSONL and firing handoff immediately on Eye restart. Fix: if using CWD fallback (no explicit SessionJsonl registered) and file is older than 30min, skip until genuine new growth. Uses jsonlAge (was discarded as _ before).

user/developer
eyehandoffcontextsessionfalse-positive

Steps

  1. Verify eye tick no longer fires handoff on s...
  2. Check AppBotEyeClaudeStatusStreamer.cs for 3...
  3. If handoff fires on startup, check card.Sess...
  4. Verified 2026-04-21: test-eye-handoff-age-gu...