Summary
Priority coverage gaps (TUI intentionally excluded — TUIViewPurity cop + manual QA deemed sufficient):
- pkg/reference (0% — parses user input): parse round-trips / fuzz.
- pkg/config/latest (6.4% direct): validate.go edge cases.
- pkg/gateway (23.8%): catalog cache / ETag paths.
- pkg/acp (20.9%) / pkg/a2a (23.4%): protocol adapters.
Fix
Add focused tests for the above, prioritizing pkg/reference (fuzz) and pkg/config/latest validate.
Acceptance
- Meaningful coverage increase on the listed packages; new tests deterministic.
Summary
Priority coverage gaps (TUI intentionally excluded — TUIViewPurity cop + manual QA deemed sufficient):
Fix
Add focused tests for the above, prioritizing pkg/reference (fuzz) and pkg/config/latest validate.
Acceptance