project-compass 4.1.7 → 4.1.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/commands.md +9 -3
- package/package.json +1 -1
package/commands.md
CHANGED
|
@@ -2,12 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
This document lists all supported languages, frameworks, and their built-in commands and keyboard shortcuts.
|
|
4
4
|
|
|
5
|
-
## Keyboard Guide (Navigator)
|
|
5
|
+
## Keyboard Guide (Navigator)
|
|
6
|
+
|
|
7
|
+
| Key | Action |
|
|
8
|
+
| --- | --- |
|
|
9
|
+
| **Shift+O** | Open **AI Horizon** (Workspace Intelligence) |
|
|
6
10
|
|
|
7
11
|
| Key | Action |
|
|
8
12
|
| --- | --- |
|
|
9
13
|
| ↑ / ↓ | Move project focus |
|
|
10
|
-
| Enter | Toggle deep detail view / Switch back from sub-views
|
|
14
|
+
| Enter | Toggle deep detail view / Switch back from sub-views |
|
|
15
|
+
| **0** | **Quick AI Analysis** (Detail View only) |
|
|
11
16
|
| **B / T / R / I**| **Macro Launch**: Build, Test, Run, **Install** |
|
|
12
17
|
| **Esc** | **Global Back**: Return to Main Navigator from any view |
|
|
13
18
|
| **Shift+A** | Open **Omni-Studio** (Environment & Runtime audit) |
|
|
@@ -20,7 +25,8 @@ This document lists all supported languages, frameworks, and their built-in comm
|
|
|
20
25
|
| **Shift+S** | Toggle **Structure Guide** (Saved to config) |
|
|
21
26
|
| **Shift+X** | **Clear** active task output logs |
|
|
22
27
|
| **Shift+E** | **Export** logs to a timestamped `.txt` file |
|
|
23
|
-
| **Shift+L** | **Rerun** the last executed command
|
|
28
|
+
| **Shift+L** | **Rerun** the last executed command |
|
|
29
|
+
| PgUp / PgDn | Jump full project page |
|
|
24
30
|
| **Shift+C** | Add a **Custom Command** (`label|cmd`) in detail view |
|
|
25
31
|
| **Shift+Q** | **Quit** application (Confirms if tasks are running) |
|
|
26
32
|
| Shift+↑ / ↓ | Scroll output logs |
|