Issue Summary
The quick-start examples in both the main README and packages/server/README.md show:
npx @neuralnomads/codenomad --launch
Running this without a password immediately crashes with:
[ERROR] [app] CLI server crashed err=Error: No server password configured.
Create /home/<user>/.config/codenomad/auth.json or start with --password / CODENOMAD_SERVER_PASSWORD.
Suggestions
- Update quick-start examples to include
--password or mention that auth setup is required before first run.
- Document the
auth.json file format. The error message tells users to create ~/.config/codenomad/auth.json, but neither README describes its expected schema.
Environment
- OS: Ubuntu 24.04 (Linux)
- Node: v22 via mise
- Ran via:
npx @neuralnomads/codenomad
Co-Authored-By: Oz oz-agent@warp.dev
Issue Summary
The quick-start examples in both the main README and
packages/server/README.mdshow:Running this without a password immediately crashes with:
Suggestions
--passwordor mention that auth setup is required before first run.auth.jsonfile format. The error message tells users to create~/.config/codenomad/auth.json, but neither README describes its expected schema.Environment
npx @neuralnomads/codenomadCo-Authored-By: Oz oz-agent@warp.dev