TerminalReconcileRequest class final
One heal request, handed to the (async, store-touching) healer through an emit-only sink. The bridge decides WHETHER; the healer's guard pre-check decides whether the append is admissible.
- Annotations
-
- @immutable
Constructors
- TerminalReconcileRequest({required String sessionId, required String attemptId, required String workBeadId, required void report(TerminalReconcileOutcome outcome)})
-
const
Properties
- attemptId → String
-
From THE P1 HEAD'S OWN
attempt_idcolumn (written atattempt.process.started) — never thegrid.lease.*breadcrumb, which is cleared on a normal lease release, and never minted.final - hashCode → int
-
The hash code for this object.
no setterinherited
- report → void Function(TerminalReconcileOutcome outcome)
-
Emit-only completion: the healer reports what happened so the tracker can
decide between "healed" and "escalate".
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sessionId → String
-
final
- workBeadId → String
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited