mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-19 09:01:39 -06:00
916aca13f3
* feat(audit): record subagent execution lineage * fix(audit): type-check spawn lineage validation * docs: preserve spawned-run lineage invariants * fix(audit): preserve lineage for worker spawns * fix(audit): bind worker lineage to live authority * fix(audit): keep lineage carrier private * fix(sessions): preserve ACP participant recording * fix(audit): keep lineage out of runtime bearer * fix(audit): keep lineage type private * test(audit): match current worker claim shape * test(audit): preserve readonly lineage result * fix(audit): redeem spawn lineage privately * fix(audit): preserve lineage redemption on copy * test(audit): prove nested worker spawn lineage * fix(audit): restore execution identity CI gates