npx claudepluginhub taskyou/taskyou-os --plugin taskyou-oscommands/Check on all tasks you're currently tracking. Use this for an immediate status update.
First, load the project configuration:
source ./config.env
./bin/ssh-remote "tail -20 $SERVER_HOME/notifications.jsonl" 2>/dev/null
./bin/ty-remote list
Compare against your todos — identify any status changes since last check.
For each tracked task, report:
./bin/ty-remote output <id>).Re-launch the background notification watcher if there are tasks still in progress and no background agent is currently watching.
If all tracked tasks are done, let the user know there's nothing left to monitor.
Keep updates brief — one line per task.