-
-
Notifications
You must be signed in to change notification settings - Fork 0
docs: refresh README branding #44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "caplets": patch | ||
| --- | ||
|
|
||
| Refresh the README header, add the Caplets icon artwork, and update plugin metadata with the new icon and brand color. |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,4 +1,26 @@ | ||||||
| # Caplets | ||||||
| <div align="center"> | ||||||
| <img src="assets/icon.png" alt="Caplets logo" width="140" height="140" /> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧹 Nitpick | 🔵 Trivial | 💤 Low value Consider using consistent icon path format. The README uses ♻️ Suggested alignment- <img src="assets/icon.png" alt="Caplets logo" width="140" height="140" />
+ <img src="./assets/icon.png" alt="Caplets logo" width="140" height="140" />📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||
|
|
||||||
| <h1>Caplets</h1> | ||||||
|
|
||||||
| <p> | ||||||
| <strong>Capability cards for coding agents.</strong><br /> | ||||||
| Wrap sprawling tool stacks behind focused, progressive-disclosure interfaces. | ||||||
| </p> | ||||||
|
|
||||||
| <p> | ||||||
| <a href="https://www.npmjs.com/package/caplets"><img alt="npm" src="https://img.shields.io/npm/v/caplets?style=flat-square&color=E0582F" /></a> | ||||||
| <a href="https://github.com/spiritledsoftware/caplets/actions/workflows/ci.yml"><img alt="CI" src="https://img.shields.io/github/actions/workflow/status/spiritledsoftware/caplets/ci.yml?branch=main&style=flat-square&label=ci&color=E0582F" /></a> | ||||||
| <a href="LICENSE"><img alt="MIT License" src="https://img.shields.io/badge/license-MIT-F6E8C8?style=flat-square&labelColor=1F2018" /></a> | ||||||
| <img alt="Node 22+" src="https://img.shields.io/badge/node-%3E%3D22-F6E8C8?style=flat-square&labelColor=1F2018" /> | ||||||
| </p> | ||||||
|
|
||||||
| <p> | ||||||
| <code>MCP</code> · <code>OpenAPI</code> · <code>GraphQL</code> · <code>HTTP</code> · <code>CLI</code> | ||||||
| </p> | ||||||
| </div> | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
| Caplets turns sprawling tool setups into focused capability cards for coding agents. | ||||||
| Connect MCP servers, OpenAPI specs, GraphQL endpoints, HTTP actions, and curated CLI | ||||||
|
|
||||||
Uh oh!
There was an error while loading. Please reload this page.