feat(workspaces): implement Workspaces UI and action primitives

This commit is contained in:
mkorwel
2026-03-19 09:43:39 -07:00
parent 26ce07d89b
commit 309bae18da
12 changed files with 154 additions and 52 deletions
+2 -2
View File
@@ -41,10 +41,10 @@ See [Milestone 4 Sub-plan](./milestone-4-sync-and-identity.md) for details.
- [ ] Implement secure GitHub PAT injection via `/dev/shm`.
### Milestone 5: UI & Advanced Hub Features (Phase 5)
Polish the developer experience and add enterprise-grade Hub capabilities.
See [Milestone 5 Sub-plan](./milestone-5-ui-and-advanced.md) for details.
- [ ] Implement the "Workspaces Ability" in the CLI (interactive React UI).
- [ ] Implement multi-tenancy models (User, Team, Repo) in the Hub.
- [ ] Add auto-cleanup (TTL) and resource monitoring to the Hub.