rn-agent-import
Import an exported experience bundle into the local experience store. Validates format, checks for duplicates, and adds heuristics at reduced confidence.
/rn-dev-agent:rn-agent-import <path-to-export.yaml>Example
Section titled “Example”/rn-dev-agent:rn-agent-import ~/.claude/rn-agent/exports/export-2026-03-31.yamlImport Rules
Section titled “Import Rules”| Rule | Detail |
|---|---|
| Confidence | Reduced to 70% of the exported value |
| Duplicates | Silently skipped (matched by summary text) |
| Minimum threshold | Heuristics below 20% effective confidence are skipped |
| Prefix | Imported entries marked with RS-I* or FP-I* prefix |
| Destination | All stay in experience.md for review (no auto-promotion) |
What Happens
Section titled “What Happens”- Validate the bundle format (version, heuristics array)
- Check for duplicates against existing experience
- Add new heuristics with 70% of original confidence
- Mark imported entries with source attribution and original date
- Skip heuristics below 20% effective confidence
When to Use
Section titled “When to Use”- Onboarding a new team member with shared experience
- Bootstrapping a new project with patterns from a similar project
- Syncing learnings across machines