
Security News
Ruby's Bundler 4.0.18 Extends Cooldown to bundle lock and bundle cache
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.
Your AI's black box recorder. Auto-track project state so any AI tool picks up where the last one stopped.
Keep project context and personal AI memory local so tools can continue work without re-explaining the same context.
AI sessions reset too often. mindswap saves the current task, decisions, blockers, and handoff context so the next tool can pick up cleanly.
npm install mindswap --save-dev
npx mindswap init
npx mindswap
npx mindswap doctor
npx mindswap resume
npx mindswap ask "Why did we choose JWT?"
init to set up a repo and import existing AI contextsave to capture the current task, git state, and decisionsdoctor to check setup health and stale contextresume to start with a clean briefingask to search project memory with citationsmemory to manage blockers, assumptions, questions, and resolutions--global memory and ask scope for personal cross-tool memory under ~/.mindswap/reindex to rebuild the local SQLite search index from your file-based memorysync to share continuity state across machinesmcp and mcp-http to expose the same context to AI clientsMindSwap now supports two local memory scopes:
<repo>/.mindswap/~/.mindswap/Use global memory when a preference or learning should follow you across projects and tools.
npx mindswap log "Prefer concise explanations" --type assumption --global
npx mindswap memory list --scope all
npx mindswap ask "What explanation style should we use?" --scope all
npx mindswap reindex --scope all
mindswap generates context for tools like Claude Code, Cursor, Copilot, Codex, Windsurf, Cline, Roo, Aider, Amp, Gemini CLI, and AGENTS.md-based workflows.
npx mindswap mcp-install
npx mindswap mcp-http
The main repo data lives in .mindswap/:
.mindswap/
├── HANDOFF.md
├── state.json
├── decisions.log
├── memory.json
├── config.json
├── branches/
└── history/
If mindswap helps your workflow, star the repo and keep improving the handoff loop.
FAQs
Your AI's black box recorder. Auto-track project state so any AI tool picks up where the last one stopped.
The npm package mindswap receives a total of 43 weekly downloads. As such, mindswap popularity was classified as not popular.
We found that mindswap demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.