Add legacy AI, RAG vector and Data Safe audit scenarios
Some checks failed
Repo Quality / structure (push) Has been cancelled

This commit is contained in:
Rodrigo Pace
2026-05-08 12:21:47 -03:00
parent 5cd8752a90
commit 703e072682
37 changed files with 686 additions and 23 deletions

View File

@@ -0,0 +1,8 @@
# Expected Results
- `joao` sees only customers where `account_owner = joao`; `margin` and `legal_hold` are not visible.
- `ana` sees Brazil customers and commercial metrics, but not legal hold.
- `maria` sees support-relevant customer and ticket data, but not margin, legal clauses or private notes.
- `sofia` sees legal-hold customers and legal contract clauses.
- The legacy app can keep its technical connectivity while the AI extension is governed by end-user context.