haltest 1.0.4 → 1.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -104,6 +104,13 @@ Pull the latest changes from GitHub, install all dependencies, and rebuild the f
104
104
  pnpm run update:app
105
105
  ```
106
106
 
107
+ ### Port Management & Cleanup
108
+ If you encounter `EADDRINUSE` errors or need to clear the development ports (2001 and 3000), use the unified stop command:
109
+ ```bash
110
+ pnpm run stop
111
+ ```
112
+ The CLI launcher also features **smart port detection**—it will automatically detect if the backend is already running and connect to it instead of failing.
113
+
107
114
  ### Publish a New CLI Release
108
115
  *(Maintainers only)*. This command bumps the patch version, runs the standalone build for the CLI, and publishes it to NPM:
109
116
  ```bash