Revert "fix(agents): restore runtime check cleanliness"

This reverts commit 6b246ff3b8.
This commit is contained in:
joshavant
2026-08-07 13:52:35 -05:00
committed by Josh Avant
parent 87bb835910
commit b573e21abc
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,6 +8,7 @@ import type { RestartRecoveryTerminalDeliveryEvidenceResult } from "../config/se
import type { SessionEntry } from "../config/sessions/types.js";
import {
assertAgentRunLifecycleGenerationCurrent,
captureAgentRunLifecycleGeneration,
withAgentRunLifecycleGeneration,
} from "../infra/agent-events.js";
import { clearAgentRunContext } from "../infra/agent-run-registry.js";
+1 -1
View File
@@ -33,8 +33,8 @@ import type { SpawnSecretInput } from "../../process/supervisor/types.js";
import type { InputProvenance } from "../../sessions/input-provenance.js";
import type { UserTurnTranscriptRecorder } from "../../sessions/user-turn-transcript.js";
import type { SkillSnapshot } from "../../skills/types.js";
import type { AgentExecutionAttribution } from "../agent-execution-attribution.js";
import type { AuthProfileStore } from "../auth-profiles/types.js";
import type { AgentExecutionAttribution } from "../agent-execution-attribution.js";
import type { ExecElevatedDefaults } from "../bash-tools.exec-types.js";
import type { BootstrapContextMode } from "../bootstrap-files.js";
import type { BootstrapContextRunKind } from "../bootstrap-mode.js";