(sessionId: string, message: string, data?: unknown)
| 75 | } |
| 76 | |
| 77 | export function sessionLog(sessionId: string, message: string, data?: unknown): void { |
| 78 | log(`[magic-context][${sessionId}] ${message}`, data); |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * Resolve the current log file path. The path is harness-aware (see |
no test coverage detected