Commit 18e5ce0
fix: register PIN with API server and poll for pairing completion
- PairingWizard now calls initPINPairing() to get server-assigned PIN
- Polls checkPairingStatus() instead of relying on local Express callback
- Express server on port 3000 is now non-fatal (EADDRINUSE won't block pairing)
- Emits qrUrl (deep link) for QR code display
- Added diagnostic logging for pairing flow
Co-Authored-By: claude-flow <ruv@ruv.net>1 parent 19c3067 commit 18e5ce0
2 files changed
+206
-74
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
514 | 514 | | |
515 | 515 | | |
516 | 516 | | |
| 517 | + | |
517 | 518 | | |
518 | 519 | | |
519 | | - | |
| 520 | + | |
520 | 521 | | |
521 | 522 | | |
522 | 523 | | |
| |||
528 | 529 | | |
529 | 530 | | |
530 | 531 | | |
531 | | - | |
| 532 | + | |
532 | 533 | | |
533 | | - | |
534 | | - | |
535 | | - | |
| 534 | + | |
| 535 | + | |
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
| 541 | + | |
541 | 542 | | |
542 | 543 | | |
543 | 544 | | |
| |||
0 commit comments