+19
−13
+23
−23
Loading
* Introduce WorkspaceRegistry and WorkspaceMetadata classes for managing workspaces. * Store workspace metadata in a JSON file at ~/.tdoc-crawler/.ai/workspaces.json. * Add functions to create, delete, and list workspaces, as well as set and get the active workspace. * Update existing functions to utilize the new workspace registry. * Refactor related code in storage and CLI to accommodate document_id instead of tdoc_id. * Enhance document summarization and processing functions to align with workspace management.