feat: setup vibebox commands

This commit is contained in:
robcholz
2026-02-07 14:42:51 -05:00
parent c2dd188767
commit 15a5199d5f
8 changed files with 143 additions and 24 deletions
-1
View File
@@ -68,7 +68,6 @@ In host cli:
In vibebox:
- use `:new` to prompt user to delete and create a session.
- use `:exit` to exit vibebox.
### (Shows all the mounts/network/visibility)
+1 -1
View File
@@ -41,7 +41,7 @@
4. [x] use vm.lock to ensure process concurrency safety.
5. [x] wire up SessionManager.
6. [x] VM should be separated by a per-session VM daemon process (only accepts if to shut down vm and itself).
7. [ ] setup vibebox commands
7. [x] setup vibebox commands
8. [ ] setup cli commands.
9. [ ] fix ui overlap.
10. [ ] intensive integration test.