docs: add uinaf banner to the readme - #16
Conversation
📝 WalkthroughWalkthroughThe README now includes a workspace-kit banner image linked to the project’s Open Graph banner. ChangesREADME presentation
Estimated code review effort: 1 (Trivial) | ~2 minutes Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Pull request overview
Adds a README header banner image that displays current repository metadata (description, latest release, language, license) via a generated image hosted on uinaf.dev.
Changes:
- Inserted a banner image at the very top of
README.md. - Kept existing README structure/content intact (title and sections unchanged).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
164e9b2 to
aab671f
Compare
Adds the uinaf banner to the top of the README.
The image is generated at build time from this repo's own GitHub metadata (description, latest release, language, licence) and served from uinaf.dev, so it stays current without another PR here.
Review aid: https://uinaf.dev/og/banner/workspace-kit.png
🤖 Generated with Claude Code
Summary by cubic
Adds a dynamic banner at the top of the README that displays repo info (description, latest release, language, license) and stays up to date via
uinaf.dev. Uses an empty alt so screen readers skip the decorative image, since the repo name and description follow immediately.Written for commit aab671f. Summary will update on new commits.
Summary by CodeRabbit