Expand description
Cocoon → Mountain output.appendLine notification.
Emitted by Cocoon/.../Services/Window/OutputChannel.ts:56 whenever
an extension calls OutputChannel.appendLine(text). The stock
semantic contract is “append + trailing \n”; we suffix the newline
here so the downstream sky://output/append listener stays a single
append code path (no appendLine listener in Sky).