Commit Graph

3 Commits

Author SHA1 Message Date
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
Shawn Anderson c185640176 Add SDG network visualization system and write command
SDG Network System:
- SDG_NETWORK_ANALYSIS.md: Analysis of SDG interconnections
- SDG_NETWORK_GUIDE.md: User guide for SDG network visualizations
- specs/sdg_network_progressive.md: Progressive learning specification
- specs/sdg_network_url_strategy.json: Curated D3 network visualization URLs
- sdg_viz/: 3 generated SDG network visualizations

Commands:
- .claude/commands/write.md: Custom write command for Claude Code

Extends web-enhanced infinite loop to sustainability data visualization.

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

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