You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(early-stop): cover second-review items (two-AgentStart, golden corpus, parity)
Add the still-applicable coverage from the second review; no scoring-logic
change (any-engagement was already restored by the prior commit):
- Golden-corpus regression test pinning observed_label AND score for the
canonical skill_triggered trajectories (single-target, target-then-competitor
recall/precision, wrong-then-target, negative false-positive, true-negative,
file-read), so a future engagement-policy change fails loudly instead of
silently shifting the activation suite's P/R/F1.
- Multi-turn + file-read parity tests: any-engagement holds across TurnRecords
and for the file-read signal (Read of skills/<name>/...), not only the Claude
Skill call, so the agent-agnostic parity is asserted for the new branch.
- Two-AgentStart watcher test: a retry's second AgentStart does not reset the
wall-clock origin (the documented no-op branch in on_event).
Also clarifies the EarlyStopInfo.tool_call_index field doc: on a call-latched
stop it is the deciding in-flight call index (completed_tool_ends + 1), read as
"which call decided", not a count of fully-completed tool calls.
0 commit comments