fix(confidence-engine): bound focused investigation input
This commit is contained in:
@@ -125,6 +125,15 @@ Jenkins SCM branch used to load the Jenkinsfile is conceptually separate from th
|
||||
- CSS Grid with responsive column placement replaces original flexbox; three DOM sections ensure correct mobile stacking without duplicating content
|
||||
- desktop two-column presentation (explanation left / sign-in right) preserved unchanged at `md` breakpoint and above
|
||||
|
||||
## Focused-investigation input hardening
|
||||
|
||||
- Focused answer now has a visible 10,000-character UI limit (maxLength + character counter).
|
||||
- Server enforces matching 10,000-character bound on `/api/focused-investigation/deconstruct`.
|
||||
- Other prompt-bearing fields retain explicit defensive bounds (2048 characters each).
|
||||
- Oversized/malformed requests are rejected before reasoning with controlled HTTP 400.
|
||||
- No punctuation/HTML/SQL-style content stripping introduced.
|
||||
- Reasoning semantics unchanged.
|
||||
|
||||
## CURRENT MVP DIRECTION
|
||||
|
||||
Initial-decomposition hardening is frozen for the current MVP stage.
|
||||
|
||||
Reference in New Issue
Block a user