fix(site): GLB model for GitHub Pages + gallery, journal section, Mermaid diagrams#103
Merged
AndrewAltimit merged 4 commits intomainfrom Mar 31, 2026
Merged
fix(site): GLB model for GitHub Pages + gallery, journal section, Mermaid diagrams#103AndrewAltimit merged 4 commits intomainfrom
AndrewAltimit merged 4 commits intomainfrom
Conversation
GitHub Pages doesn't serve Git LFS files — it returns the pointer file instead of the actual binary, causing the GLTFLoader to fail and fall back to the procedural PSP. Remove LFS tracking for .glb and store as a regular 2.7MB binary in the repo. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…DME cards - Blueprint gallery page when no ?diagram= param is given, showing both hardware diagrams as clickable cards with thumbnail images - Engine shows gallery index instead of loading first diagram by default - README: Hardware Blueprints section with thumbnail table linking to interactive 3D diagrams on GitHub Pages - Site index: Developer's Journal section with 4 featured article cards (Media Engine RE, TLS 1.3, USB Research, Zero-Touch Dev) plus links to full journal and blueprints. Added Blueprints to nav bar. - Convert 5 ASCII art diagrams to Mermaid across 4 journal entries: deployment topology, CDN flow, PSP streaming pipeline, frame rendering flow, dependency direction. Dark theme styling. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add screenshot thumbnails of the interactive 3D blueprint viewer to all locations that link to diagrams: - README Hardware Blueprints section: 3D screenshots replace 2D diagrams - Journal entry 05: 3D adapter thumbnail below the 2D schematic - Journal entry 08: 3D relay thumbnail below the 2D wiring diagram - Blueprint gallery: 3D screenshots as card thumbnails Each thumbnail links to the interactive viewer. The 2D schematics are kept as the primary technical reference; the 3D thumbnails serve as a visual preview of the interactive experience. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Gemini AI Code ReviewIssues (if any)
Previous Issues (for incremental reviews)(none) Suggestions (if any)(none) Notes
Generated by Gemini AI (gemini-3.1-pro-preview). Supplementary to human reviews. |
Owner
Author
Review Response Agent (Iteration 1)Status: No changes needed Fixed Issues
Ignored Issues
Deferred to Human
Notes
The agent reviewed feedback but determined no code changes were required. |
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
blueprint.htmlwithout?diagram=now shows a card gallery with thumbnail images of both diagrams instead of auto-loading the first one.Test plan
Generated with Claude Code