From 65cb42186cdafe092916e3c0afe19b53b04027e3 Mon Sep 17 00:00:00 2001 From: Eugene Eisenstein Date: Thu, 3 Sep 2026 14:25:46 -0400 Subject: [PATCH] fix(tests): drop the ignored observer from the config_summary fixtures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit `observer_peer_id` has no effect on a `get_context` step — the runner does not forward it — so it read as scoping a request that was never scoped. The step description now records that these are unscoped reads and what naming an observer would change. Co-Authored-By: Claude Opus 5 (1M context) --- tests/unified/test_cases/config_summary_control.json | 2 +- .../unified/test_cases/config_summary_control_deriver_off.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unified/test_cases/config_summary_control.json b/tests/unified/test_cases/config_summary_control.json index a00b5862..69eb9ffd 100644 --- a/tests/unified/test_cases/config_summary_control.json +++ b/tests/unified/test_cases/config_summary_control.json @@ -85,7 +85,7 @@ "session_id": "session_summary", "summary": true, "max_tokens": 4000, - "observer_peer_id": "eve", + "description": "Unscoped read, so the summary gets 40% of max_tokens. Naming an observer would route through the peer_target path, where the representation and peer card are subtracted from the budget first.", "assertions": [ { "assertion_type": "llm_judge", diff --git a/tests/unified/test_cases/config_summary_control_deriver_off.json b/tests/unified/test_cases/config_summary_control_deriver_off.json index 4cdbc036..32642457 100644 --- a/tests/unified/test_cases/config_summary_control_deriver_off.json +++ b/tests/unified/test_cases/config_summary_control_deriver_off.json @@ -84,7 +84,7 @@ "session_id": "session_summary", "summary": true, "max_tokens": 4000, - "observer_peer_id": "eve", + "description": "Unscoped read, so the summary gets 40% of max_tokens. Naming an observer would route through the peer_target path, where the representation and peer card are subtracted from the budget first.", "assertions": [ { "assertion_type": "llm_judge",