(workspaceId: string)
| 38 | * @param workspaceId - Stable workspace identifier (e.g., "a1b2c3d4e5") |
| 39 | */ |
| 40 | export function getLegacyPlanFilePath(workspaceId: string): string { |
| 41 | return `${DEFAULT_MUX_HOME}/plans/${workspaceId}.md`; |
| 42 | } |
no outgoing calls
no test coverage detected