You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refine SVG logo dimensions in README and update references for improved visual consistency. Adjust logo sizes to enhance branding and maintain a cohesive look across the documentation.
<!-- Pink "er": external SVG via img — GitHub strips inline SVG/styles. width/height are display pixels; values are ~2× the naive “em guess” so the bitmap matches markdown text size on github.com. -->
3
+
<!-- Pink "er": external SVG — tight viewBox (18×10) + xMinYMid so glyphs fill height without extra top/bottom padding in the bitmap. -->
Skill<imgsrc="docs/images/readme-skiller-er.svg"alt=""width="66"height="36" /> talks to every listed agent natively — dropping a skill into one place propagates it to all of them.
22
+
Skill<imgsrc="docs/images/readme-skiller-er.svg"alt=""width="32"height="18" /> talks to every listed agent natively — dropping a skill into one place propagates it to all of them.
23
23
24
24
<table>
25
25
<tr>
@@ -81,15 +81,15 @@ Grab the installer for your OS from the [**latest release**](https://github.com/
81
81
82
82
| OS | File | Notes |
83
83
| --- | --- | --- |
84
-
| macOS (Apple Silicon) |`stable-macos-arm64-Skiller.dmg`| Signed + notarized — opens with no Gatekeeper warnings. Open the DMG and drag Skill<imgsrc="docs/images/readme-skiller-er.svg"alt=""width="62"height="34" /> to Applications. |
84
+
| macOS (Apple Silicon) |`stable-macos-arm64-Skiller.dmg`| Signed + notarized — opens with no Gatekeeper warnings. Open the DMG and drag Skill<imgsrc="docs/images/readme-skiller-er.svg"alt=""width="31"height="17" /> to Applications. |
85
85
| Windows (x64) |`stable-win-x64-Skiller-Setup.zip`| Extract and run `Skiller.exe`. SmartScreen may show a one-time warning — click "More info" → "Run anyway". |
86
86
| Linux (x64) |`stable-linux-x64-Skiller-Setup.tar.gz`| Extract and run `bin/launcher` from the resulting folder. |
87
87
88
88
Every release is built and published by the CI matrix in `.github/workflows/release.yml` — tagging `vX.Y.Z` produces all three platforms automatically.
89
89
90
90
## Auto-updates
91
91
92
-
Once installed, Skill<imgsrc="docs/images/readme-skiller-er.svg"alt=""width="66"height="36" /> keeps itself current:
92
+
Once installed, Skill<imgsrc="docs/images/readme-skiller-er.svg"alt=""width="32"height="18" /> keeps itself current:
93
93
94
94
- Checks for new versions on launch, then every 6 hours in the background.
95
95
- Downloads delta patches (~14 KB typical) when available; falls back to the full bundle if the patch chain breaks.
0 commit comments