Feat: Enhance query intent search and answer format readability

This commit is contained in:
g1nation
2026-05-02 18:20:22 +09:00
parent 26bbb22c7e
commit da4ebe3942
9 changed files with 173 additions and 12 deletions
+2
View File
@@ -18,3 +18,5 @@
- Added No Evidence, No Project Claim rules and Second Brain source type classification to prevent general notes from being treated as project implementation evidence.
- Added project claim policy enforcement so main answers must treat general-only or mixed evidence as cautious and avoid unsupported technical structure claims.
- Added a deterministic output brake that removes unsupported technical structure claims from final answers when Trace policy is `general-only`.
- Tuned Second Brain retrieval by query intent so UX/business/approval questions prioritize customer journey, requirement fit, and business value notes over generic architecture notes.
- Tuned answer readability: paragraph-first summaries, fewer bullet-heavy sections, clearer numbered-section spacing, and larger markdown headings in the sidebar.