docs(0.2.0): presentation overhaul — README, demo pages, components/platforms docs#21
Merged
Merged
Conversation
- Add CDN Distribution section (cdn.whykusanagi.xyz + cdn.nikkers.cc) - Add Canonical Data section (src/data/ JSON, 6-pool context API) - Add Container Layout BREAKING-change callout + migration link - Add NSFW option canonicalization note - Expand Component Quick Reference with 19 new component subsections (Toast, ClockWidget, EventBar, LogoBanner, Lightbox, NsfwReveal, PngExport, WebSocketManager, CorruptionManager, CRTEffects, 10 animation-blocks classes, CorruptionCharsets, CorruptedParticlesBackground, plus core utilities) - Update CSS & JS Imports to list new modules - Update Table of Contents - Preserve existing voice + structure; link out to COMPONENTS_REFERENCE, CDN_CONSUMPTION, MIGRATION_CONTAINER docs instead of inlining API tables Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- index.html (live site at corrupted.whykusanagi.xyz): add "0.2.0 New Components" card to Explore grid + "0.2.0 Examples" quick-links section covering all 8 new example pages. Add CDN install option to Quick Install block. - examples/index.html: same updates as root index (relative paths). - examples/showcase.html: add "0.2.0 New Components" banner section after hero with btn links to all 8 new examples. Extend nav Examples submenu with Animation Blocks, CRT Effects, Corruption Manager, and Widgets Showcase entries. - examples/showcase-complete.html: add "#v020-components" section with glass-card tiles for all 8 new components (Animation Blocks, CRT Effects, Corruption Manager, Particles Background, Widgets Showcase, Utilities, PNG Export, WebSocket Manager). Add nav anchor and Examples submenu entries. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…assmorphism variants) - COMPONENT_LIBRARY: add 0.2.0 JS library section (19 new components across animation-blocks, crt-effects, widgets, utilities); bump web component total to 75; link COMPONENTS_REFERENCE for full APIs - ANIMATION_GUIDELINES: add CRT effects section (.glitch-word, .glitch-kanji, scanline-movement/crt-flicker keyframes, CRTEffects class); bump version to 0.2.0 - GLASSMORPHISM: add 0.2.0 container variant section (.glass-container-dark/subtle/gradient/animated, color modifiers -cyan/-purple/-magenta, @supports fallback); bump version to 0.2.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…, cross-language contract) - WEB_IMPLEMENTATION: add CDN Consumption section linking to CDN_CONSUMPTION.md with quick-reference snippet; bump version - COMPONENT_MAPPING: add 0.2.0 JS library component mapping table (19 entries) with CLI equivalent notes; bump version - CLI_IMPLEMENTATION: add Cross-Language Data Contract section referencing src/data/*.json and CROSS_LANGUAGE_CONTRACT.md; update related docs links; bump version - NPM_PACKAGE: fix CDN URL from @0.1.9 to @0.2.0; replace speculative future migration guide with actual 0.2.0 migration summary pointing to MIGRATION_CONTAINER_0.2.0.md Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…onality phrases) - CORRUPTION_PHRASES: add prominent 0.2.0 redirect header pointing at src/data/phrases.json + CROSS_LANGUAGE_CONTRACT; update related files section; doc preserved as narrative context - CHARACTER_LEVEL_CORRUPTION: add 0.2.0 note redirecting charset consumers to src/data/charsets.json + corruption-charsets.js; update related files section - PERSONALITY: add Personality Phrase Pools section documenting the sfw/nsfw void+memory pools in phrases.json that power TypingAnimation, CorruptedParticles, and custom overlays; add canonical JSON source link Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- COLOR_SYSTEM: add 0.2.0 header note that src/data/colors.json is the machine-readable source of truth for the 6-color corruption palette; bump version to 0.2.0 - DESIGN_TOKENS: note canonical color subset at src/data/colors.json alongside the full design-tokens.json; link CROSS_LANGUAGE_CONTRACT for schema; bump version to 0.2.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
corrupted-theme | 2f72b20 | Commit Preview URL Branch Preview URL |
May 18 2026, 08:34 AM |
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
Pre-publish presentation overhaul for 0.2.0. The functional release (PRs #15–#20) shipped 19 new modules + CDN distribution + canonical JSON + container redesign, but the README, demo pages, and component-level docs were still describing the 0.1.x surface. This PR aligns the presentation layer with what actually ships.
What changed
README.md (967 → 1420 lines, +453)
New sections:
@latest, SRI guidanceUpdated:
Demo HTML pages (~250 lines added)
Component & platform docs
Refreshed 0.1.x-era docs
Verified current (no edits needed)
Test plan
After merge
This unblocks the npm publish gate. The functional release + presentation are now aligned; the only step remaining is human-approved `npm publish --access public` + the CDN re-publish + post-publish smoke + realignment ticket filing.
🤖 Generated with Claude Code