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).
Steps
- Verify eye tick no longer fires handoff on s...
- Check AppBotEyeClaudeStatusStreamer.cs for 3...
- If handoff fires on startup, check card.Sess...
- Verified 2026-04-21: test-eye-handoff-age-gu...