mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 00:52:10 -06:00
f7a8638282
* feat(audit): explain outbound message delivery * fix(audit): record early message policy denials * refactor(audit): split message delivery readers * test(outbound): cover delivery audit lifecycle * fix(audit): preserve message progress across downgrade * fix(audit): keep progress out of activity protocol * docs(audit): keep activity outcomes terminal-only * fix(audit): bound merged delivery paging * fix(audit): trust decision channel references * fix(audit): keep retention constant private * fix(audit): record broadcast target denials * fix(audit): distinguish broadcast denial receipts * test(qa): enforce message delivery receipt proof * fix(audit): integrate C04 with schema v9 owners * chore(audit): satisfy assertion safety gate * refactor(agents): split explicit message target guard * test(audit): materialize pinned reader in shallow CI * test(qa): poll terminal audit persistence * fix(delivery): defer audit terminal to recovery * test(qa): isolate message delivery restart proof * test(qa): keep gateway restart config canonical * test(qa): exclude unrelated restart plugins * test(qa): remove unused restart plugins * test(qa): disable automatic memory plugin * test(qa): converge replacement gateway startup * fix(plugins): stabilize registry fingerprints * fix(plugins): use public normalization export * test(plugins): keep fingerprint fixture immutable * fix(audit): bind delivery receipts to exact executions * chore(audit): keep terminal binding helper private * test(reply): cover unbound admission callbacks * docs(agents): preserve durable delivery ownership