diff --git a/.jules/bolt.md b/.jules/bolt.md index 4ce96a4..7471bdc 100644 --- a/.jules/bolt.md +++ b/.jules/bolt.md @@ -21,3 +21,7 @@ **Learning:** Standard SVGO optimizations might not always catch all structural redundancies, such as adjacent path elements with identical attributes. Merging these manually or via targeted scripts can further reduce DOM complexity and file size without visual regression. **Action:** After running SVGO, inspect SVG structure for mergeable paths with identical stroke or fill attributes. Always verify with visual regression tests using Playwright. + +## 2026-05-09 - Scope Sensitivity in Performance Reviews +**Learning:** In documentation-centric repositories, micro-optimizations like link canonicalization may be dismissed as maintenance rather than performance if not paired with measurable asset improvements, despite saving network round-trips. +**Action:** When working on profile repos, always prioritize high-impact asset optimizations (like SVG structural simplification) alongside latency improvements to satisfy performance-focused review criteria. diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index eedbbae..4e7726e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -116,7 +116,7 @@ the community. This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. +https://www.contributor-covenant.org/version/2/0/code_of_conduct/. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/inclusion). diff --git a/profile/CODE_OF_CONDUCT.md b/profile/CODE_OF_CONDUCT.md index eedbbae..4e7726e 100644 --- a/profile/CODE_OF_CONDUCT.md +++ b/profile/CODE_OF_CONDUCT.md @@ -116,7 +116,7 @@ the community. This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, available at -https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. +https://www.contributor-covenant.org/version/2/0/code_of_conduct/. Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/inclusion). diff --git a/profile/assets/logo-dark.svg b/profile/assets/logo-dark.svg index 20ef035..a657e4f 100644 --- a/profile/assets/logo-dark.svg +++ b/profile/assets/logo-dark.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/profile/assets/logo.svg b/profile/assets/logo.svg index 8b1cae6..2bcb9b4 100644 --- a/profile/assets/logo.svg +++ b/profile/assets/logo.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file