Loading...
RightNow Agent includes migrate-to-rightnow.ps1, a Windows PowerShell copy-in tool for selected Claude Code or Codex assets. It does not modify the source .claude or .codex directories.
.\migrate-to-rightnow.ps1 -DryRun
.\migrate-to-rightnow.ps1| Parameter | Behavior |
|---|---|
| -From auto|claude|codex | Selects the source. Default: auto. |
| -RightNowHome <path> | Selects the destination. Default: %USERPROFILE%\.rightnow. |
| -WithMcp | Opts in to MCP import. |
| -DryRun | Makes no destination file or directory changes. |
| -Force | Permits replacement of destination collisions. |
Without -Force, existing destination files are skipped. Destination paths must remain inside the selected RightNow home, and existing reparse points in that path are refused.
skills/ to skills/agents/ to agents/commands/ to commands/rules/ to rules/CLAUDE.md to rules/CLAUDE.mdprompts/ to commands/AGENTS.md to rules/AGENTS.mdAGENTS.override.md to rules/AGENTS.override.mdSessions, transcripts, caches, authentication state, and general application settings are not included.
MCP definitions are imported only with -WithMcp. Review every imported command, argument, environment variable, URL, and header before launching.
After migration, inspect the summary and destination files, set RIGHTNOW_API_KEY, and launch with rightnow.ps1.