WakeWait v1.0.5
WakeWait v1.0.5 focuses the public sleep path on the WakeWait CLI while keeping the implementation primitive, local, and cheap.
Changes:
wakewait sleepis now the documented fixed-wait entrypoint instead of exposing raw shell sleep examples.- Sleep tasks record
durationMs,startedAt,wakeAt, anddeadlineAtbefore waiting. wakewait statusnow computes elapsed, remaining, and overdue time from real wall-clock timestamps, including interrupted background waits.- Background sleep status now becomes overdue when the target time has passed even if the worker was interrupted.
- Sleep workers now sleep directly until the target time instead of waking every minute for sleep-only waits.
- README, plugin metadata, installer defaults, and skill metadata now describe near-native local sleep with wall-clock state.
Validated with syntax checks, plugin/skill validation, short sleep smoke test, wait-for file smoke test, and a simulated interrupted background sleep state.