feat(chats): add managed projectless chat sessions
Create projectless chat sessions under a managed, date-scoped Chats directory and clean abandoned or deleted session folders. Add Chats to sidebar state, startup cache, shared context, and Electron Mini Chat while keeping VS Code project-only. Resolve managed chat directories to one server-side memory owner and document the runtime contracts.
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
Server-owned storage for the Project Notes surface: free-form notes, todos, and
|
||||
plan markdown files.
|
||||
|
||||
The managed Chats root (`~/.config/openchamber/chats`) is also one context owner. Every dated per-session directory beneath it resolves to that root, so Notes, Todo, Plans, pinned knowledge, and project memory are shared across ordinary chats without registering Chats as a user project.
|
||||
|
||||
## Ownership
|
||||
|
||||
| Path | Owner | Contents |
|
||||
|
||||
Reference in New Issue
Block a user