Last active
May 7, 2026 17:12
-
-
Save johnnyshankman/abbd7cf34c4b3648e1d7f405dd510615 to your computer and use it in GitHub Desktop.
Ralph Dashboard Watcher (Claude)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| git log --oneline -10 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| watch -n 5 'jq ".userStories[] | {id, title, passes}" scripts/ralph/prd.json' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| tail -f scripts/ralph/progress.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

brew install watchif youre on osx