Commit Graph

3 Commits

Author SHA1 Message Date
Shawn Anderson 3d2e94093f Add automatic screenshot generation and 5 new Three.js demos
Enhanced infinite loop automation:
- Added Phase 7 to /infinite-web command for automatic dashboard + screenshot generation
- Added Phase 6 to /infinite command for same automation
- Auto-runs generate_index.py after demo generation
- Auto-runs appropriate npm screenshot command based on category
- Eliminates manual post-generation steps

Documentation updates:
- Fixed command names in CLAUDE.md (removed /project: prefix)
- Updated DASHBOARD.md with screenshot generation workflow
- Clarified slash command naming convention

New Three.js visualizations (iterations 6-10):
- threejs_viz_6.html: Texture Mapping & Filter Comparison
- threejs_viz_7.html: Interactive Crystal Garden with OrbitControls
- threejs_viz_8.html: Particle Wave System with BufferGeometry
- threejs_viz_9.html: Geometry Gallery (6 polyhedrons)
- threejs_viz_10.html: Cosmic Bloom Garden with UnrealBloomPass

All demos generated via /infinite-web with progressive web learning.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-10 18:27:08 -07:00
Shawn Anderson 1c6c4a0140 Complete dashboard integration with all demo categories
Integrated all missing demo categories into the unified dashboard system,
bringing total from 79 to 107 demos across 7 categories. Added automated
discovery and maintenance tooling for seamless dashboard updates.

Categories integrated:
- D3 Visualizations (3 demos): Interactive data viz with SVG/D3.js
- Mapbox Globes (9 demos): 3D geospatial visualizations
- Claude DevTools (11 demos): Developer tools for Claude Code sessions
- Additional SDG demos discovered (14 total)

Key improvements:
- Auto-discovery generator scans all 7 demo directories
- File watcher script for automatic dashboard regeneration
- Comprehensive documentation in DASHBOARD.md
- Filter buttons and category sections for all types
- Proper title extraction and metadata for all demos

Files modified:
- index.html: Added 4 new category sections with proper rendering
- generate_index.py: Integrated d3_test/, mapbox_test/, claude_code_devtools/
- DASHBOARD.md: Updated to reflect 107 demos across 7 categories
- watch_and_update.sh: Added file watcher for auto-regeneration

New demos:
- claude_devtool_9.html: Web Worker Event Processor
- claude_devtool_10.html: IndexedDB Event Store
- claude_devtool_11.html: D3 Agent Coordination Graph

Dashboard now fully up-to-date with comprehensive demo coverage.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 19:54:36 -07:00
Shawn Anderson 73511cc6f9 Add auto-generated index, SDG visualizations, DevTools, and infrastructure
Dashboard & Index:
- index.html: Auto-generated gallery with 6 categories (101 total demos)
- generate_index.py: Automated index generation script
- DASHBOARD.md: Project dashboard documentation
- Now includes Mapbox globe category with 9 visualizations

Additional Visualizations:
- sdg_viz_10-14.html: 5 new SDG network visualizations
- claude_devtool_5-8.html: 4 new Claude Code developer tools
- README.md for DevTools category

Infrastructure:
- .claude/commands/prime-threejs.md: Three.js priming command
- .githooks/: Git hooks for automation
- ai_docs/claude-code-hooks-multi-agent-observability/: Documentation

Auto-generated gallery now showcases all web-enhanced infinite loop outputs.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 18:57:59 -07:00