chore(self-improve): apply P1 Improve retrieval fallback ordering

This commit is contained in:
Carl Niklas Rydberg 2026-02-14 21:57:33 +01:00
parent c6dad7427a
commit b55824f49c

View file

@ -0,0 +1,20 @@
# P1: Improve retrieval fallback ordering
- Objective: Improve the look of the UI
- Release:
- Risk: low
- Auto apply safe: True
## Problem
Low-confidence drafts still occur when release-filtered retrieval returns no hits.
## Change
Add deterministic fallback chain and expose retrieval diagnostics in API responses.
## Files
- `app.py`
## Tests
- Call /assistant/draft with missing release_name and verify non-empty sources fallback.
_Generated at 2026-02-14T20:57:33.384354+00:00_