@let n = node();
{{ n.kind }}

{{ headerName() }}

@if (frontmatterInvalid()) { {{ texts.header.invalidFrontmatter }} } @if (bumpPayload() !== null) { } @if (stabilityPayload() !== null) { }
@if (tokensShort() !== null) { T{{ tokensShort() }} } @if (bytesShort() !== null) { B{{ bytesShort() }} }
@if (summaryState() !== 'hidden') { } @if (ignoreVisible()) { }
@if (tagsSurface(); as tagsAction) { } @if (summaryExpanded() && summaryRows().length > 0) {
@for (row of summaryRows(); track row.summarizerActionId) {
{{ reportSubject(row) }}
@if (reportList(row, 'keyFacts').length > 0) {
    @for (fact of reportList(row, 'keyFacts'); track fact) {
  • {{ fact }}
  • }
} @if (reportList(row, 'qualityNotes').length > 0) {
{{ texts.header.summary.qualityLabel }}
    @for (note of reportList(row, 'qualityNotes'); track note) {
  • {{ note }}
  • }
}
}
} @defer (when stabilityPromptOpened(); prefetch on idle) { @if (stabilityPayload(); as payload) { } }