docs(conductor): Initialize Phase 6 GenCpp UX Validation tracks
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
# Specification: Manual Context Pruner / Intercept Modal
|
||||
|
||||
## Overview
|
||||
Introduce a "Review Context Before Send" toggle. When enabled, hitting "Send" opens a modal displaying the final, aggregated Markdown string. The user can manually delete lines, redact symbols, or prune irrelevant RAG chunks before giving the final approval to send the payload to the API.
|
||||
|
||||
## Acceptance Criteria
|
||||
- [ ] A UI toggle exists for "Review Context Before Send".
|
||||
- [ ] When enabled, sending a prompt opens a modal with a large text editor containing the fully aggregated markdown string (files + RAG chunks + prompt).
|
||||
- [ ] User can edit the text and click "Approve and Send" or "Cancel".
|
||||
Reference in New Issue
Block a user