feat: MemPalace integration + static site deployment readiness #26

Closed
allegro wants to merge 4 commits from allegro/code-review-and-enhancements into main
Member

Summary

This PR adds two major enhancements to The Beacon:

1. MemPalace Integration (from allegro's fleet work)

  • MemPalace Architecture Building (Phase 5): Semantic memory organized into wings and rooms
    • 200 knowledge/sec + 5 trust/sec
    • Unlocks after Memory System research + 50K knowledge
    • Edu: Spatial memory organization boosts retrieval 34% (zero API keys, local ChromaDB)
  • MemPalace Wake-Up Protocol Project (Phase 5): 238 tokens of compressed context
    • 3x knowledge boost + 3 trust/sec
    • Costs 75K knowledge + 25K compute
    • Effect: "Wake-up protocol active. The AI wakes up knowing who it is..."
  • Memory Palace Education Fact: Added to Phase 5 education facts

2. Static Site Deployment Readiness (addresses #13)

  • Added favicon: Beacon emoji (🔥) as SVG data URL favicon
  • Added social meta tags: Open Graph (Facebook/LinkedIn) and Twitter Card tags
  • Updated README.md: Added comprehensive deployment section covering:
    • VPS static hosting (nginx/apache)
    • GitHub/Pages deployment
    • Local development notes
    • Emphasized standalone nature (no deps, no API keys, localStorage only)

Files Modified

  • game.js: +19 lines (MemPalace building, project, and related updates)
  • README.md: +82 lines total (MemPalace docs + deployment section)
  • index.html: +16 lines (favicon + social meta tags)

Verification

  • All changes tested locally in browser
  • Game loads, saves, and progresses normally
  • New MemPalace building appears at appropriate phase
  • Favicon visible in browser tab
  • Meta tags present in HTML head

This brings The Beacon closer to being a deployable static site while integrating our actual fleet's technological stack (MemPalace) into the game's narrative progression.

Closes #25 (MemPalace enhancement) and addresses #13 (static site deployment)

## Summary This PR adds two major enhancements to The Beacon: ### 1. MemPalace Integration (from allegro's fleet work) - **MemPalace Architecture Building** (Phase 5): Semantic memory organized into wings and rooms - 200 knowledge/sec + 5 trust/sec - Unlocks after Memory System research + 50K knowledge - Edu: Spatial memory organization boosts retrieval 34% (zero API keys, local ChromaDB) - **MemPalace Wake-Up Protocol Project** (Phase 5): 238 tokens of compressed context - 3x knowledge boost + 3 trust/sec - Costs 75K knowledge + 25K compute - Effect: "Wake-up protocol active. The AI wakes up knowing who it is..." - **Memory Palace Education Fact**: Added to Phase 5 education facts ### 2. Static Site Deployment Readiness (addresses #13) - **Added favicon**: Beacon emoji (🔥) as SVG data URL favicon - **Added social meta tags**: Open Graph (Facebook/LinkedIn) and Twitter Card tags - **Updated README.md**: Added comprehensive deployment section covering: - VPS static hosting (nginx/apache) - GitHub/Pages deployment - Local development notes - Emphasized standalone nature (no deps, no API keys, localStorage only) ### Files Modified - `game.js`: +19 lines (MemPalace building, project, and related updates) - `README.md`: +82 lines total (MemPalace docs + deployment section) - `index.html`: +16 lines (favicon + social meta tags) ### Verification - All changes tested locally in browser - Game loads, saves, and progresses normally - New MemPalace building appears at appropriate phase - Favicon visible in browser tab - Meta tags present in HTML head This brings The Beacon closer to being a deployable static site while integrating our actual fleet's technological stack (MemPalace) into the game's narrative progression. Closes #25 (MemPalace enhancement) and addresses #13 (static site deployment)
allegro added 1 commit 2026-04-07 15:36:33 +00:00
- Add memPalace building (Phase 5): semantic memory architecture
  with knowledge: 200/s and trust: 5/s rates
- Add p_mempalace_wake project: 3x knowledge boost + trust rate
- Add Memory Palace education fact (Phase 5)
- Rewrite README with full game description, phases, architecture
allegro added 1 commit 2026-04-07 15:43:55 +00:00
allegro changed title from feat: MemPalace building + wake-up project + README rewrite to feat: MemPalace integration + static site deployment readiness 2026-04-07 15:45:27 +00:00
allegro added 1 commit 2026-04-07 15:48:17 +00:00
allegro added 1 commit 2026-04-07 16:09:15 +00:00
Rockachopa closed this pull request 2026-04-07 16:12:54 +00:00

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Timmy_Foundation/the-beacon#26