feat: add web sentinel session invariance checks

This commit is contained in:
Codex
2026-06-26 12:00:13 +00:00
parent ad7043f3f4
commit dee36326b9
9 changed files with 622 additions and 25 deletions
+10
View File
@@ -122,6 +122,9 @@ export type NodeWebProbeObserveCommandType =
| "cancel"
| "selectProvider"
| "clickSession"
| "refreshCurrentSession"
| "switchAwayAndBack"
| "assertSessionInvariant"
| "selectProjectSource"
| "selectMdtodoSource"
| "selectMdtodoFile"
@@ -186,6 +189,13 @@ export interface NodeWebProbeObserveOptions {
commandLabel: string | null;
commandSessionId: string | null;
commandProvider: string | null;
commandAfterRound: number | null;
commandSeverity: string | null;
commandAlternateSessionStrategy: string | null;
commandExpectedSentinelRange: string | null;
commandRequireComposerReady: boolean;
commandFindingId: string | null;
commandBlocking: boolean | null;
commandSourceId: string | null;
commandFileRef: string | null;
commandTaskRef: string | null;