- 152 HTML applications - All self-contained apps remain in root for gallery compatibility
- index.html - Main gallery launcher with 3D mode and Xbox controller support
- README.md - Project documentation
- CLAUDE.md - AI assistant instructions with full repo details
- ORGANIZATION_REPORT.md - Details of recent repository reorganization
All documentation now organized by category:
docs/
├── wowmon/ 60 files - WowMon game design (endgame, narrative, casual, etc.)
├── agent/ 12 files - Agent strategies and design reports
├── accessibility/ 6 files - A11y guides, reports, and code examples
├── tutorials/ 8 files - Quick refs, cheatsheets, guides
├── game-design/ 7 files - Game redesigns (roguelike, metroidvania, etc.)
├── implementation/ 5 files - Implementation and integration guides
├── misc/ 5 files - UIRenderer docs, build ideas, misc READMEs
├── reports/ 3 files - Performance reports and analysis
└── architecture/ 2 files - System architecture documentation
All automation scripts organized by purpose:
scripts/
├── gallery/ 5 scripts - Gallery config updater, watcher, organizer
├── maintenance/ 4 scripts - Accessibility, contrast checks, compression
└── shell/ 2 scripts - Shell wrappers for common tasks
# These work from root via symlinks:
python3 vibe_gallery_updater.py
./update-gallery.sh
# Or use direct paths:
python3 scripts/gallery/vibe_gallery_updater.pypython3 scripts/gallery/vibe_gallery_watcher.pypython3 scripts/maintenance/color_contrast_check.py
python3 scripts/maintenance/accessibility_patch.pypython3 update-tools-manifest.py # symlinkedls docs/wowmon/
# 60+ files covering all aspects of WowMon gamels docs/agent/
# 12 files with agent design reports and implementationsls docs/accessibility/
# Guides, reports, and code examples for a11yls docs/tutorials/
# Quickstart guides, cheatsheets, and referencesAll existing commands work via symlinks:
vibe_gallery_updater.py→scripts/gallery/vibe_gallery_updater.pyupdate-tools-manifest.py→scripts/gallery/update-tools-manifest.pyupdate-gallery.sh→scripts/shell/update-gallery.sh
- Main Gallery: Default view with all apps
- 3D Experience: Immersive walkthrough (WASD + mouse, Xbox controller supported)
- Search: Filter by title, description, filename
- Pin Tools: Favorite tools stay at top
- Categories: 9 auto-categorized app types
- Create/edit HTML in root directory
- Run
python3 vibe_gallery_updater.py - Test in browser
- Commit changes
- 152 HTML applications in root
- 112 documentation files organized in docs/
- 13 scripts organized in scripts/
- 3 symlinks for backward compatibility
- 9 documentation categories
- 3 script categories
- Full details: See CLAUDE.md
- Organization report: See ORGANIZATION_REPORT.md
- Project info: See README.md