Commit Graph

8 Commits

Author SHA1 Message Date
Claude 89087003cc
Fix submodule configuration for Cloudflare Pages deployment
- Remove broken git submodules that were blocking builds
- Remove .gitmodules file
- Add submodule directories to .gitignore
- These were reference docs not needed for deployment
2025-11-23 21:26:48 +00:00
Shawn Anderson 58812dc1b3 Add variants loop. 2025-10-10 18:33:46 -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 1dd8f577fa Add git submodules for documentation repositories
Properly configured submodules:
- ai_docs/claude-code-search: Claude Code search capabilities research
- ai_docs/sdg-network-modelling: SDG network modeling documentation
- ai_docs/three.js: Three.js visualization library reference

.gitmodules file created to track submodule configurations.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 18:27:09 -07:00
Shawn Anderson 5602631f9e Add comprehensive manual for web-enhanced infinite agentic loop system
Documents all work from D3 and Mapbox globe visualization sessions:
- System architecture and 6-phase execution model
- Complete D3 visualization system (3 generated visualizations)
- Complete Mapbox globe system (4 generated globes)
- Usage guide for all modes (single, batch, progressive, infinite)
- Technical deep dive into WebFetch, parallel agents, URL tracking
- Chronological breakdown of development process
- Future possibilities and lessons learned

Manual created as requested to document everything accomplished.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 18:17:25 -07:00
Shawn Anderson e0bf73ab00 Add Three.js web-enhanced infinite loop implementation
Implemented progressive Three.js visualization system using web-enhanced
agentic loop pattern. Created comprehensive specifications and generated
5 foundation-level 3D visualizations with parallel agent deployment.

Features:
- Comprehensive Three.js progressive learning specification
- URL strategy with 25+ curated learning resources (foundation → expert)
- 5 self-contained HTML visualizations (50.7KB total):
  * Viz 1: Rotating geometries with basic scene setup
  * Viz 2: Animated lighting with dynamic point lights
  * Viz 3: 10K particle system with custom shaders
  * Viz 4: Material gallery showcasing 6 material types
  * Viz 5: Geometry morphing with complex transformations
- Complete manual documentation (1,400+ lines)
- Updated CLAUDE.md with Three.js commands

Technical:
- Three.js v0.170.0 via CDN
- Self-contained architecture (no external dependencies)
- 60fps performance, responsive design
- Production-quality code with comprehensive comments

Inspired by ocean examples (webgl_shaders_ocean.html, webgpu_ocean.html)
Pattern supports scaling to 20+ iterations with progressive difficulty.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 18:16:29 -07:00
Shawn Anderson 0d28f88fcc Add web-enhanced infinite agentic loop with progressive learning
Extends the infinite loop pattern with web crawling integration, enabling
agents to learn from documentation, tutorials, and examples on each iteration.
Each agent fetches unique URLs, extracts techniques, and applies learnings to
create progressively sophisticated outputs.

Key additions:
- /project:infinite-web command with URL strategy and web priming
- D3 visualization spec with progressive learning pathway
- Curated URL strategy (foundation → expert) with 40+ resources
- Comprehensive guide for creating custom web-enhanced loops
- Demo: 3 D3 visualizations with selections, scales, and bar charts

System supports pre-defined URLs, dynamic web search, and parallel agents
with unique web research assignments. Generalizable to any domain where
progressive web-based knowledge acquisition improves output quality.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 17:37:50 -07:00
IndyDevDan 43f83995e9 progress 2025-06-06 10:26:50 -05:00