Loading request...
`--no-memory` is the only way to skip daemon setup, but it is undocumented and cryptic. The user suggests adding `--skip-memory` as a more user-friendly alternative, while retaining `--no-memory` for backward compatibility.
`--no-memory` is the only way to skip daemon setup, but it is undocumented and cryptic. `--skip-memory` is the form used in CLAUDE.md and user-facing documentation. **Fix:** accept both; `--no-memory` retained for backward compat. **Implemented in:** `jonesrussell/claudia` branch `feat/skip-memory-flag`