Ralph Run the autonomous loop to execute features from directory. Usage Process Run the loop script in background mode: Use to prevent timeout. After starting, tell the user to check progress with . What It Does 1. Shows dependency graph, finds next available project 2. Creates git worktree at 3. For each iteration: - Picks first story where - Implements it, runs quality checks - Commits: - Updates JSON, syncs back to main repo 4. When all stories pass, outputs Dependencies Ralph reads from each PRD and enforces ordering: Projects with incomplete dependencies are blocked. Ralph picks the firs…