Skip to content

Commit 595c817

Browse files
committed
refactor(reports): remove column headers from summary table
Remove 'Metric' and 'Value' headers from summary table as the bold labels in each row make it self-explanatory. Cleaner, more scannable presentation. Assisted-by: Claude Sonnet 4.5 via GitHub Copilot
1 parent 0d4be55 commit 595c817

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

reports/2026-01-31-report.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import GitHubProfileCard from '@site/src/components/GitHubProfileCard';
1010

1111
# Summary
1212

13-
| Metric | Value |
13+
| | |
1414
|--------|-------|
1515
| **Total Items** | 144 (36 planned, 108 opportunistic) |
1616
| **Contributors** | 23 total, 10 new |

scripts/lib/markdown-generator.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ import GitHubProfileCard from '@site/src/components/GitHubProfileCard';
116116
// Generate summary section as compact table
117117
const summary = `# Summary
118118
119-
| Metric | Value |
119+
| | |
120120
|--------|-------|
121121
| **Total Items** | ${totalItems} (${plannedItems.length} planned, ${opportunisticItems.length} opportunistic) |
122122
| **Contributors** | ${contributors.length} total, ${newContributors.length} new |

0 commit comments

Comments
 (0)