
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@memsync/cli
Advanced tools
Universal project memory CLI for AI agents - sync project state with code changes
Keep your project documentation automatically synchronized with code changes using LLM analysis.
MemSync is a CLI tool that monitors your git repository for code changes and uses Claude AI to automatically update your project's state.md file. This keeps your project documentation always in sync with reality.
Key Features:
bun install @memsync/cli
cd packages/cli
bun install
bun src/cli.ts --help
memsync init
This will:
.memsync/ directory with initial state.mdmemsync status
Shows:
memsync sync
This will:
Use --yes to skip confirmation:
memsync sync --yes
memsync initInitialize MemSync in a git repository.
Prompts for:
Creates:
.memsync/ directory with initial filesmemsync.toml configurationmemsync sync [--yes]Analyze code changes and update state.md.
Options:
--yes - Skip confirmation promptmemsync statusShow synchronization status.
Displays:
ANTHROPIC_API_KEY - Your Anthropic API keyDEBUG - Set to enable debug loggingExample:
export ANTHROPIC_API_KEY="sk-ant-..."
export DEBUG=1
memsync sync
If you're an AI agent (Claude, etc.) working on this project:
.memsync/state.md to understand the project.memsync/LLM.md for instructionsmemsync sync after making changes to keep documentation in sync# Install dependencies
bun install
# Run CLI
bun src/cli.ts --help
bun src/cli.ts status
# Build
bun build src/cli.ts --target=bun --outfile=dist/memsync
MIT
FAQs
Universal project memory CLI for AI agents - sync project state with code changes
We found that @memsync/cli 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.