Commit c2b70af
ws038: sidebar-row id probe (diagnostic) for card delivery dead-end
A card-on-entry dispatches under a synthetic name (ws033c) but the reply can't
be delivered: feige_send_message matches the sidebar row BY NAME, and the
synthetic 'card:<conv>' never matches the real row -> "Session not found" ->
requeue loop. The sidebar row exposes no documented conversation/talk id
(data-btm = last-message id, data-btm-id = .current/.recent/.systemConv state
marker), so we can't yet deliver by conv.
Add a diagnostic-only probe (no behavior change): on a name-match miss,
dumpRowIds() collects every data-*/id/href on each conversation row + its
descendants, returned as seen_rows and logged UNTRUNCATED as
[FEIGE-SIDEBAR-PROBE]. Next run: grep [FEIGE-SIDEBAR-PROBE] and search for the
talk_id to decide delivery-by-conv (robust) vs name-resolution (#1). Fires only
on the failure path -> zero noise on successful sends.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 4a0016f commit c2b70af
1 file changed
Lines changed: 42 additions & 1 deletion
Lines changed: 42 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4503 | 4503 | | |
4504 | 4504 | | |
4505 | 4505 | | |
| 4506 | + | |
| 4507 | + | |
| 4508 | + | |
| 4509 | + | |
| 4510 | + | |
| 4511 | + | |
| 4512 | + | |
| 4513 | + | |
| 4514 | + | |
| 4515 | + | |
| 4516 | + | |
| 4517 | + | |
| 4518 | + | |
| 4519 | + | |
| 4520 | + | |
| 4521 | + | |
| 4522 | + | |
| 4523 | + | |
| 4524 | + | |
| 4525 | + | |
| 4526 | + | |
| 4527 | + | |
| 4528 | + | |
| 4529 | + | |
4506 | 4530 | | |
4507 | 4531 | | |
4508 | 4532 | | |
| |||
4553 | 4577 | | |
4554 | 4578 | | |
4555 | 4579 | | |
4556 | | - | |
| 4580 | + | |
| 4581 | + | |
4557 | 4582 | | |
4558 | 4583 | | |
4559 | 4584 | | |
| |||
5676 | 5701 | | |
5677 | 5702 | | |
5678 | 5703 | | |
| 5704 | + | |
| 5705 | + | |
| 5706 | + | |
| 5707 | + | |
| 5708 | + | |
| 5709 | + | |
| 5710 | + | |
| 5711 | + | |
| 5712 | + | |
| 5713 | + | |
| 5714 | + | |
| 5715 | + | |
| 5716 | + | |
| 5717 | + | |
| 5718 | + | |
| 5719 | + | |
5679 | 5720 | | |
5680 | 5721 | | |
5681 | 5722 | | |
| |||
0 commit comments