fix: complete Release A migration execution

This commit is contained in:
AgentRun Codex
2026-07-13 00:25:44 +00:00
parent 9a32ead76f
commit 3a63da0fa8
9 changed files with 83 additions and 20 deletions
@@ -16,7 +16,7 @@ export type WebProbeSentinelPublishAction = "publish-current";
export type WebProbeSentinelMaintenanceAction = "status" | "start" | "stop";
export type WebProbeSentinelDashboardAction = "verify" | "screenshot" | "trigger";
export type WebProbeSentinelReportView = "summary" | "turn-summary" | "findings" | "trace-frame" | "auth-session-switch-summary";
export type WebProbeSentinelMigrationAction = "plan" | "export" | "import" | "verify";
export type WebProbeSentinelMigrationAction = "plan" | "export" | "import" | "verify" | "job-plan" | "job-run";
export type WebProbeSentinelSourceAuthority = "git-mirror-snapshot" | "gitea-snapshot";
export interface WebProbeSentinelSourceOverrideOptions {
@@ -35,6 +35,8 @@ export type WebProbeSentinelOptions =
readonly sentinelId: string | null;
readonly snapshotPath: string | null;
readonly confirm: boolean;
readonly wait: boolean;
readonly timeoutSeconds: number;
readonly json: boolean;
}
| {