pub enum EscalationAction {
KeepStub,
RehydrateFromSidecar,
}Expand description
The decision a future escalation orchestrator (SPEC.md D13/wave-5
escalate() — not yet implemented in this codebase) should take for one
existing ReductionKind::ToolInputElided stub, per TR-10’s freshness
matrix (reused from A8’s probe_read_freshness pattern): does disk still
match what was written?
Variants§
KeepStub
The stub is still faithful to disk — leave it as a stub (D13’s “smallest faithful context”, re-derivable at ~0 extra tokens).
RehydrateFromSidecar
The stub is no longer faithful (disk has changed since, or is gone) —
only the sidecar’s recorded original is still faithful; rehydrate via
invert_one_messages.
Trait Implementations§
Source§impl Clone for EscalationAction
impl Clone for EscalationAction
Source§fn clone(&self) -> EscalationAction
fn clone(&self) -> EscalationAction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EscalationAction
Source§impl Debug for EscalationAction
impl Debug for EscalationAction
impl Eq for EscalationAction
Source§impl PartialEq for EscalationAction
impl PartialEq for EscalationAction
impl StructuralPartialEq for EscalationAction
Auto Trait Implementations§
impl Freeze for EscalationAction
impl RefUnwindSafe for EscalationAction
impl Send for EscalationAction
impl Sync for EscalationAction
impl Unpin for EscalationAction
impl UnsafeUnpin for EscalationAction
impl UnwindSafe for EscalationAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.