project-compass 3.6.1 → 3.6.3

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
@@ -4,6 +4,16 @@
4
4
 
5
5
  Project Compass is a high-performance, TUI (Terminal User Interface) workspace orchestrator built with Ink and React. It transforms your terminal into a command center for managing complex, multi-stack environments with a focus on speed, safety, and visual clarity.
6
6
 
7
+ ## 🛠️ Installation
8
+
9
+ ```bash
10
+ npm install -g project-compass
11
+ ```
12
+
13
+ ## 🔗 Links
14
+ - **NPM**: [npmjs.com/package/project-compass](https://www.npmjs.com/package/project-compass)
15
+ - **GitHub**: [github.com/CrimsonDevil333333/project-compass](https://github.com/CrimsonDevil333333/project-compass)
16
+
7
17
  ![Navigator View](https://raw.githubusercontent.com/CrimsonDevil333333/project-compass/master/assets/screenshots/navigator.jpg)
8
18
 
9
19
  ## 🌟 Premium Features
@@ -57,11 +67,10 @@ Project Compass is a high-performance, TUI (Terminal User Interface) workspace o
57
67
  | `Shift + Q` | Quit (with safe-exit confirmation) |
58
68
  | `?` | Toggle Help Overlay |
59
69
 
60
- ## 🛠️ Installation
70
+ ### 🛡️ Safe Termination
71
+ - **Process Protection**: Compass won't let you accidentally kill your work. If tasks are running, a dedicated confirmation dialog ensures you intended to quit.
61
72
 
62
- ```bash
63
- npm install -g project-compass
64
- ```
73
+ ![Exit Confirmation](https://raw.githubusercontent.com/CrimsonDevil333333/project-compass/master/assets/screenshots/exit-confirm.jpg)
65
74
 
66
75
  ## 🚀 Vision
67
76
  Project Compass is designed to be the "Last Terminal Tool" you ever need to open. It bridges the gap between raw CLI commands and full IDEs, giving you a professional, reactive cockpit for all your development work.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "project-compass",
3
- "version": "3.6.1",
3
+ "version": "3.6.3",
4
4
  "description": "Futuristic project navigator and runner for Node, Python, Rust, and Go",
5
5
  "main": "src/cli.js",
6
6
  "bin": {