Merged
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Astro 6 + Tailwind 4, static output, Cloudflare Pages config - Homepage: hero, solutions (voice coming soon), library grid, footer - Dark/light toggle with localStorage + OS preference fallback - Monospace font (JetBrains Mono) throughout - wavekat-brand added as git submodule (vendor/wavekat-brand) - make sync pulls tight wordmark SVGs from submodule into public/logos/ - make dev/build run sync automatically; public/logos/ is gitignored Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Remove hand-crafted favicon.svg and Astro default favicon.ico - Sync wavekat-icon-dark.svg from submodule via make sync - Update favicon link to /logos/wavekat-icon-dark.svg Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
wavekat-eason
pushed a commit
that referenced
this pull request
Mar 30, 2026
🤖 I have created a release *beep* *boop* --- ## [0.0.2](wavekat-com-v0.0.1...wavekat-com-v0.0.2) (2026-03-30) ### Features * add Wrangler deploy script for CF Pages ([#2](#2)) ([fbe175b](fbe175b)) * Astro scaffold with homepage ([#1](#1)) ([f763fb8](f763fb8)) * release-please automation and version display ([#3](#3)) ([3736452](3736452)) ### Bug Fixes * treat feat commits as patch bumps pre-1.0 ([#5](#5)) ([a7ba5ff](a7ba5ff)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
wavekat-brandas a git submodule for logo assetsscripts/sync-brand.jsto initialise the submodule and copy assets before buildcf:buildnpm script andmake cf-buildto mirror Cloudflare Pages locally.github/workflows/ci.yml) to verify builds on push/PR tomain, with manual trigger supportTest plan
make devstarts local dev server with logos presentmake cf-buildcompletes without error (simulates Pages build)🤖 Generated with Claude Code