An offline analysis layer that turns ROS2 build and test logs into an evidence-graded health report, with a clean scenario proving it does not manufacture alarms.
Public · synthetic demoThe bridge parses package, build, test, and flaky-test signals without claiming more than the logs establish.
| measure | green | broken |
|---|---|---|
| packages discovered | 3 | 3 |
| built successfully | 3 | 2 |
| failed packages | 0 | 1 — sensor_fusion_utils |
| tests | 19 | 10 |
| test errors | 0 | 1 |
| candidate flaky tests | 0 | 1 |
| findings emitted | 8 | 18 |
On green logs, the hedge sections stay almost empty. Quiet input produces a quiet diagnosis instead of alert noise.
green report md5: c3280360178073695b7344077e88615c broken report md5: a6b1207b4120a6191fac13c42c63a280
Identical input produces the identical report digest.
This layer analyzes supplied build and test logs. It does not claim the robot works, is safe, or is reproducible beyond the evidence recorded by those logs.