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
Browse filesBrowse the repository at this point in the historyBrowse files
Yogthos
committed
fix: address 8 review issues from merge audit
HIGH:
- heal: re-apply heal_loaded_messages() call in spawn_loop_runner
(lost during revert of unrelated retry.rs breakage)
- compact_model: add deferred-wiring doc note
MEDIUM:
- inflight: move sequential add into Prepared arm to match parallel
path — no more spurious add/delete for Immediate outcomes
- context_manager: guard ctx_max == 0 returning None instead of
computing inf ratio
LOW:
- storm: remove no-op Value round-trip in args normalisation
(serde_json::Map is already BTreeMap, to_string is canonical)
- storm: document BUILTIN_TOOL_NAMES sync and feature-gated tools
- schema_flatten: add debug_assert for type=object precondition
- scavenge: skip past unmatched brace to avoid O(n²) rescan on
pathological JSON inputs
0 commit comments