280f1a2c5e310837ae4bb93f8791b0c9bf5ef5df
Update CLAUDE.md to establish clear git workflow requirements: Workflow Requirements: - Commit to git after EVERY feature, fix, or update - Build and test changes before committing - Use conventional commit message format (feat, fix, docs, test, refactor, chore, perf) - Create commits for each logical unit of work - Push regularly to origin/main Benefits: - Clear history of all changes - Easy rollback capabilities - Better collaboration and code review - Deployment tracking - Automatic CI/CD pipeline triggers Commit Message Template: - Prefix: feat/fix/docs/test/refactor/chore/perf - Description: Clear, concise summary - Body: Detailed explanation of changes - Footer: Claude Code attribution This ensures the codebase maintains a clean, traceable history and enables better DevOps practices. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Description
No description provided
Languages
JavaScript
65.7%
HTML
31.5%
CSS
1%
Shell
0.9%
Makefile
0.8%