New:Socket for Asana Is Now Available.Learn more
Get Started

@flarecode/import-memory

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flarecode/import-memory

One-command helper for discovering local coding-agent memory sources before importing them into FlareCode.

latest
npmnpm
Version
0.2.4
Version published
Maintainers
1
Created
Source

@flarecode/import-memory

One-command helper for importing your local AI coding-agent preferences into FlareCode.

npx --yes @flarecode/import-memory@latest

Run 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

FAQs

Package last updated on 07 Jun 2026

Related posts