Import AITURK IDE 1.0.0-beta.1 from Hermes 63279301; preserve MIT license

This commit is contained in:
2026-09-05 13:26:46 +03:00
commit 03634b1ca3
11340 changed files with 3442369 additions and 0 deletions
@@ -0,0 +1,20 @@
# GDPR / UK-GDPR (roadmap - Phase 3)
For EU/UK subjects. Not part of the P0 US-first scope; templates and routing land in Phase 3.
## Rights invoked
- **Erasure** ("right to be forgotten") - Article 17.
- **Object** to processing - Article 21.
## Request content
Render with `legal.render_request("gdpr", broker, fields)` ->
`templates/emails/gdpr-erasure.txt`. Address the controller's privacy/DPO contact. Include the data
subject's name, the contact email, and the listing URL(s); cite Article 17.
## Notes
- Controllers must respond within one month (Article 12(3)).
- EU-specific brokers and portals (e.g. Acxiom's EU consumer portals) are added in Phase 3 with
`jurisdictions: ["EU"]` records and residency-aware routing.