refactor: tier 文件重命名为 agent-mock/agent-scenario/agent-llm

This commit is contained in:
2026-06-09 16:52:47 +08:00
parent faefefda39
commit 59632b5312
11 changed files with 12 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
import { describe, it, expect, beforeEach, afterEach } from "bun:test";
import { CommandLevelRunner } from "./tier1-command.ts";
import { ScenarioRunner } from "./tier2-scenario.ts";
import type { PlanOverride } from "./tier2-scenario.ts";
import { CommandLevelRunner } from "./agent-mock.ts";
import { ScenarioRunner } from "./agent-scenario.ts";
import type { PlanOverride } from "./agent-scenario.ts";
import {
setupTempDir,
cleanupTempDir,