Skip to content

WakeWait v2.0.0 - bundled shell waits

Latest

Choose a tag to compare

@yptang98 yptang98 released this 07 Jul 06:58

WakeWait v2.0.0 implements the shell-script architecture.

Highlights:

  • Keeps the skill short: SKILL.md only shows invocation patterns and policy.
  • Adds bundled scripts under skills/wakewait/scripts/:
    • wakewait.ps1 for PowerShell
    • wakewait.sh for POSIX shell
  • Supports sleep, wait-file, wait-contains, and wait-command.
  • Scripts handle duration parsing, polling, timeout, and timestamps.
  • Output is quiet: one start line and one woke/ready/timeout line, no per-poll chatter.
  • No Node runtime, persistent state, background daemon, or model polling loop.
  • Installers copy the bundled scripts with the skill and preserve uninstall scripts under ~/.wakewait/scripts.

Validated with npm check, plugin validation, skill validation, PowerShell script tests, POSIX script tests, PowerShell installer test, POSIX installer test, and local global install.