rn-agent-export
Export accumulated experience as an anonymized YAML bundle. Strips paths, secrets, and PII before writing the file.
/rn-dev-agent:rn-agent-exportWhat Gets Exported
Section titled “What Gets Exported”| Data | Included | Anonymized |
|---|---|---|
| Heuristic summaries | Yes | Paths/secrets redacted |
| Confidence scores | Yes | As-is |
| Environment fingerprint | Yes | Coarsened to major.minor |
| Failure statistics | Yes | Normalized errors only |
| Raw telemetry | No | Never exported |
| Candidate files | No | Not included |
Output
Section titled “Output”Written to ~/.claude/rn-agent/exports/export-<timestamp>.yaml.
Import on another machine or project with:
/rn-dev-agent:rn-agent-import ~/.claude/rn-agent/exports/export-<timestamp>.yamlPrivacy
Section titled “Privacy”- All summaries pass through redaction (secrets, PII, paths stripped)
- Environment versions coarsened to major.minor
- No raw telemetry, project names, or file paths included