import { FULL_WORKER_STORE_MIGRATION_VECTOR_VERSION, FULL_WORKER_STORE_MIGRATION_VECTORS_HASH } from "./boss-semantic-binding-constants.ts"; import { type FullWorkerStoreMigrationInputV1 } from "./worker-store-migration.ts"; export { FULL_WORKER_STORE_MIGRATION_VECTOR_VERSION, FULL_WORKER_STORE_MIGRATION_VECTORS_HASH, }; export declare const FULL_WORKER_STORE_MIGRATION_VECTOR_HASH_DOMAIN: "agent-intercom-core/worker-store-v1-v2-full-v2"; export declare const FULL_WORKER_STORE_MIGRATION_VECTORS: { name: string; input: FullWorkerStoreMigrationInputV1; expected: import("./worker-store-migration.ts").WorkerStoreRecordV2; }[]; export declare const FULL_WORKER_STORE_V2_STRICT_REJECTION_VECTORS: readonly [...{ name: string; value: { version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; worker: import("./boss-participant-state.ts").MigratedWorkerRecordV2; environment: { AGENT_INTERCOM_WORKER_ID: string; AGENT_INTERCOM_WORKER_INCARNATION_ID: string; AGENT_INTERCOM_WORKER_GENERATION: string; AGENT_INTERCOM_RUN_ID: string; workspacePath?: string; }; health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; notice: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["notice"]; controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }[], { readonly name: "environment requires the deprecated alias to equal the canonical incarnation"; readonly value: { readonly environment: { readonly AGENT_INTERCOM_RUN_ID: "substituted-incarnation"; readonly AGENT_INTERCOM_WORKER_ID: string; readonly AGENT_INTERCOM_WORKER_INCARNATION_ID: string; readonly AGENT_INTERCOM_WORKER_GENERATION: string; readonly workspacePath?: string; }; readonly version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; readonly worker: import("./boss-participant-state.ts").MigratedWorkerRecordV2; readonly health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; readonly runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; readonly adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; readonly systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; readonly notice: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["notice"]; readonly controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; readonly compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }, { readonly name: "notice rejects an invalid owning Manager recipient binding"; readonly value: { readonly notice: { readonly owningManagerRecipient: { readonly recipientBindingEpoch: 0; readonly recipientPrincipalId: string; readonly recipientContext: "pi" | "opencode"; readonly recipientSessionId: string; readonly recipientTargetSessionId?: string; } | { readonly recipientBindingEpoch: 0; readonly recipientPrincipalId: string; readonly recipientContext: "headless_cli"; }; readonly workerIncarnationId: string; readonly workerGeneration: import("./canonical.ts").WorkerGeneration; readonly pendingNoticeIds: string[]; readonly lastDeliveredNoticeId?: string; }; readonly version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; readonly worker: import("./boss-participant-state.ts").MigratedWorkerRecordV2; readonly environment: { AGENT_INTERCOM_WORKER_ID: string; AGENT_INTERCOM_WORKER_INCARNATION_ID: string; AGENT_INTERCOM_WORKER_GENERATION: string; AGENT_INTERCOM_RUN_ID: string; workspacePath?: string; }; readonly health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; readonly runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; readonly adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; readonly systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; readonly controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; readonly compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }, { readonly name: "interactive owning Manager recipient requires an authenticated session"; readonly value: { readonly notice: { readonly owningManagerRecipient: { readonly recipientPrincipalId: "manager-interactive"; readonly recipientBindingEpoch: import("./canonical.ts").MonotonicCounter<"participant_binding_epoch">; readonly recipientContext: "pi"; }; readonly workerIncarnationId: string; readonly workerGeneration: import("./canonical.ts").WorkerGeneration; readonly pendingNoticeIds: string[]; readonly lastDeliveredNoticeId?: string; }; readonly version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; readonly worker: import("./boss-participant-state.ts").MigratedWorkerRecordV2; readonly environment: { AGENT_INTERCOM_WORKER_ID: string; AGENT_INTERCOM_WORKER_INCARNATION_ID: string; AGENT_INTERCOM_WORKER_GENERATION: string; AGENT_INTERCOM_RUN_ID: string; workspacePath?: string; }; readonly health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; readonly runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; readonly adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; readonly systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; readonly controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; readonly compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }, { readonly name: "headless owning Manager recipient forbids an interactive session"; readonly value: { readonly notice: { readonly owningManagerRecipient: { readonly recipientPrincipalId: "manager-headless"; readonly recipientBindingEpoch: import("./canonical.ts").MonotonicCounter<"participant_binding_epoch">; readonly recipientContext: "headless_cli"; readonly recipientSessionId: "forbidden-headless-session"; }; readonly workerIncarnationId: string; readonly workerGeneration: import("./canonical.ts").WorkerGeneration; readonly pendingNoticeIds: string[]; readonly lastDeliveredNoticeId?: string; }; readonly version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; readonly worker: import("./boss-participant-state.ts").MigratedWorkerRecordV2; readonly environment: { AGENT_INTERCOM_WORKER_ID: string; AGENT_INTERCOM_WORKER_INCARNATION_ID: string; AGENT_INTERCOM_WORKER_GENERATION: string; AGENT_INTERCOM_RUN_ID: string; workspacePath?: string; }; readonly health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; readonly runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; readonly adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; readonly systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; readonly controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; readonly compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }, { readonly name: "ordinary migrated workers reject legacy bossRunId authority"; readonly value: { readonly worker: { readonly bossRunId: "forbidden-legacy-authority"; readonly schemaVersion: typeof import("./boss-participant-state.ts").CANONICAL_WORKER_STORE_SCHEMA_VERSION; readonly workerId: string; readonly workerIncarnationId: string; readonly workerGeneration: import("./canonical.ts").WorkerGeneration; readonly state: import("./boss-participant-state.ts").ParticipantState | null; readonly resumeState: import("./boss-participant-state.ts").BlockedResumeState | null; readonly reason: string | null; readonly terminalOutcome: string | null; readonly requiresReadinessReconciliation: boolean; readonly legacyIdleHint: boolean; readonly migrationStatus: import("./boss-participant-state.ts").WorkerMigrationStatus; readonly readOnly: boolean; readonly dispatchAllowed: false; readonly migrationAudit: import("./boss-participant-state.ts").WorkerStateMigrationAuditV1; readonly stoppingReconciliation: import("./boss-participant-state.ts").LegacyStoppingReconciliationV1 | null; }; readonly version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; readonly environment: { AGENT_INTERCOM_WORKER_ID: string; AGENT_INTERCOM_WORKER_INCARNATION_ID: string; AGENT_INTERCOM_WORKER_GENERATION: string; AGENT_INTERCOM_RUN_ID: string; workspacePath?: string; }; readonly health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; readonly runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; readonly adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; readonly systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; readonly notice: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["notice"]; readonly controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; readonly compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }]; export declare const FULL_WORKER_STORE_MIGRATION_VECTOR_CORPUS: { readonly version: 2; readonly vectors: { name: string; input: FullWorkerStoreMigrationInputV1; expected: import("./worker-store-migration.ts").WorkerStoreRecordV2; }[]; readonly strictRejectionVectors: readonly [...{ name: string; value: { version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; worker: import("./boss-participant-state.ts").MigratedWorkerRecordV2; environment: { AGENT_INTERCOM_WORKER_ID: string; AGENT_INTERCOM_WORKER_INCARNATION_ID: string; AGENT_INTERCOM_WORKER_GENERATION: string; AGENT_INTERCOM_RUN_ID: string; workspacePath?: string; }; health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; notice: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["notice"]; controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }[], { readonly name: "environment requires the deprecated alias to equal the canonical incarnation"; readonly value: { readonly environment: { readonly AGENT_INTERCOM_RUN_ID: "substituted-incarnation"; readonly AGENT_INTERCOM_WORKER_ID: string; readonly AGENT_INTERCOM_WORKER_INCARNATION_ID: string; readonly AGENT_INTERCOM_WORKER_GENERATION: string; readonly workspacePath?: string; }; readonly version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; readonly worker: import("./boss-participant-state.ts").MigratedWorkerRecordV2; readonly health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; readonly runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; readonly adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; readonly systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; readonly notice: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["notice"]; readonly controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; readonly compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }, { readonly name: "notice rejects an invalid owning Manager recipient binding"; readonly value: { readonly notice: { readonly owningManagerRecipient: { readonly recipientBindingEpoch: 0; readonly recipientPrincipalId: string; readonly recipientContext: "pi" | "opencode"; readonly recipientSessionId: string; readonly recipientTargetSessionId?: string; } | { readonly recipientBindingEpoch: 0; readonly recipientPrincipalId: string; readonly recipientContext: "headless_cli"; }; readonly workerIncarnationId: string; readonly workerGeneration: import("./canonical.ts").WorkerGeneration; readonly pendingNoticeIds: string[]; readonly lastDeliveredNoticeId?: string; }; readonly version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; readonly worker: import("./boss-participant-state.ts").MigratedWorkerRecordV2; readonly environment: { AGENT_INTERCOM_WORKER_ID: string; AGENT_INTERCOM_WORKER_INCARNATION_ID: string; AGENT_INTERCOM_WORKER_GENERATION: string; AGENT_INTERCOM_RUN_ID: string; workspacePath?: string; }; readonly health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; readonly runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; readonly adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; readonly systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; readonly controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; readonly compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }, { readonly name: "interactive owning Manager recipient requires an authenticated session"; readonly value: { readonly notice: { readonly owningManagerRecipient: { readonly recipientPrincipalId: "manager-interactive"; readonly recipientBindingEpoch: import("./canonical.ts").MonotonicCounter<"participant_binding_epoch">; readonly recipientContext: "pi"; }; readonly workerIncarnationId: string; readonly workerGeneration: import("./canonical.ts").WorkerGeneration; readonly pendingNoticeIds: string[]; readonly lastDeliveredNoticeId?: string; }; readonly version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; readonly worker: import("./boss-participant-state.ts").MigratedWorkerRecordV2; readonly environment: { AGENT_INTERCOM_WORKER_ID: string; AGENT_INTERCOM_WORKER_INCARNATION_ID: string; AGENT_INTERCOM_WORKER_GENERATION: string; AGENT_INTERCOM_RUN_ID: string; workspacePath?: string; }; readonly health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; readonly runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; readonly adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; readonly systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; readonly controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; readonly compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }, { readonly name: "headless owning Manager recipient forbids an interactive session"; readonly value: { readonly notice: { readonly owningManagerRecipient: { readonly recipientPrincipalId: "manager-headless"; readonly recipientBindingEpoch: import("./canonical.ts").MonotonicCounter<"participant_binding_epoch">; readonly recipientContext: "headless_cli"; readonly recipientSessionId: "forbidden-headless-session"; }; readonly workerIncarnationId: string; readonly workerGeneration: import("./canonical.ts").WorkerGeneration; readonly pendingNoticeIds: string[]; readonly lastDeliveredNoticeId?: string; }; readonly version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; readonly worker: import("./boss-participant-state.ts").MigratedWorkerRecordV2; readonly environment: { AGENT_INTERCOM_WORKER_ID: string; AGENT_INTERCOM_WORKER_INCARNATION_ID: string; AGENT_INTERCOM_WORKER_GENERATION: string; AGENT_INTERCOM_RUN_ID: string; workspacePath?: string; }; readonly health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; readonly runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; readonly adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; readonly systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; readonly controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; readonly compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }, { readonly name: "ordinary migrated workers reject legacy bossRunId authority"; readonly value: { readonly worker: { readonly bossRunId: "forbidden-legacy-authority"; readonly schemaVersion: typeof import("./boss-participant-state.ts").CANONICAL_WORKER_STORE_SCHEMA_VERSION; readonly workerId: string; readonly workerIncarnationId: string; readonly workerGeneration: import("./canonical.ts").WorkerGeneration; readonly state: import("./boss-participant-state.ts").ParticipantState | null; readonly resumeState: import("./boss-participant-state.ts").BlockedResumeState | null; readonly reason: string | null; readonly terminalOutcome: string | null; readonly requiresReadinessReconciliation: boolean; readonly legacyIdleHint: boolean; readonly migrationStatus: import("./boss-participant-state.ts").WorkerMigrationStatus; readonly readOnly: boolean; readonly dispatchAllowed: false; readonly migrationAudit: import("./boss-participant-state.ts").WorkerStateMigrationAuditV1; readonly stoppingReconciliation: import("./boss-participant-state.ts").LegacyStoppingReconciliationV1 | null; }; readonly version: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; readonly environment: { AGENT_INTERCOM_WORKER_ID: string; AGENT_INTERCOM_WORKER_INCARNATION_ID: string; AGENT_INTERCOM_WORKER_GENERATION: string; AGENT_INTERCOM_RUN_ID: string; workspacePath?: string; }; readonly health: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & { originalLegacyState: import("./boss-participant-state.ts").LegacyWorkerState; canonicalState: import("./boss-participant-state.ts").ParticipantState | null; lastConfirmedAt?: string; failureCode?: string; }; readonly runtime: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["runtime"]; readonly adapter: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["adapter"]; readonly systemd: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["systemd"]; readonly notice: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["notice"]; readonly controller: import("./worker-store-migration.ts").WorkerStoreSurfaceIdentityV2 & import("./worker-store-migration.ts").LegacyWorkerCompatibilityFieldsV1["controller"]; readonly compatibilityAudit: { sourceEnvironmentIncarnationField: "AGENT_INTERCOM_RUN_ID"; targetEnvironmentIncarnationField: "AGENT_INTERCOM_WORKER_INCARNATION_ID"; deprecatedEnvironmentAliasLastSupportedVersion: typeof import("./worker-store-migration.ts").FULL_WORKER_STORE_V2_RECORD_VERSION; bossRunIdDerived: false; preservedFieldGroups: ["environment", "health", "runtime", "adapter", "systemd", "notice", "controller"]; }; }; }]; }; //# sourceMappingURL=worker-store-migration-vectors.d.ts.map