A pi
extension that updates Worktrunk branch markers via wt so wt list shows
whether pi is currently working or waiting for input.
Just one command:
pi install npm:pi-worktrunk- Sets the current branch marker to
💬when pi starts and whenever pi becomes idle again - Switches the marker to
🤖while pi is actively working on a prompt - Clears the marker on shutdown so
wt listdoes not accumulate stale status - Fails quietly when
wtis unavailable or the current directory is not managed by Worktrunk
A tiny status badge with disproportionate emotional value:
wt list
+ feature-auth ↑ 🤖 ↑1 ../repo.feature-auth
+ review-copy ? ↑ 💬 ↑1 ../repo.review-copy
wtmust be installed and available on yourPATH- The current repository should be managed by Worktrunk for markers to appear
in
wt list
The extension maps pi lifecycle events to Worktrunk markers:
session_start→💬agent_start→🤖agent_end→💬session_shutdown→ clear marker