test(athena): update tests and snapshots for council-member agent

- Add council-member to display names expected mappings

- Update model-requirements test: 11 → 12 builtin agents

- Regenerate model-fallback snapshots and JSON schema

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
ismeth
2026-02-17 12:33:55 +01:00
committed by YeonGyu-Kim
parent 10e28417a3
commit fb117fa5a3
2 changed files with 69 additions and 2 deletions
+3 -2
View File
@@ -265,8 +265,8 @@ describe("AGENT_MODEL_REQUIREMENTS", () => {
expect(hephaestus.requiresModel).toBeUndefined()
})
test("all 11 builtin agents have valid fallbackChain arrays", () => {
// #given - list of 11 agent names
test("all 12 builtin agents have valid fallbackChain arrays", () => {
// #given - list of 12 agent names
const expectedAgents = [
"sisyphus",
"hephaestus",
@@ -280,6 +280,7 @@ describe("AGENT_MODEL_REQUIREMENTS", () => {
"atlas",
"sisyphus-junior",
"athena",
"council-member",
]
// when - checking AGENT_MODEL_REQUIREMENTS