| 12 | const SHARE_URL_PREFIX = "sharedcontext://share/"; |
| 13 | |
| 14 | export interface ShareCommandOptions { |
| 15 | client?: "cursor" | "claude-code"; |
| 16 | verbose?: boolean; |
| 17 | } |
| 18 | |
| 19 | interface ShareTokenV1 { |
| 20 | v: 1; |
nothing calls this directly
no outgoing calls
no test coverage detected