William Valentin 280f1a2c5e docs: add mandatory git commit workflow to development guidelines
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>
2025-11-01 11:12:47 -07:00
Description
No description provided
8.2 MiB
Languages
JavaScript 65.7%
HTML 31.5%
CSS 1%
Shell 0.9%
Makefile 0.8%