You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A staged push now isolates a failure to its own subtree. When one object
failed, push(mode="staged") marked every deeper object as "not attempted"
— keyed on DN depth alone — so an unrelated sibling branch whose parent had
succeeded was left half-built (e.g. a failure on BD-a skipped BD-b's
subnet). The engine now skips only the descendants of a failed object;
independent branches run to completion, and StagedPushError.not_run lists
only objects whose ancestor genuinely failed.