mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-23 20:15:19 +08:00
feat(ql3): gate primary on shadow capture evidence
This commit is contained in:
@@ -42,6 +42,7 @@ export interface LegacyExecutionCancelledFact {
|
||||
}
|
||||
|
||||
export interface LegacyExecutionObservation {
|
||||
captureSettled?(): Promise<'captured' | 'failed'>;
|
||||
spawned(fact: LegacyExecutionSpawnedFact): void;
|
||||
running(fact: LegacyExecutionRunningFact): void;
|
||||
startFailed(fact: LegacyExecutionStartFailedFact): void;
|
||||
|
||||
Reference in New Issue
Block a user