v0.7.0
What's Changed
- fix(validation): distinguer unverifiable de hallucinated dans validate_prd_against_graph by @cdeust in #19
- fix(prd-input): classification match_mode — fin des faux positifs lexicaux verified by @cdeust in #20
- refactor(validator): split prd_validator sous les limites de taille (929→7 fichiers) by @cdeust in #22
- feat(prd-input): brancher l'index hybride dans prepare_prd_input — fallback explicite by @cdeust in #23
- fix(test): replace fixed shared temp-DB paths with per-test TempDir by @cdeust in #24
- fix(lbug): bound production max_db_size + fix test isolation collisions (issue #25) by @cdeust in #26
- security: convert Cypher literals to graph_store::cypher_str + anti-reintroduction guard by @cdeust in #27
- fix(resolver): make resolution_rate arithmetically sound and idempotent by @cdeust in #33
- fix(resolver): single evidence-based ambiguity policy; confidence reflects evidence, not spelling by @cdeust in #34
- fix(kotlin): resolve ambiguous unqualified calls via import and package evidence by @cdeust in #37
- chore: zero build warnings — delete dead resolve_deterministic path by @cdeust in #38
- fix(resolver): classify JVM/Android ecosystem imports as external and keep externals out of cross-repo candidates by @cdeust in #35
- docs(resolver): drop stale doc-comment references to resolve_deterministic by @cdeust in #39
- refactor(resolver): Extract Function resolve_one_call_site from resolve_calls by @cdeust in #41
- fix(zera): clippy unnecessary_filter_map in grammar.rs by @cdeust in #43
- release: v0.7.0 — resolver correctness overhaul (issues #28–#32) by @cdeust in #44
- fix(clippy): 37 -D warnings errors in root crate + workspace enforcement gap by @cdeust in #45
- docs(changelog): cover clippy cleanup + CI gate (#40, #42) in 0.7.0 by @cdeust in #46
Full Changelog: v0.6.1...v0.7.0