fix(public): correct install command + de-personalize paths for OSS - #20
Merged
Merged
Conversation
… badge (lane 4) - [P0] nox-mem/README.md: add npm quick-start at top; replace tarball-only Install section with "From npm (recommended)" + "Build from source" subsections - [P0] .env.example: /root/.openclaw/... → $HOME/.nox-mem/...; OPENCLAW_WORKSPACE comment updated to $HOME/.nox-mem with (origin/legacy only) note - [P0] config.example.json: ~/.openclaw/workspace → ~/.nox-mem - [P0] root README.md: /root/.nox-mem/... env examples → $HOME/.nox-mem/...; source path uses $HOME variable instead of /root/ - [P1] reindex.ts: strip internal agent name + /root/backups path from incident comment; replace with /var/backups/nox-mem/pre-op/ placeholder - [P1] root README.md: LICENSE.md href → LICENSE (file has no extension) - [P1] install.sh: add⚠️ LINUX VPS ONLY header comment + early platform guard (exit 1 on non-Linux with npm i -g nox-mem hint) - [P1] GUIA-INSTALACAO.md: fix stale "não existe pacote npm" claim; add Linux-only callout before install.sh usage Build: tsc clean (nox-mem npm ci && npm run build)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verified pre-launch public-hygiene fixes (review swarm lane 4). Does NOT touch the multi-provider claim or SOTA numbers (pending product decisions).
npm install -g .(broken for npm users) and the npm-facing README had no install command. Nownpm i -g nox-memis the primary quick-start; build-from-source kept as a labeled subsection./root/.openclaw/...→$HOME/.nox-mem/...in.env.example,config.example.json, and the README env table.reindex.tsincident comment leaked/root/backups+ internal agent name → genericized to/var/backups/nox-mem.LICENSE.md→LICENSE(was 404).install.shis Linux-VPS-only (apt/systemd/inotify) but presented as primary → added a platform callout + guard; noted in GUIA.Build clean.