Cline rules
.clinerules/version_control.mdCline rules
Quality
58/100
Scores the file, not the repository.Length
224 words
8 headings · 4 code blocksRepository
0
— · pushed 208 days agoLast changed
3 days ago
First indexed 3 days ago.1# Version Control23Rules for git and version control practices.45## Git Best Practices67- **Git Commits**: Use git after every major change to the project. Commit frequently with clear, descriptive messages that explain what changed and why.89## Git Commit Message Best Practices1011Follow these guidelines for effective commit messages:1213### Core Principles14- **50/72 Rule**: Keep subject line ≤50 characters, body lines ≤72 characters15- **Imperative Mood**: Use "Add", "Fix", "Update" (not "Added", "Fixed", "Updated")16- **Explain Why**: Focus on the problem solved, not just the implementation1718### Conventional Commits Format19```20<type>[optional scope]: <description>2122[optional body]2324[optional footer]25```2627**Common Types**:28- `feat`: New feature (MINOR version bump)29- `fix`: Bug fix (PATCH version bump)30- `docs`: Documentation changes31- `refactor`: Code restructuring without behavior change32- `test`: Adding or updating tests33- `chore`: Maintenance tasks, dependency updates34- `style`: Code formatting, whitespace changes35- `build`: Build system or external dependency changes36- `ci`: Continuous integration configuration37- `perf`: Performance improvements3839### Examples40**Good**:41```42feat(auth): add social login via Google and GitHub43fix: prevent race condition in request handling44docs: update README with deployment instructions45```4647**Bad**:48```49updates50fixed bug51try again52```5354### Breaking Changes55Indicate with `!` after type/scope or `BREAKING CHANGE:` in footer:56```57feat(api)!: remove deprecated endpoint58```5960### Reference61For comprehensive guidance, see: `docs/guidance/git-commit-message-best-practices.md`62
Also in RizzoHou/king-of-the-amazons
Diff this repo’s formatsOne repository carrying more than one format is the comparison this product exists for: does anyone actually write different content in each file, or is one a copy of the other?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| RizzoHou/king-of-the-amazons.clinerules/cline_operations.md · 0 | Cline rules | no sections | 25/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/development_workflow.md · 0 | Cline rules | styleagent-behaviour | 43/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/documentation.md · 0 | Cline rules | docs | 25/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/memorybank.md · 0 | Cline rules | archperformanceagent-behaviourdocs | 52/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/project_setup.md · 0 | Cline rules | setupagent-behaviour | 25/100 | 3 days ago |
Similar configs
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| RizzoHou/amazing-amazons.clinerules/memorybank.md · 0 | Cline rules | archperformanceagent-behaviourdocs | 52/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/memorybank.md · 0 | Cline rules | archperformanceagent-behaviourdocs | 52/100 | 3 days ago | |
| RizzoHou/amazing-amazons.clinerules/development_workflow.md · 0 | Cline rules | styleagent-behaviour | 43/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/development_workflow.md · 0 | Cline rules | styleagent-behaviour | 43/100 | 3 days ago | |
| RizzoHou/amazing-amazons.clinerules/cline_operations.md · 0 | Cline rules | no sections | 25/100 | 3 days ago | |
| RizzoHou/amazing-amazons.clinerules/documentation.md · 0 | Cline rules | docs | 25/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/cline_operations.md · 0 | Cline rules | no sections | 25/100 | 3 days ago | |
| RizzoHou/king-of-the-amazons.clinerules/documentation.md · 0 | Cline rules | docs | 25/100 | 3 days ago |
