You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(reports): flatten header hierarchy and remove all emojis
Simplified report structure for better readability and accessibility:
Changes:
- Removed 'Focus Area' and 'Work by Type' group headers
- Promoted all category headers from ### to ## (h3 → h2)
- Promoted all subsections from #### to ### (h4 → h3)
- Promoted nested subsections from ##### to #### (h5 → h4)
- Removed all emojis from section headers
- Kept 'New Lights' name unchanged (Guardian theme)
Header structure:
- # Summary (h1)
- ## Desktop, Development, etc. (h2) - promoted from h3
- ### Planned Work, Opportunistic Work (h3) - promoted from h4
- ## Other, Bot Activity, New Lights, Contributors (h2)
Impact:
- Flatter, more scannable report structure
- All project areas at same heading level
- Improved accessibility (no decorative emojis)
- Cleaner navigation in table of contents
Files modified:
- scripts/lib/markdown-generator.mjs - Header level adjustments
- scripts/lib/label-mapping.mjs - Removed emojis from categories
- Both monthly reports regenerated
- feat: disable atuin shell integration by default by [@castrojo](https://github.com/castrojo) in [#90](https://github.com/projectbluefin/common/pull/90)
30
28
- fix(motd): use full terminal width by [@renner0e](https://github.com/renner0e) in [#87](https://github.com/projectbluefin/common/pull/87)
@@ -36,32 +34,32 @@ import GitHubProfileCard from '@site/src/components/GitHubProfileCard';
36
34
- feat: add full-desktop Brewfile with GNOME Circle apps by [@castrojo](https://github.com/castrojo) in [#32](https://github.com/projectbluefin/common/pull/32)
37
35
- feat: add bluefin-faces and fastfetch by [@renner0e](https://github.com/renner0e) in [#31](https://github.com/projectbluefin/common/pull/31)
38
36
39
-
#### ⚡ Opportunistic Work
37
+
### Opportunistic Work
40
38
41
-
> Status: _ChillOps_
39
+
- refactor: migrate GNOME extensions from COPR to git submodules by [@ahmedadan](https://github.com/ahmedadan) in [#938](https://github.com/ublue-os/bluefin-lts/pull/938)
- feat: add nvim, micro, and helix to the ide list by [@castrojo](https://github.com/castrojo) in [#88](https://github.com/projectbluefin/common/pull/88)
52
50
- feat(dx): add Swift development environment by [@joshyorko](https://github.com/joshyorko) in [#72](https://github.com/projectbluefin/common/pull/72)
**82 automated updates** this month via GitHub Actions. Homebrew tap version bumps ensure Bluefin users always have access to the latest stable releases.
63
61
64
-
#####Quick Summary
62
+
#### Quick Summary
65
63
66
64
| Tap | Updates |
67
65
|-----|---------|
@@ -106,11 +104,11 @@ import GitHubProfileCard from '@site/src/components/GitHubProfileCard';
- chore(tools): move swift Brewfile to shared by [@ahmedadan](https://github.com/ahmedadan) in [#76](https://github.com/projectbluefin/common/pull/76)
116
114
- Brewfile fixup by [@hanthor](https://github.com/hanthor) in [#64](https://github.com/projectbluefin/common/pull/64)
@@ -121,17 +119,17 @@ import GitHubProfileCard from '@site/src/components/GitHubProfileCard';
121
119
- feat: add LM Studio to AI tools Brewfile by [@castrojo](https://github.com/castrojo) in [#24](https://github.com/projectbluefin/common/pull/24)
122
120
- feat: add IDE Brewfile with VSCode, VSCodium, and JetBrains by [@castrojo](https://github.com/castrojo) in [#23](https://github.com/projectbluefin/common/pull/23)
- fix: re-include zsa udev rules by [@tulilirockz](https://github.com/tulilirockz) in [#74](https://github.com/projectbluefin/common/pull/74)
137
135
- fix: togge-tpm2 recipe when NO pin is used by [@inffy](https://github.com/inffy) in [#61](https://github.com/projectbluefin/common/pull/61)
@@ -141,25 +139,25 @@ import GitHubProfileCard from '@site/src/components/GitHubProfileCard';
141
139
- feat: add contents of `ublue-os-singing` to common by [@tulilirockz](https://github.com/tulilirockz) in [#41](https://github.com/projectbluefin/common/pull/41)
142
140
- feat: rewrite luks autounlock script with new instructions from gnomeOS by [@tulilirockz](https://github.com/tulilirockz) in [#40](https://github.com/projectbluefin/common/pull/40)
- feat: add loading message to ujust bbrew command by [@castrojo](https://github.com/castrojo) in [#97](https://github.com/projectbluefin/common/pull/97)
165
163
- feat(ci): add justfile validation by [@renner0e](https://github.com/renner0e) in [#94](https://github.com/projectbluefin/common/pull/94)
@@ -175,46 +173,52 @@ import GitHubProfileCard from '@site/src/components/GitHubProfileCard';
175
173
- fix: remove resolve ujust recipe by [@castrojo](https://github.com/castrojo) in [#47](https://github.com/projectbluefin/common/pull/47)
176
174
- chore(just): optionally include custom just recipes by [@tunix](https://github.com/tunix) in [#22](https://github.com/projectbluefin/common/pull/22)
- chore: move ublue-bling to `/usr/bin` instead of `/usr/libexec` by [@tulilirockz](https://github.com/tulilirockz) in [#48](https://github.com/projectbluefin/common/pull/48)
@@ -232,7 +236,6 @@ import GitHubProfileCard from '@site/src/components/GitHubProfileCard';
232
236
- fix(ci): remove unconsumed build arg by [@renner0e](https://github.com/renner0e) in [#943](https://github.com/ublue-os/bluefin-lts/pull/943)
233
237
- chore: fix local builds; check for yq; update bib recipe by [@hanthor](https://github.com/hanthor) in [#941](https://github.com/ublue-os/bluefin-lts/pull/941)
234
238
- fix: motd printing variables by [@renner0e](https://github.com/renner0e) in [#942](https://github.com/ublue-os/bluefin-lts/pull/942)
235
-
- refactor: migrate GNOME extensions from COPR to git submodules by [@ahmedadan](https://github.com/ahmedadan) in [#938](https://github.com/ublue-os/bluefin-lts/pull/938)
236
239
- chore: get bazaar config from common by [@renner0e](https://github.com/renner0e) in [#922](https://github.com/ublue-os/bluefin-lts/pull/922)
237
240
- fix(ci): use intermediate environment variables by [@renner0e](https://github.com/renner0e) in [#1534](https://github.com/ublue-os/aurora/pull/1534)
238
241
- fix(ci): use just action by [@renner0e](https://github.com/renner0e) in [#1526](https://github.com/ublue-os/aurora/pull/1526)
@@ -304,7 +307,7 @@ import GitHubProfileCard from '@site/src/components/GitHubProfileCard';
304
307
305
308
---
306
309
307
-
## 🤖 Bot Activity
310
+
## Bot Activity
308
311
309
312
**Automation Percentage:** 43.5% (93 bot PRs out of 214 total PRs)
0 commit comments