feat: wire up SessionManager.

This commit is contained in:
robcholz
2026-02-07 14:21:37 -05:00
parent 68145e662a
commit 5fc914945c
5 changed files with 189 additions and 104 deletions
+4 -3
View File
@@ -39,16 +39,17 @@
2. [x] Use ssh to connect to vm.
3. [x] allow multi vibebox to connect to the same vm.
4. [x] use vm.lock to ensure process concurrency safety.
5. [ ] wire up SessionManager.
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
8. [ ] setup cli commands.
9. [ ] fix ui overlap.
10. [ ] intensive integration test.
## Publish
1. [ ] write the docs
2. [ ] setup quick link.
1. [ ] write the docs.
2. [ ] setup quick install link.
3. [ ] setup website.
## Stage 2