Commit Graph

2 Commits

Author SHA1 Message Date
Cal Corum
703bed07fb Document offline fork support architecture
Add long-term design consideration for forking the RPG campaign as a
standalone offline experience.

ARCHITECTURE.md:
- Add 'Offline Standalone Fork' section explaining:
  - Why offline support matters (single-player RPG focus)
  - Architecture principles for fork compatibility
  - Core engine independence requirements
  - Potential package structures and distribution options
  - What stays vs what goes in a fork

AGENTS.md:
- Add 'Core Engine Independence' section with:
  - Rules for keeping app/core/ decoupled
  - Import boundary examples (allowed vs forbidden)
  - Link to full architecture docs

This ensures all contributors understand the design constraint:
the game engine must remain completely independent of network,
database, and authentication concerns.
2026-01-24 22:42:47 -06:00
Cal Corum
f473f94bce Initial project setup: documentation and structure
- Add PROJECT_PLAN.md with 7-phase development roadmap
- Add CLAUDE.md with AI agent coding guidelines
- Add docs/ARCHITECTURE.md with technical deep-dive
- Add docs/GAME_RULES.md template for home rule definitions
- Create directory structure for frontend, backend, shared
2026-01-23 23:41:34 -06:00