docs: clarify release distribution status - #18
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 986cf60ccc
ℹ️ 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".
| node ./bin/cewp.js init | ||
| node ./bin/cewp.js doctor |
There was a problem hiding this comment.
Keep the CLI invocable after switching to a checkout
For a user starting from a clean machine, these commands only execute the script directly; init copies skills but does not install or link the package's cewp binary. Consequently the Quick Start reaches line 64 and fails with cewp: command not found, and it also provides no usable invocation after changing into the disposable target repository. Either add a global/link installation step or consistently invoke the checkout's script with a path that remains valid from the target repository.
Useful? React with 👍 / 👎.
Summary
Validation