Step 231: Add session anonymizer

This commit is contained in:
Bill
2026-02-10 08:36:22 -07:00
parent 835b90bbac
commit d909b07301
5 changed files with 346 additions and 1 deletions

View File

@@ -411,7 +411,7 @@ Capture real editing sessions, anonymize them, and export as training data.
- Auto-recording mode: always capture (configurable in settings)
*Modifies:* `WorkflowRecorder.h`, `panels/StatusBarPanel.h`
- [ ] **Step 231: Session anonymizer**
- [x] **Step 231: Session anonymizer**
Strip PII and sensitive data from recorded sessions:
- Replace file paths with generic paths (`/project/src/module.py`)
- Replace variable/function names with synthetic names (preserve structure)