adv_live4's trace stamps entered_dungeon at beat 11 with signal objective:'Clear the crypt of goblins' — i.e. when the CLEAR objective completed — while the party actually entered the crypt around beat 2-3 (combat beats 3-11). The stage-gap machinery then reads a 10-beat 'stall' between quest_accepted@1 and entered_dungeon@11, driving the aggregate's stuck dimension to 0.00 and mislabeling the weakest link. Fix: stamp entered_dungeon on first party arrival at the dungeon location (location signal, like reached_giver's location:at-giver), keeping objective completion as a separate clear_done stamp if useful. Evidence: qa/transcripts/adv_live4.quest_trace.json + scores_db adv_agg_live4_20260722.
adv_live4's trace stamps
entered_dungeonat beat 11 with signalobjective:'Clear the crypt of goblins'— i.e. when the CLEAR objective completed — while the party actually entered the crypt around beat 2-3 (combat beats 3-11). The stage-gap machinery then reads a 10-beat 'stall' between quest_accepted@1 and entered_dungeon@11, driving the aggregate's stuck dimension to 0.00 and mislabeling the weakest link. Fix: stamp entered_dungeon on first party arrival at the dungeon location (location signal, like reached_giver'slocation:at-giver), keeping objective completion as a separate clear_done stamp if useful. Evidence: qa/transcripts/adv_live4.quest_trace.json + scores_db adv_agg_live4_20260722.