(harness: HarnessId = getHarness())
| 33 | * the helper picks up the boot-time harness automatically. |
| 34 | */ |
| 35 | export function getMagicContextTempDir(harness: HarnessId = getHarness()): string { |
| 36 | return path.join(os.tmpdir(), harness, "magic-context"); |
| 37 | } |
| 38 | |
| 39 | /** |
| 40 | * Standard log file path the plugin writes to. Pi and OpenCode write to |
no test coverage detected