Lighten CLI and align release truth#21
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 9524d04960
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| cd Memory-Recall | ||
| npm install | ||
| npm run recall -- setup | ||
| npm run recall -- map --root . --sqlite .local/memory.sqlite --format summary |
There was a problem hiding this comment.
Keep source quickstart in the target repository
When users try the 1.1.0 source candidate against their own repository, this sequence first changes into the Memory-Recall checkout and then runs setup; setupConsumerWorkspace() initializes process.cwd() and has no --root option, so .local is created in the tool's source repo and the following --root . map scans Memory-Recall instead of the target project. Please show an invocation that preserves the user's repo as cwd or installs the source checkout as a bin before running these commands.
Useful? React with 👍 / 👎.
What changed
Why
The current source checkout works, but the public README quickstart was ahead of npm latest: memory-recall 1.0.5 does not include Recall Map. The main CLI entrypoint also mixed static help copy with command behavior, and the browser smoke stopped before exercising the approval mutation.
Verification
Release boundary
This PR does not publish npm 1.1.0. npm publication remains a separate maintainer-approved action.