project-compass 3.6.1 → 3.6.2

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
@@ -57,6 +57,11 @@ Project Compass is a high-performance, TUI (Terminal User Interface) workspace o
57
57
  | `Shift + Q` | Quit (with safe-exit confirmation) |
58
58
  | `?` | Toggle Help Overlay |
59
59
 
60
+ ### 🛡️ Safe Termination
61
+ - **Process Protection**: Compass won't let you accidentally kill your work. If tasks are running, a dedicated confirmation dialog ensures you intended to quit.
62
+
63
+ ![Exit Confirmation](https://raw.githubusercontent.com/CrimsonDevil333333/project-compass/master/assets/screenshots/exit-confirm.jpg)
64
+
60
65
  ## 🛠️ Installation
61
66
 
62
67
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-compass",
3
- "version": "3.6.1",
3
+ "version": "3.6.2",
4
4
  "description": "Futuristic project navigator and runner for Node, Python, Rust, and Go",
5
5
  "main": "src/cli.js",
6
6
  "bin": {