Babysitter:observe

Launch the babysitter observer dashboard for real-time run monitoring.

majiayu000 592a7db 2 files · 1.8 KB Updated 567 repo stars

File contents

babysitter:observe

Launch the babysitter observer dashboard — a real-time web UI for monitoring runs, tasks, journal events, and orchestration state.

Usage

Start the Dashboard

  1. Determine the watch directory (usually the project's container directory or cwd)
  2. Launch:
npx -y @yoavmayer/babysitter-observer-dashboard@latest --watch-dir <dir>
  1. This is a blocking process — it will keep running until stopped
  2. Open the browser at the URL printed by the dashboard

Stop the Dashboard

If the argument is stop:

  1. Find the running dashboard process:
ps aux | grep babysitter-observer-dashboard | grep -v grep
  1. Kill it:
kill <pid>
  1. Confirm it stopped

Default Watch Directory

If no --watch-dir is specified, use the parent of the current project directory. For /data/repos, watch /data.

majiayu000/claude-skill-registry-data/tree/main/orchestration/observe-a5c-ai-babysitter commit 592a7db693

Frequently asked questions

npx skillmds add majiayu000/babysitter-observe