Agents: remove unused bootstrap imports

This commit is contained in:
Gustavo Madeira Santana
2026-03-17 23:55:13 +00:00
parent 1c08455848
commit b1c03715fb
2 changed files with 0 additions and 2 deletions

View File

@@ -7,7 +7,6 @@ import {
buildBootstrapTruncationReportMeta,
buildBootstrapTruncationSignature,
formatBootstrapTruncationWarningLines,
prependBootstrapPromptWarning,
resolveBootstrapWarningSignaturesSeen,
} from "./bootstrap-budget.js";
import { buildAgentSystemPrompt } from "./system-prompt.js";

View File

@@ -9,7 +9,6 @@ import {
appendBootstrapPromptWarning,
analyzeBootstrapBudget,
buildBootstrapPromptWarning,
type BootstrapBudgetAnalysis,
} from "./bootstrap-budget.js";
import { buildAgentSystemPrompt } from "./system-prompt.js";
import { buildToolSummaryMap } from "./tool-summaries.js";