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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user