ReportCompletion was failing with "cannot transition to completed status" because participants were in Joined state trying to transition directly to Completed, which violates the state machine flow: Joined -> Ready -> Completed. Changes: - Check participant status before marking as Completed - Auto-transition Joined -> Ready if needed - Then transition Ready -> Completed - Add debug logging for auto-transition This fixes the error seen during keygen completion. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .claude | ||
| backend | ||
| docs | ||
| frontend | ||
| kubernetes | ||
| scripts | ||
| tests | ||
| .gitignore | ||
| README.md | ||
| docker-compose.yml | ||