Skip to content

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-export
DataIncludedAnonymized
Heuristic summariesYesPaths/secrets redacted
Confidence scoresYesAs-is
Environment fingerprintYesCoarsened to major.minor
Failure statisticsYesNormalized errors only
Raw telemetryNoNever exported
Candidate filesNoNot included

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>.yaml
  • All summaries pass through redaction (secrets, PII, paths stripped)
  • Environment versions coarsened to major.minor
  • No raw telemetry, project names, or file paths included