Commit 3b7421e
Update README description and use PNG logos (#14)
* docs: Add CLAUDE.md with project guidelines
- Complete project structure overview
- Common commands and workflows
- Release process (always use ./scripts/release.sh)
- Architecture details and optimizations
- Linting, testing, and CI/CD guides
- Troubleshooting tips
This file provides context for Claude Code to work more effectively
with the project without repeating instructions.
* Fix logo rendering with responsive SVG and update README description
- Use generic sans-serif font for better cross-platform compatibility
- Add preserveAspectRatio for proper scaling across devices
- Adjust viewBox and text positioning for better layout
- Update README description: msgspec is a validation and serialization library
The logo now uses a simple sans font with proper responsive attributes,
ensuring consistent and readable rendering on all devices and screen sizes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Simplify logo: single line "msgspec-ext" in golden color
- Unified text in one line: "msgspec-ext"
- Use golden color (#a67c00) for all text
- Remove line break for simpler layout
Note: Text rendering still varies across devices. Consider using PNG
or icon-only approach for truly consistent rendering.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Move assets to docs and use PNG logos for consistent rendering
- Move assets/ to docs/assets/ for better organization
- Generate high-quality PNG logos (600 DPI) using Inkscape
- Update README to reference PNG logos in new location
- Update README description: msgspec is a validation and serialization library
PNG logos ensure pixel-perfect identical rendering across all browsers,
operating systems, and devices, eliminating font-dependent variations.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Update project description to emphasize performance
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Fix merge-bot update command checkout issue
The update command was failing because the checkout action wasn't
specifying which repository to checkout from. This caused it to only
fetch the default branches and not the PR branch.
Added 'repository' parameter to the checkout action to explicitly
specify the head repository, fixing the branch checkout issue.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
---------
Co-authored-by: Claude <noreply@anthropic.com>1 parent 71ce45c commit 3b7421e
File tree
7 files changed
+15
-12
lines changed- .github/workflows
- docs/assets
7 files changed
+15
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
403 | 403 | | |
404 | 404 | | |
405 | 405 | | |
| 406 | + | |
406 | 407 | | |
407 | 408 | | |
408 | 409 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | | - | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
Loading
Lines changed: 4 additions & 4 deletions
Loading
Loading
Lines changed: 3 additions & 3 deletions
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments