Convergence Protocol Guidebook - Complete Manifest
π― Quick Links
Pages (Open These in Browser)
- Main Guidebook Hub - Start here
- Getting Started Guide - For newcomers
- 100 Philosophical Sayings - Searchable database
- Concept Map - Interactive idea graph
Documentation (Read These)
- README.md - What is the guidebook?
- GUIDEBOOK_STRUCTURE.md - Technical details
- START_HERE.md - Quick summary
π¦ Complete File Listing
guidebook/
βββ index.html Main hub (1,200+ lines)
βββ README.md Overview
βββ GUIDEBOOK_STRUCTURE.md Technical breakdown
βββ START_HERE.md Quick start
βββ MANIFEST.md This file
β
βββ guides/
β βββ first-time-visitor.html Onboarding (1,100+ lines)
β
βββ reference/
β βββ sayings.html Searchable sayings (700+ lines)
β βββ concept-map.html D3 graph (600+ lines)
β
βββ chapters/
βββ 01-coordination-failures/ (Empty, ready)
βββ 02-prediction-uncertainty/ (Empty, ready)
βββ 03-knowledge-information/ (Empty, ready)
βββ 04-bias-cognition/ (Empty, ready)
βββ 05-systems-futures/ (Empty, ready)
π¨ Whatβs Included
Interactive Pages (4)
-
index.html (16KB)
- Main guidebook entry point
- Chapter overview with cards
- Quick navigation links
- Featured saying
- How-to section
-
guides/first-time-visitor.html (35KB)
- Complete onboarding
- How the motel works
- Three visitor pathways
- Recommended starting points
- Interactive FAQ (10 items)
-
reference/sayings.html (60KB)
- All 100 philosophical sayings
- 18 category filters
- Full-text search
- Interactive filtering
- Card-based layout
-
reference/concept-map.html (40KB)
- D3.js force-directed graph
- 25 concept nodes
- Draggable, clickable elements
- Related ideas panel
- Interactive highlighting
Documentation (3)
-
README.md (7.4KB)
- High-level overview
- What the guidebook is
- Quick navigation
- Features summary
- Next steps
-
GUIDEBOOK_STRUCTURE.md (9.9KB)
- Technical details
- Architecture breakdown
- File descriptions
- Development roadmap
- Performance stats
-
START_HERE.md (6.4KB)
- Quick summary
- What was built
- How to use it
- Key features
- Next steps
π Statistics
| Metric | Value |
|---|---|
| Total Files | 8 |
| Interactive Pages | 4 |
| Documentation Files | 3 |
| Total Lines of Code | 3,254 |
| Total File Size | ~95KB |
| Sayings Included | 100 |
| Concept Nodes | 25 |
| FAQ Items | 10 |
| Categories/Themes | 18 |
| External Dependencies | 1 (D3.js) |
| Mobile Responsive | β All pages |
| Build Tools Required | β None |
| Works Offline | β Yes |
π Getting Started
Option 1: Open in Browser Directly
File: /Users/nosos/Public/convergence-protocol/guidebook/index.html
Double-click to open in your default browser
Option 2: Use Web Server (Recommended)
cd /Users/nosos/Public/convergence-protocol
python3 -m http.server 8000
# Visit: http://localhost:8000/guidebook/Option 3: Copy to Web Root
cp -r guidebook/ /var/www/html/convergence-protocol/guidebook/
# Visit: http://yourdomain.com/convergence-protocol/guidebook/π― How Each Page Works
index.html (Main Hub)
- Best For: First impression, navigation
- Key Features: Chapter cards, quick links, featured saying
- Load Time: <100ms
- Size: 16KB
first-time-visitor.html (Getting Started)
- Best For: New visitors, onboarding
- Key Features: FAQ, pathways, context, controls
- Load Time: <100ms
- Size: 35KB
sayings.html (Sayings Reference)
- Best For: Deep exploration, research
- Key Features: Search, filter, 100 quotes
- Load Time: <150ms
- Size: 60KB
concept-map.html (Idea Graph)
- Best For: Visual learners, understanding connections
- Key Features: Interactive D3 graph, draggable nodes
- Load Time: ~300ms (D3 loading)
- Size: 40KB + 35KB (D3.js)
π¨ Design Elements
Color Palette
- Primary: Cyan (#00E5CC)
- Secondary: Purple (#A855F7)
- Accent: Teal (#00D4AA)
- Alt Accent: Blue (#00BFFF)
- Background: Deep black (#0A0A0F)
Typography
- Font: Courier New, monospace
- Sizes: 0.8rem to 2.2rem
- Line Height: 1.6
Effects
- Glows: 0.3s ease transitions
- Shadows: drop-shadow, box-shadow
- Animations: fadeIn, slideReveal, pulseGlow
π§ Technical Stack
Technologies
- HTML5 - Semantic markup
- CSS3 - Grid, Flexbox, animations
- JavaScript (ES6) - Interactive features
- D3.js v7 - Force-directed graph (concept-map.html only)
No Build Tools Required
- Pure static files
- Works in any modern browser
- No compilation step
- No dependencies except D3
Browser Support
- Chrome/Chromium (latest 2 versions)
- Firefox (latest 2 versions)
- Safari (latest 2 versions)
- Edge (latest 2 versions)
π Whatβs Next
Phase 1 - Immediate (This Week)
- β Core pages built
- β³ Test all functionality
- β³ Get feedback from users
- β³ Fix any issues
Phase 2 - Short Term (2-4 Weeks)
- Create chapter pages (5 pages)
- Build glossary page
- Design tokens reference
- Add more detailed guides
Phase 3 - Medium Term (1-2 Months)
- Visual illustrations
- Animated diagrams
- Social sharing features
- Analytics integration
- Search across all content
Phase 4 - Long Term (3+ Months)
- Mobile app version
- Terminal UI (pydo-style)
- Branching hallway option
- Multiplayer features
- Advanced analytics
π€ Contributing
Adding New Content
- Open the relevant page in a text editor
- Find the data section (usually a JavaScript object)
- Add your content following the existing format
- Save and refresh browser
Creating New Pages
- Copy an existing page as template
- Update the CSS color scheme (optional)
- Replace the content
- Add navigation links from index.html
Reporting Issues
- Check browser console for errors
- Test on different devices
- Document exact steps to reproduce
- Include browser version info
π Support
Questions About
- The Guidebook β See README.md
- Tech Details β See GUIDEBOOK_STRUCTURE.md
- How to Use β See first-time-visitor.html
- How Motel Works β See ../CLAUDE.md
Troubleshooting
- Page wonβt load? β Check browser console (F12)
- Sayings not showing? β Refresh page (Ctrl+Shift+R)
- Graph too slow? β Close other browser tabs
- Mobile broken? β Check device rotation, zoom level
π Version Info
- Version: 1.0 - Core Release
- Status: β Complete & Ready to Use
- Built: 2026-02-19
- Last Updated: 2026-02-19
- Next Update: When new features added
π₯ Credits
Created by: Kristopher + Anosos (Claude) Duration: Single session Philosophy: Dark, luminous, contemplative License: [To be specified]
π Resources
- Main Motel:
/convergence-protocol/index.html - Experiences:
/convergence-protocol/experiences/ - Docs:
/convergence-protocol/docs/ - Parent CLAUDE.md:
/convergence-protocol/CLAUDE.md
π Ready to Begin?
- Open index.html
- Read first-time-visitor.html
- Explore sayings.html
- Visualize concept-map.html
- Enter the Motel
βThe motel is built. The doors are ready. The guidebook awaits.β