Commit Graph

3 Commits

Author SHA1 Message Date
Claude
957c13650d feat: Add rake task to load engine seed data
- Create break_escape:seed rake task
- Task can be run with: bin/rails app:break_escape:seed
- Loads mission data from scenarios/ directory
2025-11-20 22:47:35 +00:00
Claude
8bffbd32cb feat: Add standalone mode support
- Create DemoUser migration for standalone development
- Add DemoUser model with polymorphic games association
- Add configuration system (standalone vs mounted)
- Use ENV variables for configuration
- current_player method supports both modes (ApplicationController)
- Can run without Hacktivity for development
2025-11-20 16:14:49 +00:00
Claude
279475494b feat: Generate Rails Engine structure
- Create mountable engine with isolated namespace
- Configure Pundit authorization
- Set up gemspec with dependencies
- Configure generators for test_unit with fixtures
2025-11-20 15:49:46 +00:00