{{define "body"}}

Worker logs

In-memory ring buffer (capacity {{.BufferCap}}, holding {{.BufferSize}} lines). Phase 1 shows worker-binary logs only; stack and host logs land in later phases.

{{range .Lines}}{{.}}
{{end}}
{{end}}