project-compass 4.1.2 → 4.1.4
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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,7 +30,10 @@ npm install -g project-compass
|
|
|
30
30
|
### 🏗️ Project Architect (`Shift+N`)
|
|
31
31
|
- **Modern Templates**: Scaffold high-performance projects with built-in support for **Bun, Next.js, Vite, Rust, and Django**.
|
|
32
32
|
|
|
33
|
-
### 🔌 Manual Infrastructure
|
|
33
|
+
### 🔌 Manual Infrastructure
|
|
34
|
+
- **Port Mapping**: Hit `Shift + R` in details to manually assign ports to projects. Settings are saved persistently.
|
|
35
|
+
|
|
36
|
+
### 🤖 AI Horizon (`Shift+O` or `0`)
|
|
34
37
|
- **Intelligence Persistence**: Configure your provider (**OpenRouter, Gemini, Claude, Ollama**) once; Compass remembers your settings.
|
|
35
38
|
- **Deep DNA Analysis**: Press `0` on any project to analyze its structure.
|
|
36
39
|
- **Auto-Config (BRIT)**: AI automatically detects and configures missing **Build, Run, Install, and Test** commands, saving them directly to your `config.json`.
|