From 77e4135fe6028488d5d7d099cae74f4920350af2 Mon Sep 17 00:00:00 2001 From: Vader Yang Date: Sat, 20 Jun 2026 01:07:40 +0800 Subject: [PATCH 1/2] chore(olympus): bump agent model off retired claude-3-5-sonnet-20241022 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit claude-3-5-sonnet-20241022 was retired 2025-10-28; the LiteLLM gateway would 404 on it. Move wiwi/vivi to claude-sonnet-4-6, the documented drop-in for that retired ID — same Sonnet tier, current generation. Validates against the v0.4.0 olympus schema. --- .olympus.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.olympus.json b/.olympus.json index 94ec2bd0..bcd2447e 100644 --- a/.olympus.json +++ b/.olympus.json @@ -36,5 +36,5 @@ "expect": "true" } }, - "model": "claude-3-5-sonnet-20241022" + "model": "claude-sonnet-4-6" } From eaa901a07f090c1c0bdf9110133c37f840d2ff10 Mon Sep 17 00:00:00 2001 From: Vader Yang Date: Mon, 22 Jun 2026 11:03:30 +0800 Subject: [PATCH 2/2] chore(olympus): align agent names to the Greek-deity convention MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Olympus's design names its roles after Greek deities (its own dogfood config uses themis/hephaestus/argus). heron carried over off-theme early names through the #167 migration. Align them: - review_bot_login: vivi -> themis (justice/order — the reviewer) - dev_agent_name: wiwi -> hephaestus (the forge — the implementer) - observer label: mara -> argus (the all-seeing watchman) review_bot_login is a body-footer marker (reviews post as github-actions), so auto-merge/revise key off the config value consistently — self-contained rename. dev_agent_name is the commit-author display name. The observer label is dormant (heron wires no observe.yml). Validates against the v0.4.0 olympus schema. --- .olympus.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.olympus.json b/.olympus.json index bcd2447e..35c099c5 100644 --- a/.olympus.json +++ b/.olympus.json @@ -5,8 +5,8 @@ "default_branch": "main" }, "agents": { - "review_bot_login": "vivi", - "dev_agent_name": "wiwi" + "review_bot_login": "themis", + "dev_agent_name": "hephaestus" }, "labels": { "assess": "agent:assess", @@ -30,7 +30,7 @@ "service_name": "heron", "health_url": "", "repo": "Netis/heron", - "labels": "mara,incident", + "labels": "argus,incident", "readiness": { "jq": ".data.pipelines[0].running", "expect": "true"