| 1 | /** |
| 2 | * Tiny structured logger. One JSON line per log record on stdout (errors on |
| 3 | * stderr), with an additional append-only file sink at |
| 4 | * `logs/workspace-sessions.log` so every spawn / resume / transcript event is |
nothing calls this directly
no test coverage detected