Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

![CI](https://github.com/GlobalTechInfo/Lumen/actions/workflows/ci.yml/badge.svg)
![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)
![Release](https://img.shields.io/github/v/release/GlobalTechInfo/Lumen)

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Link the release-version badge to the latest release.

Line 5 is a standalone image. Line 7 links to /releases/latest. Wrap the release image in the same release URL so both badges provide consistent navigation.

Proposed fix
-![Release](https://img.shields.io/github/v/release/GlobalTechInfo/Lumen)
+[![Release](https://img.shields.io/github/v/release/GlobalTechInfo/Lumen)](https://github.com/GlobalTechInfo/Lumen/releases/latest)
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
![Release](https://img.shields.io/github/v/release/GlobalTechInfo/Lumen)
[![Release](https://img.shields.io/github/v/release/GlobalTechInfo/Lumen)](https://github.com/GlobalTechInfo/Lumen/releases/latest)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` at line 5, Update the standalone Release badge image in README.md
to use a link targeting the repository’s latest release, matching the existing
`/releases/latest` destination used by the nearby badge.


[![Download APK](https://img.shields.io/badge/Download-APK-amber?style=for-the-badge)](https://github.com/GlobalTechInfo/Lumen/releases/latest)

**Offline-first screen time. No account. No cloud. No shame.**

Expand Down
Loading