
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.
Project knowledge management for AI coding agents — sync docs, ask questions, search across projects from your terminal
Project knowledge management for AI coding agents.
Every AI coding session generates decisions, patterns, and context. Without a system, that knowledge disappears the moment the session ends. Climemo syncs your project documentation to a shared knowledge base — so your team and your AI agents always have the full picture.
Works with Claude Code, Cursor, GitHub Copilot, Codex, Windsurf, Gemini CLI, Cline, Aider, and more.
Website: https://climemo.com
macOS / Linux:
curl -fsSL https://climemo.com/install.sh | bash
Windows (PowerShell):
irm https://climemo.com/install.ps1 | iex
npx (no install needed):
npx climemo@latest init
Requires Node.js 18+. The shell installer will install Node.js automatically if not found.
# Initialize in your project (login + setup + sync in one step)
cd your-project
climemo init
This will:
That's it. Your project is now connected.
| Command | Description |
|---|---|
climemo init | All-in-one setup: login, configure agent files, sync docs |
climemo sync | Bidirectional sync — local docs ↔ server |
climemo setup | Create/update agent instruction files |
| Command | Description |
|---|---|
climemo ask "question" | Ask AI about your project docs (RAG-powered) |
climemo ask "question" --with-docs | Ask AI and include full related documents |
climemo search "keywords" | Full-text search across all project docs |
climemo compare | Compare document versions side by side |
| Command | Description |
|---|---|
climemo invite user@email.com | Invite a team member to the project |
climemo members | List project members |
climemo comments list | View comments on documents |
climemo comments add "comment" | Add a comment to a document |
| Command | Description |
|---|---|
climemo review | Check which docs are stale and need updating |
climemo review --prompt-only | Output an update prompt for your AI agent |
climemo hook install | Install a git post-commit hook (auto-sync after every commit) |
climemo versions | View document version history |
| Command | Description |
|---|---|
climemo login | Authenticate via browser OAuth |
climemo logout | Remove stored credentials |
climemo whoami | Show current user info |
climemo config set <key> <value> | Set configuration values |
climemo projects | List all your projects |
Your repo (.md files) Climemo Server Web Dashboard
│ │ │
├── climemo sync ──────────►│◄──── team members ──────┤
│ (push local changes) │ (edit on web) │
│ │ │
│◄── climemo sync ─────────┤ search, ask AI, │
│ (pull remote changes) │ comment, review │
│ │ │
├── climemo ask ───────────►│ │
│ (vector search + LLM) │ │
│◄── AI answer ────────────┤ │
.md files in your repo are synced bidirectionally. Local file structure is the source of truth for renames/deletes; content changes merge both ways.climemo ask runs a similarity search and generates an answer using an LLM.Climemo auto-detects which AI coding agents you use and creates the appropriate instruction files:
| Agent | File Created |
|---|---|
| Claude Code | CLAUDE.md |
| Cursor | .cursor/rules/climemo.mdc |
| Windsurf | .windsurf/rules/climemo.md |
| GitHub Copilot | .github/copilot-instructions.md |
| Codex / Devin / Amp | AGENTS.md |
| Gemini CLI | GEMINI.md |
| Cline | .clinerules |
| Aider | CONVENTIONS.md |
| Roo Code | .roo/rules/climemo.md |
| Amazon Q | .amazonq/rules/climemo.md |
| JetBrains AI | .aiassistant/rules/climemo.md |
| Zed | .rules |
These files teach your AI agent how to use Climemo — when to sync, how to search, and how to keep docs up to date.
To set up a specific agent manually:
climemo setup --agent cursor
Use the --token flag for non-interactive environments:
# Generate a token
climemo token
# Use in CI
climemo sync --token $CLIMEMO_TOKEN
Install a post-commit hook to sync docs automatically after every commit:
climemo hook install
This runs climemo sync silently after each git commit.
When you run climemo sync, it automatically detects repo collaborators (via GitHub CLI, GitLab CLI, or Bitbucket API) and sends them signup invitations. This can be disabled with --no-team.
Supported platforms:
gh CLI (gh auth login)glab CLI or a personal access tokenYour synced documents are available at climemo.com with:
# Set GitLab token for team sync
climemo config set gitlabToken glpat-xxxx
# Set Bitbucket token
climemo config set bitbucketToken xxxx
climemo config set bitbucketUsername your-username
Config file location: ~/.climemo/config.json
MIT
FAQs
Project knowledge management for AI coding agents — sync docs, ask questions, search across projects from your terminal
We found that climemo 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.