Files
openbrain-mcp/src
agent0 04542e481c fix(truth_status): rename JSON key coverage_pct -> coverage_percent
The e2e_truth_status_counts_are_consistent test reads the
"coverage_percent" field but the truth_status tool was emitting
"coverage_pct", causing the test to fall back to -1.0 and panic
with "coverage_percent should be 0-100, got: -1".

Align the JSON output with the test contract by renaming the
JSON key. The internal Rust struct field stats.coverage_pct in
src/db.rs is unchanged, so no other code is affected.
2026-04-04 15:27:13 +00:00
..
2026-03-07 13:41:36 -05:00