test-case: :route check classifies prompts correctly #46
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
:route check Explain how MMAP works on Linux:route check Traceback (most recent call last)::route check ls /tmp:route check how does ASLR work?:route on:route check ls /tmpagainExpected
class=reasoning model=nil (routing currently disabled)— heuristic fires but config.routing.classes is empty, so no override.class=code model=nil (routing currently disabled)— same.class=default model=nil (routing currently disabled).class=reasoning model=nil ...— 19 chars + "how does" hits the threshold.auto-routing on.class=default model=nil(no "routing disabled" suffix anymore).What this exercises
PASS (autonomous run, 2026-05-13). 4-case classification corpus:
Explain how MMAP works on Linux→class=reasoning;Traceback (most recent call last):→class=code;ls /tmp→class=default;how does ASLR work?→class=reasoning.(routing currently disabled)suffix appears on all 4 (auto off). After:route on, the suffix correctly disappears from subsequent:route checkoutput (verified via direct probe). N1 honored. Closing.