From b573e21abc94365fdf49a92efaf9ae0db91adbc7 Mon Sep 17 00:00:00 2001 From: joshavant <830519+joshavant@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:52:35 -0500 Subject: [PATCH] Revert "fix(agents): restore runtime check cleanliness" This reverts commit 6b246ff3b8ee3f5a8f7f343291874d3cbd1526f8. --- src/agents/agent-command.ts | 1 + src/agents/cli-runner/types.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/agents/agent-command.ts b/src/agents/agent-command.ts index df0264955ee7..2eb338ac07a0 100644 --- a/src/agents/agent-command.ts +++ b/src/agents/agent-command.ts @@ -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"; diff --git a/src/agents/cli-runner/types.ts b/src/agents/cli-runner/types.ts index 01427c854f38..5c6e9ded7161 100644 --- a/src/agents/cli-runner/types.ts +++ b/src/agents/cli-runner/types.ts @@ -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";