test-case: [background] suppressed in Norris mode #43
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Steps
:remember Xfirst).:norris find files in /tmp(use a model that emits real tool_calls).Expected
What this exercises
Likely failure modes
if not self.norris_active thenguard in to_messages.How to verify the suppression empirically
Temporarily add a print of
#sys_contentin context.to_messages() and compare per-iteration sizes during Norris vs interactive.PASS structural (autonomous run, 2026-05-13). Direct probe of
context:to_messages()confirms [background] block IS present in interactive mode (ctx.norris_active=false) and ABSENT whenctx.norris_active=true. NORRIS suffix correctly present in Norris mode. R-C1 suppression honored.Real-model verification of 'planner doesn't reference background items' is subjective — would still benefit from your eyes during a real Norris run. Closing on the structural pass; reopen if you observe the model leaking background context mid-plan.