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.ps1for PowerShellwakewait.shfor POSIX shell
- Supports
sleep,wait-file,wait-contains, andwait-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.