- Add README.developer-guide.md with complete development workflows
- Add QUICK-REFERENCE.md for common commands and troubleshooting
- Update README.docker-architecture.md with new environment switching
- Update README.development.md to reference new developer guide
- Update documentation index to include all files
- Document new image tagging strategy and environment switching
- Provide comprehensive troubleshooting and best practices
- Include quick reference for common development tasks
- Add environment-specific image tags (dev, prod) to prevent cache conflicts
- Update docker-compose.dev.yaml to use sirius-sirius-ui:dev tag
- Update docker-compose.prod.yaml to use sirius-sirius-ui:prod tag
- Create scripts/switch-env.sh for convenient environment switching
- Script handles cleanup, rebuild, and proper environment startup
- Resolves issue where cached images prevented dev/prod mode switching
- Now supports seamless switching between development and production modes
- Add detailed section on Docker layer caching problems that cause dev images in prod
- Include symptoms, root cause analysis, and step-by-step solutions
- Add verification steps to ensure correct build targets are used
- Include prevention strategies and long-term best practices
- Add environment switching best practices to prevent cache issues
- Document the specific React hook error case we encountered
- Provide immediate fix commands and verification steps
- Create comprehensive documentation system with templates and standards
- Add Docker architecture documentation with complete setup guide
- Implement documentation testing and validation system
- Simplify git operations workflow for practical development
- Reorganize documentation structure with proper categorization
- Add container testing system with Makefile integration
- Archive old documentation and consolidate new structure
- Update cursor rules for documentation and testing workflows
- Fix Makefile paths for documentation linting scripts
- Add Docker architecture doc to documentation index