Skip to content

Config Porting

Recast can migrate project-level configuration files between AI coding agents. These are the files that define agent behavior, ignore patterns, and project instructions.

How it works

Run port-config in your project's root directory:

bash
recast port-config --from claudecode --to antigravity --dir .

Recast will:

  1. Look for source agent config files (e.g. CLAUDE.md, .claudeignore).
  2. Copy them to the target agent's expected filenames (e.g. GEMINI.md, .geminiignore).
  3. Skip any files that already exist in the target to avoid overwriting your work.

Mapping Table

Source AgentSource FilesTarget Files
Claude CodeCLAUDE.md, .claudeignoreGEMINI.md, .geminiignore
Cursor.cursorrules, .cursorignoreGEMINI.md, .geminiignore
OpenCodeOPENCODE.md, .opencodeignoreGEMINI.md, .geminiignore