Log a creation step (e.g., "Creating worktree", "Syncing files")
(message: string)
| 151 | export interface InitLogger { |
| 152 | /** Log a creation step (e.g., "Creating worktree", "Syncing files") */ |
| 153 | logStep(message: string): void; |
| 154 | /** Log stdout line from init hook */ |
| 155 | logStdout(line: string): void; |
| 156 | /** Log stderr line from init hook */ |
no outgoing calls
no test coverage detected