Merged
Conversation
- tools/gen_website.py: Python script to generate static website - Three tabs: Home, Tutorial (renders TUTORIAL.md), Stdlib browser - Dark theme with syntax highlighting for .cap code - Self-contained HTML output in website/ 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Move code snippet to top, right after tagline - Add capability security explanation with problem/solution comparison - Explain supply chain attack mitigation - Add two-layer enforcement section (static + dynamic) - Responsive grid layout for comparison blocks 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Replace hello world with filesystem attenuation example - Shows capability minting, scoping, and pattern matching - Make dot grid more visible (0.08 -> 0.18 opacity, larger dots) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Fix string regex to not match across newlines - Replace static CSS dot grid with canvas-based animation - Dots move away from mouse cursor with coral highlight - Subtle base opacity (0.12), more visible on hover 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Remove dot movement/bulge effect - Dots stay stationary, just highlight on hover - Coral gradient fades in based on distance from cursor 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Blend colors instead of hard switch (50% blend) - Reduce opacity change (0.1 + t*0.15 instead of t*0.4) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Color blend 50% -> 65% - Alpha range 0.1-0.25 -> 0.1-0.35 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.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.
No description provided.