@flarecode/import-memory
v0.2.4
Published
One-command helper for discovering local coding-agent memory sources before importing them into FlareCode.
Readme
@flarecode/import-memory
One-command helper for importing your local AI coding-agent preferences into FlareCode.
npx --yes @flarecode/import-memory@latestRun it from anywhere. It reads your global config (e.g. ~/.claude/CLAUDE.md) and discovers rule files — AGENTS.md, CLAUDE.md, .cursorrules, .cursor/rules, .github/copilot-instructions.md — across all your repos (common code folders, your Cursor/VS Code workspaces, and the current directory), plus a redacted summary of your Claude Code, Codex, Cursor, and VS Code settings.
Rule files are redacted and deduplicated on your machine before upload. Raw transcript contents are never uploaded unless you opt in with --include-history, which reads only your own typed messages (redacted on-device, harness noise filtered, distilled then discarded). The shell wrapper at https://flarecode.sh/import.sh only detects a package runner and delegates to this npm package.
Useful flags:
npx --yes @flarecode/import-memory@latest --dry-run
npx --yes @flarecode/import-memory@latest --json
npx --yes @flarecode/import-memory@latest --repos ~/code,~/work
npx --yes @flarecode/import-memory@latest --repo ~/code/my-app
npx --yes @flarecode/import-memory@latest --no-discover
npx --yes @flarecode/import-memory@latest --include-history
npx --yes @flarecode/import-memory@latest --source claude,codex,cursor
npx --yes @flarecode/import-memory@latest --since 90d