Allow reusing context across different Cursor workspaces/projects

Feature request for product/service

Cursor IDE

Describe the request

Summary
My projects live in multiple repositories (e.g., a UI library and a calculator app that consumes it). Each repo sits in its own Cursor workspace. When I switch workspaces, the assistant loses the history and decisions from the other repo, so I have to restate everything manually. I’d love a way to persist or reference shared context across workspaces.

User story
As a developer working with several related repos, I want to mark certain information (e.g., design decisions, registry URLs, shared scripts) as reusable.
When I open another workspace, I want to reference that stored context so the assistant already knows the key details.

Potential solutions
A lightweight “shared notes” panel that the assistant can access across workspaces.
A command to pin bits of conversation or files as global context.
The ability to import context from another workspace when starting a new chat.

Benefits
Reduces repetition when bouncing between repos.
Helps keep architectural decisions in sync across projects.
Makes Cursor more effective for multi-repo teams following patterns like GitFlow.