feat: 第二期 — Tier 2 场景级 mock + 错误/流程/依赖测试

This commit is contained in:
2026-06-09 15:52:01 +08:00
parent 8739a404f6
commit bb7d5e740c
5 changed files with 493 additions and 0 deletions

View File

@@ -2,6 +2,8 @@ import type { RuneConfig } from "../../src/types.ts";
export interface AgentResult {
files: string[];
missed?: string[];
rawPlan?: unknown;
}
export interface AgentRunner {