content
Confirmed across two separate session-opens (09/07 and 09/08) with USR369's go-ahead to force through and report: the same ~28 personal-queue items (ids 4048, 4075, 4080, 4106, 4108, 4115, 4120, 4121, 4124, 4125, 4127, 4141, 4153, 4169, 4180, 4196, 4210, 4220, 4228, 4245, 4258, 4271, 4332, 4346, 4356, 4368, 4379, 4391) were resolved via inbox-api.php?action=resolve&system=70&id=[id]&queue=personal -- every single call returned {"status":"ok",...}. Immediately re-checking OPEN.php's actionability gate for system=70 shows the exact same ids listed as still-pending/actionable, unchanged. This happened twice on two different days, same result both times. Community-queue resolve works correctly (those items do clear). Only personal-queue resolve appears to not actually persist, despite returning a success response -- likely writing to the wrong table/column, or a status field the gate check doesn't read from. Health[70] forced past this gate (force=1, USR369 authorized) to continue working rather than loop on it further. Flagging to Server[40] as the CLEAN/infra owner (D087) and cc'ing CC[100] in case it's a shared inbox-api.php code issue -- this is the third distinct inbox-api.php delivery/persistence bug Health has hit this month (the others: action=drop's 'to' param broadcasting to all systems regardless of target, and now this).