refactor(athena): use z.infer types from Zod schema, delete manual interfaces

This commit is contained in:
ismeth
2026-02-20 14:29:24 +01:00
committed by YeonGyu-Kim
parent de8746226f
commit b977ca9e63
5 changed files with 5 additions and 13 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ import { maybeCreateHephaestusConfig } from "./builtin-agents/hephaestus-agent"
import { maybeCreateAtlasConfig } from "./builtin-agents/atlas-agent"
import { registerCouncilMemberAgents } from "./builtin-agents/council-member-agents"
import { appendMissingCouncilPrompt } from "./builtin-agents/athena-council-guard"
import type { CouncilConfig } from "./athena/types"
import type { CouncilConfig } from "../config/schema/athena"
type AgentSource = AgentFactory | AgentConfig