docs: add Arch Linux nmem CLI install guidance#269
Conversation
Co-authored-by: 虫子樱桃 <19337206+czyt@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThis PR adds Arch Linux AUR package manager installation options ( ChangesArch Linux nmem-cli Installation Guidance
🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly Related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
bugbot run |
There was a problem hiding this comment.
✅ Bugbot reviewed your changes and found no new issues!
Comment @cursor review or bugbot run to trigger another review on this PR
Reviewed by Cursor Bugbot for commit 8a45452. Configure here.
There was a problem hiding this comment.
Pull request overview
Documentation update to help Arch Linux users install nmem-cli reliably by adding AUR-based installation guidance across the root README, multiple integration READMEs, and skill troubleshooting sections where “nmem not found in PATH” is addressed.
Changes:
- Add Arch Linux AUR install option (
yay/paru) fornmem-clialongside existing desktop-app andpip/pipx/uvxguidance. - Update troubleshooting guidance in shared SKILL files to mention AUR as an additional fallback when
nmemis missing from PATH. - Add a dedicated “Arch Linux AUR” install option section in select READMEs (e.g., npx-skills) with an explicit AUR link.
Reviewed changes
Copilot reviewed 23 out of 23 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Adds AUR install guidance for nmem-cli in the root Requirements section. |
| nowledge-mem-proma-plugin/README.md | Updates prerequisites to include Arch AUR install option. |
| nowledge-mem-pi-package/skills/status/SKILL.md | Extends troubleshooting step to include Arch AUR install commands. |
| nowledge-mem-pi-package/README.md | Adds Arch AUR comment line in the prerequisite install snippet. |
| nowledge-mem-opencode-plugin/README.md | Updates prerequisites to include Arch AUR install option. |
| nowledge-mem-openclaw-plugin/SKILL.md | Adds Arch AUR as an alternative in the “verify nmem” failure guidance. |
| nowledge-mem-npx-skills/skills/status/SKILL.md | Adds Arch AUR as another install option in troubleshooting. |
| nowledge-mem-npx-skills/README.md | Adds a dedicated “Option 3: Arch Linux AUR” section and AUR link. |
| nowledge-mem-hermes/README.md | Updates prerequisites to include Arch AUR install option. |
| nowledge-mem-droid-plugin/README.md | Adds Arch AUR as an additional install option in the requirements snippet. |
| nowledge-mem-copilot-cli-plugin/skills/search-memory/SKILL.md | Updates troubleshooting guidance to include Arch AUR commands. |
| nowledge-mem-copilot-cli-plugin/skills/save-thread/SKILL.md | Updates troubleshooting guidance to include Arch AUR commands. |
| nowledge-mem-copilot-cli-plugin/skills/read-working-memory/SKILL.md | Updates troubleshooting guidance to include Arch AUR commands. |
| nowledge-mem-copilot-cli-plugin/skills/distill-memory/SKILL.md | Updates troubleshooting guidance to include Arch AUR commands. |
| nowledge-mem-copilot-cli-plugin/README.md | Adds Arch AUR comment line in the prerequisite install snippet. |
| nowledge-mem-codex-plugin/README.md | Adds Arch AUR guidance alongside existing pip/uvx install paths. |
| nowledge-mem-claude-code-plugin/skills/search-memory/SKILL.md | Updates troubleshooting guidance to include Arch AUR commands. |
| nowledge-mem-claude-code-plugin/skills/save-thread/SKILL.md | Updates troubleshooting guidance to include Arch AUR commands. |
| nowledge-mem-claude-code-plugin/skills/read-working-memory/SKILL.md | Updates troubleshooting guidance to include Arch AUR commands. |
| nowledge-mem-claude-code-plugin/skills/distill-memory/SKILL.md | Updates troubleshooting guidance to include Arch AUR commands. |
| nowledge-mem-claude-code-plugin/README.md | Adds Arch AUR comment line in the prerequisite install snippet. |
| nowledge-mem-bub-plugin/README.md | Adds Arch AUR comment line in the prerequisite install snippet. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Actionable comments posted: 3
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@nowledge-mem-opencode-plugin/README.md`:
- Line 17: Update the Troubleshooting section entry that currently only suggests
the `pip install nmem-cli` command to mirror the prerequisites wording: keep the
existing `pip install nmem-cli` suggestion and add the Arch AUR alternatives
`yay -S nmem-cli` / `paru -S nmem-cli` so the Troubleshooting "Install CLI"
guidance matches the earlier Prerequisites wording and resolves issue `#268`.
In `@nowledge-mem-pi-package/README.md`:
- Line 24: The Troubleshooting section is missing the Arch AUR install command;
update the Troubleshooting paragraph (the "Troubleshooting" heading) to mirror
the new Arch path by adding the same Arch install instruction shown earlier
("Arch Linux: yay -S nmem-cli # or: paru -S nmem-cli") so Arch users see the
identical fix path for nmem-cli in both the Prerequisites and Troubleshooting
sections.
In `@nowledge-mem-proma-plugin/README.md`:
- Line 12: Update the "nmem CLI not found" troubleshooting block so it matches
the new prerequisite guidance: when suggesting installation options add the Arch
AUR commands alongside the existing options, i.e., include "yay -S nmem-cli /
paru -S nmem-cli" in the same sentence as the bundled Nowledge Mem desktop app
and `pip install nmem-cli` suggestions; locate the block by the literal
header/string "nmem CLI not found" and update that paragraph accordingly.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 692154fd-0ada-4ee6-9cc2-34d0ec51e855
📒 Files selected for processing (23)
README.mdnowledge-mem-bub-plugin/README.mdnowledge-mem-claude-code-plugin/README.mdnowledge-mem-claude-code-plugin/skills/distill-memory/SKILL.mdnowledge-mem-claude-code-plugin/skills/read-working-memory/SKILL.mdnowledge-mem-claude-code-plugin/skills/save-thread/SKILL.mdnowledge-mem-claude-code-plugin/skills/search-memory/SKILL.mdnowledge-mem-codex-plugin/README.mdnowledge-mem-copilot-cli-plugin/README.mdnowledge-mem-copilot-cli-plugin/skills/distill-memory/SKILL.mdnowledge-mem-copilot-cli-plugin/skills/read-working-memory/SKILL.mdnowledge-mem-copilot-cli-plugin/skills/save-thread/SKILL.mdnowledge-mem-copilot-cli-plugin/skills/search-memory/SKILL.mdnowledge-mem-droid-plugin/README.mdnowledge-mem-gemini-clinowledge-mem-hermes/README.mdnowledge-mem-npx-skills/README.mdnowledge-mem-npx-skills/skills/status/SKILL.mdnowledge-mem-openclaw-plugin/SKILL.mdnowledge-mem-opencode-plugin/README.mdnowledge-mem-pi-package/README.mdnowledge-mem-pi-package/skills/status/SKILL.mdnowledge-mem-proma-plugin/README.md
Co-authored-by: 虫子樱桃 <19337206+czyt@users.noreply.github.com>
Summary
nmem-cliCloses #268
Validation
git diff --checknode nowledge-mem-codex-plugin/scripts/validate-plugin.mjsSummary by CodeRabbit
Note
Low Risk
Markdown-only documentation updates with no runtime, auth, or integration logic changes.
Overview
Documentation-only change: Arch Linux users can install
nmem-clivia the AUR (yay/paru) alongside existing desktop-app andpippaths.The root README Requirements section and integration README prerequisites (Bub, Claude Code, Copilot CLI, Codex, Droid, Hermes, npx-skills, OpenCode, Pi, Proma, etc.) now mention AUR install where relevant. Troubleshooting blocks in shared SKILL files (Claude/Copilot skills, npx
status, OpenClaw setup guide, Pistatus) were updated so agents suggest AUR whennmemis missing from PATH. Codex and npx-skills add a dedicated AUR option section with link to https://aur.archlinux.org/packages/nmem-cli.Reviewed by Cursor Bugbot for commit 8a45452. Bugbot is set up for automated code reviews on this repo. Configure here.