docs: add message send queue to high priority TODO
| .. | .. |
|---|
| 1 | 1 | # PAILot Flutter - TODO |
|---|
| 2 | 2 | |
|---|
| 3 | +## High Priority |
|---|
| 4 | + |
|---|
| 5 | +### Message Send Queue (reliability) |
|---|
| 6 | +- Queue outgoing messages locally until WebSocket confirms delivery |
|---|
| 7 | +- Retry on reconnect — messages sent during disconnection/restart aren't lost |
|---|
| 8 | +- Visual indicator on messages: sending → sent (currently fire-and-forget) |
|---|
| 9 | +- Daemon restart drops in-flight messages — need client-side persistence |
|---|
| 10 | + |
|---|
| 3 | 11 | ## Pending Features |
|---|
| 4 | 12 | |
|---|
| 5 | 13 | ### File Transfer (send/receive arbitrary files) |
|---|