mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-07-18 21:50:55 +00:00
236b165b7a
Codex gate (SILENT): the scene-builder/hydrator _anchor_scene_row_looks_like_final_answer (messages.js + routes.py) used a loose '>=80 + prefix' rule while the renderer _anchorSceneProseMatchesFinalAnswer uses '>=80 + ratio>=0.9'. A short intermediate-prose row that was a prefix of the final answer could be dropped from the persisted scene by the looser builder, leaving the stricter renderer no row to show -> silent prose loss. Aligned both filters to the renderer's rule (drop fewer -> preserve more intermediate prose). Matrix already GREEN; this closes the edge the fixture didn't exercise.