Fixed
- Parser: stop warning on normal observation responses (#2074). Eliminated the
PARSER Summary response contained <observation> tags instead of <summary> — prompt conditioning may need strengtheningwarning that fired on every normal observation turn. The warning was inherited from #1345 whenparseSummarywas only called after summary prompts; after #1633's refactor it runs on every response, so the observation-only fallthrough always tripped. Gated the entire observation-on-summary path oncoerceFromObservationso only genuine summary-turn coercion failures log.
Full diff: v12.2.2...v12.2.3