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
+1
View File
@@ -1,5 +1,6 @@
export * from "./schema/agent-names"
export * from "./schema/agent-overrides"
export * from "./schema/athena"
export * from "./schema/babysitting"
export * from "./schema/background-task"
export * from "./schema/browser-automation"