feat: add trajectory sanitization utility #27

Merged
Timmy merged 1 commits from feat/issue-26-trajectory-sanitizer into main 2026-03-28 05:04:44 +00:00
Owner

Summary

  • add scripts/trajectory_sanitize.py to sanitize JSON/JSONL session exports before training
  • add TDD coverage for nested payload redaction, idempotence, and CLI file sanitization

Test Plan

  • python3 -m pytest tests/test_trajectory_sanitize.py -q
  • python3 -m pytest tests -q

Closes #26

## Summary - add `scripts/trajectory_sanitize.py` to sanitize JSON/JSONL session exports before training - add TDD coverage for nested payload redaction, idempotence, and CLI file sanitization ## Test Plan - `python3 -m pytest tests/test_trajectory_sanitize.py -q` - `python3 -m pytest tests -q` Closes #26
Timmy added 1 commit 2026-03-28 05:04:28 +00:00
Timmy merged commit 3be3a6ed4f into main 2026-03-28 05:04:44 +00:00
Timmy deleted branch feat/issue-26-trajectory-sanitizer 2026-03-28 05:04:45 +00:00
Sign in to join this conversation.