chore: remove dead PNG and HTML assets unreferenced after #965 - #968
Merged
Conversation
- docs/assets/uteke-comparison.png (186KB) β orphaned after comparison table replaced the static image - docs/assets/uteke-architecture.png (491KB) β orphaned after Mermaid diagram replaced the static image - docs/assets/uteke-infographic.html (14KB) β never referenced anywhere Total: 691KB of dead weight removed from the repo.
π Cora AI Code Reviewβ No issues found. Code looks good! Review powered by cora-code Β· BYOK Β· MIT |
This was referenced Aug 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Remove 3 dead asset files from
docs/assets/totaling 691KB of orphaned repo weight.Why
After PR #965 replaced
uteke-comparison.pnganduteke-architecture.pngwith native markdown table + Mermaid diagram, these files became unreferenced. An additionaluteke-infographic.htmlwas found during audit β never referenced in any file across the repo.uteke-comparison.pnguteke-architecture.pnguteke-infographic.htmlOnly
uteke-banner.png(568KB) remains β still actively used in bothREADME.mdandREADME.id.md.Changes
docs/assets/uteke-comparison.pngdocs/assets/uteke-architecture.pngdocs/assets/uteke-infographic.htmlTesting
grep -rnconfirms zero references to deleted files across entire repouteke-banner.pngstill referenced in README.md and README.id.md