refactor(runtime): own interaction transactions
Move use throttling, appraisal identity, queued interactions, and exact post-arrival pickup state beneath RuntimeActionState. Keep App as the picker, movement, transport, and retained-presentation adapter while preserving retail send and UseDone ordering. Add reset, disposal, GUID-reuse, callback-reentrancy, and transport-failure coverage. Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
be73bccf5a
commit
f5f7b4177f
31 changed files with 1365 additions and 432 deletions
|
|
@ -169,7 +169,14 @@ public sealed class RuntimeTraceRecorder : IRuntimeEventObserver
|
|||
$"{checkpoint.Actions.TrackedTargetHealthCount}:" +
|
||||
$"{checkpoint.Actions.InteractionRevision}:" +
|
||||
$"{(int)checkpoint.Actions.InteractionMode}:" +
|
||||
$"{checkpoint.Actions.InteractionSourceObjectId:X8};" +
|
||||
$"{checkpoint.Actions.InteractionSourceObjectId:X8}:" +
|
||||
$"{checkpoint.Actions.InteractionTransactions.Revision}:" +
|
||||
$"{checkpoint.Actions.InteractionTransactions.LastUseSourceId:X8}:" +
|
||||
$"{checkpoint.Actions.InteractionTransactions.LastUseTargetId:X8}:" +
|
||||
$"{checkpoint.Actions.InteractionTransactions.AwaitingAppraisalId:X8}:" +
|
||||
$"{checkpoint.Actions.InteractionTransactions.CurrentAppraisalId:X8}:" +
|
||||
$"{checkpoint.Actions.InteractionTransactions.OutboundCount}:" +
|
||||
$"{checkpoint.Actions.InteractionTransactions.PendingPickupToken};" +
|
||||
$"portal={checkpoint.Portal.Generation}:{(int)checkpoint.Portal.Kind}:" +
|
||||
$"{checkpoint.Portal.DestinationCell:X8}:{checkpoint.Portal.IsReady}")));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue