Skip to content

WakeWait v1.0.5

Choose a tag to compare

@yptang98 yptang98 released this 07 Jul 05:50

WakeWait v1.0.5 focuses the public sleep path on the WakeWait CLI while keeping the implementation primitive, local, and cheap.

Changes:

  • wakewait sleep is now the documented fixed-wait entrypoint instead of exposing raw shell sleep examples.
  • Sleep tasks record durationMs, startedAt, wakeAt, and deadlineAt before waiting.
  • wakewait status now 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.