feat(01-02): wire athena overrides into config validation

- add AthenaOverrideConfigSchema so athena supports council plus standard override fields

- export athena schema/contracts and add root config tests for valid and invalid athena overrides

- switch schema generation to zod v4 toJSONSchema and regenerate JSON schema with athena council structure
This commit is contained in:
ismeth
2026-02-12 12:13:25 +01:00
committed by YeonGyu-Kim
parent 367b51250e
commit d8aff96022
4 changed files with 81 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
export * from "./types"
export * from "../../config/schema/athena"