Skip to content

Commit 29ff3f9

Browse files
michaelmcneesclaude
andcommitted
chore: clean up repo for release — gitignore internal files, fix site issues
Repo cleanup: - Gitignore: .claude/, .stitch/, ai/, docs/superpowers/, plans/, marketing/variants/, node_modules/, .astro/ - Remove tracked internal files (plans, specs, design explorations) - These files stay on disk for local reference but are not in the public repo Site fixes (from frontend review): - JS-disabled fallback (.js class on html, data-animate only hides with JS) - View Transition script lifecycle (Nav/Sidebar/TOC use is:inline + astro:after-swap) - OG/Twitter meta tags, canonical URL - @astrojs/sitemap + robots.txt - Skip-to-content link for keyboard a11y - Comparison table mobile scroll affordance - Favicon (SVG) - Prose links underlined by default (WCAG 1.4.1) - Reduced-motion: scroll-behavior: auto - Features section h2 heading added - Removed unused @astrojs/cloudflare dependency Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent be8a8f1 commit 29ff3f9

51 files changed

Lines changed: 314 additions & 18360 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,17 @@ coverage.html
4040

4141
# Worktrees
4242
.worktrees/
43+
44+
# Claude Code / AI tooling
45+
.claude/
46+
ai/
47+
.stitch/
48+
49+
# Internal development process (plans, specs, design exploration)
50+
docs/superpowers/
51+
plans/
52+
marketing/variants/
53+
54+
# Node (site/)
55+
node_modules/
56+
.astro/
-53.3 KB
Binary file not shown.

.stitch/designs/hero-blue-c.png

-87.5 KB
Binary file not shown.
-99.1 KB
Binary file not shown.

.stitch/designs/hero-blue-d.png

-78.6 KB
Binary file not shown.
-92.1 KB
Binary file not shown.

.stitch/designs/hero-green-a.png

-52.6 KB
Binary file not shown.

.stitch/designs/hero-green-b.html

Lines changed: 0 additions & 283 deletions
This file was deleted.

.stitch/designs/hero-green-b.png

-62.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)