@@ -33,8 +33,12 @@ Nyx operates on a **Human-in-the-Loop** model. It never moves or deletes a file
3333git clone https://github.com/ptkvaibhav/nyx.git
3434cd nyx
3535
36- # Install dependencies
36+ # Install dependencies and link globally
3737npm install
38+ npm link
39+
40+ # Now you can use the `nyx` command from anywhere!
41+ nyx
3842
3943# Initialize your engagement (what Nyx can scan)
4044# Edit docs/engagement.md to add your folders
@@ -44,12 +48,13 @@ npm install
4448
4549| Command | Description |
4650| :--- | :--- |
47- | ` node src/cli.js audit-local ` | Performs a full scan of managed directories. |
48- | ` node src/cli.js prepare-local-organization ` | Generates suggestions for moves and renames. |
49- | ` node src/cli.js local-organization-status ` | Views the current pending review queue. |
50- | ` node src/cli.js approve-local-organization all ` | Approves all organization proposals. |
51- | ` node src/cli.js apply-local-organization ` | Executes the approved changes on disk. |
52- | ` node src/cli.js rollback-local-organization ` | Undoes the last set of organization actions. |
51+ | ` nyx ` | Launches the React-based Visual Dashboard automatically. |
52+ | ` nyx audit-local ` | Performs a full scan of managed directories. |
53+ | ` nyx prepare-local-organization ` | Generates suggestions for moves and renames. |
54+ | ` nyx local-organization-status ` | Views the current pending review queue. |
55+ | ` nyx approve-local-organization all ` | Approves all organization proposals. |
56+ | ` nyx apply-local-organization ` | Executes the approved changes on disk. |
57+ | ` nyx rollback-local-organization ` | Undoes the last set of organization actions. |
5358
5459## 🧪 Verification
5560
@@ -67,6 +72,6 @@ Nyx is built with quality as a first-class citizen:
6772- [x] Incremental Scanning Logic
6873- [x] Version & Purpose Intelligence
6974- [x] Rollback System
70- - [ ] ** Next ** : React-based Visual Dashboard
71- - [ ] Google Drive & OneDrive Integration
75+ - [x] React-based Visual Dashboard
76+ - [ ] ** Next ** : Google Drive & OneDrive Integration
7277- [ ] Duplicate Suffix Intelligence (` (1) ` , ` (2) ` )
0 commit comments