RuleStack

Configs

Stacks

Compare

Diff

RuleStack

Configs

Stacks

Compare

Diff

Read API

RuleStack

Configs

Stacks

Compare

Diff

Read API

Configs/Cursor rules/tyler274/rummage

Cursor rule

.cursor/rules/git_commits.mdc

Git commit message guidelines

Cursor rules

Quality

54/100

Scores the file, not the repository.

Length

341 words

9 headings · 4 code blocks

Repository

2

— · pushed 443 days ago

Last changed

3 days ago

First indexed 3 days ago.
tyler274/rummage/.cursor/rules/git_commits.mdcRawGitHub
1---
2description: Git commit message guidelines
3globs:
4alwaysApply: false
5---
6# Git Commit Message Guidelines
7 
8## Overview
9This rule outlines best practices for creating clear, informative git commit messages that make the repository history easy to understand and navigate. All commit messages should follow this standard format.
10 
11## Message Structure
12Each commit message should follow this structure:
13 
14```
15<type>: <subject>
16 
17<body>
18 
19<footer>
20```
21 
22## Types
23Begin your commit message with one of these types:
24 
25- `feat`: A new feature
26- `fix`: A bug fix
27- `docs`: Documentation changes
28- `style`: Code style changes (formatting, indentation)
29- `refactor`: Code refactoring (no functional changes)
30- `perf`: Performance improvements
31- `test`: Adding or updating tests
32- `chore`: Maintenance tasks, build changes, etc.
33- `ci`: CI/CD related changes
34 
35## Subject Guidelines
36- Write in imperative mood (e.g., "Add" not "Added" or "Adds")
37- Keep it under 50 characters
38- Don't end with a period
39- Capitalize the first letter
40 
41## Body Guidelines
42- Separate from subject with a blank line
43- Explain the "what" and "why" (not "how")
44- Use bullet points when appropriate (- or *)
45- Wrap text at ~72 characters
46- Reference issues and user stories when applicable
47 
48## Footer Guidelines
49- Reference issues with "Fixes #123" or "Closes #123"
50- Breaking changes should be noted with "BREAKING CHANGE:"
51 
52## Examples
53 
54```
55feat: Add user authentication system
56 
57Implement JWT-based authentication flow with refresh tokens.
58- Add login/logout endpoints
59- Create token generation service
60- Add middleware for protected routes
61 
62Closes #45
63```
64 
65```
66fix: Prevent race condition in database connection pool
67 
68When multiple requests arrived simultaneously during
69initialization, connections were being created beyond
70the configured maximum. Added mutex lock to ensure
71proper counting.
72 
73Fixes #123
74```
75 
76```
77docs: Update API documentation with authentication examples
78 
79Add code samples for all authentication flows and
80improve explanations of token usage.
81```
82 
83## Additional Guidelines
84- When possible, limit commits to a single logical change
85- Small, focused commits are easier to understand and review
86- Avoid mixing multiple unrelated changes in a single commit
87- When incorporating feedback from PR reviews, reference the PR number

Sections

  • Git Commit Message Guidelines
  • Overview
  • Message Structure
  • Types
  • Subject Guidelines
  • Body Guidelines
  • Footer Guidelines
  • Examples
  • Additional Guidelines

What it covers

architecturetypesgit-pr

Stack — with the evidence

rust

(1.00)

github-actions

(0.60)

Glob targeting

  • [object Object]

Format

Cursor rules

The most expressive format here. Many small .mdc files, each with frontmatter declaring when it should load, so a rule about migrations only enters context when a migration is open. Costs the most to maintain and only one editor reads it.

What the corpus says about it

Repository

Owner
tyler274
Language
—
License
—
Archived
no

All configs in this repo

Also in tyler274/rummage

Diff this repo’s formats

One 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?

The other instruction files in this repository
RepositoryFormatStackCoversScoreChanged
tyler274/rummage.cursor/rules/book_editing.mdc · 2Cursor rulesrustgithub-actionsno sections4/1003 days ago
tyler274/rummage.cursor/rules/bands_of_light_ui.mdc · 2Cursor rulesrustgithub-actionsno sections16/1003 days ago
tyler274/rummage.cursor/rules/bevy_rand.mdc · 2Cursor rulesrustgithub-actionsstyledeploymentdo-not61/1003 days ago
tyler274/rummage.cursor/rules/cards.mdc · 2Cursor rulesrustgithub-actionsno sections24/1003 days ago
tyler274/rummage.cursor/rules/compile_check.mdc · 2Cursor rulesrustgithub-actionsbuild28/1003 days ago
tyler274/rummage.cursor/rules/general.mdc · 2Cursor rulesrustgithub-actionsno sections30/1003 days ago
tyler274/rummage.cursor/rules/imagenode.mdc · 2Cursor rulesrustgithub-actionsdatabaseui50/1003 days ago
tyler274/rummage.cursor/rules/mtg.mdc · 2Cursor rulesrustgithub-actionsno sections4/1003 days ago
tyler274/rummage.cursor/rules/mtgjson_importer.mdc · 2Cursor rulesrustgithub-actionsno sections24/1003 days ago
tyler274/rummage.cursor/rules/save.mdc · 2Cursor rulesrustgithub-actionsno sections24/1003 days ago
tyler274/rummage.cursor/rules/testing.mdc · 2Cursor rulesrustgithub-actionstestarch66/1003 days ago
Diff against .cursor/rules/book_editing.mdc Diff against .cursor/rules/bands_of_light_ui.mdc Diff against .cursor/rules/bevy_rand.mdc Diff against .cursor/rules/cards.mdc Diff against .cursor/rules/compile_check.mdc Diff against .cursor/rules/general.mdc Diff against .cursor/rules/imagenode.mdc Diff against .cursor/rules/mtg.mdc Diff against .cursor/rules/mtgjson_importer.mdc Diff against .cursor/rules/save.mdc Diff against .cursor/rules/testing.mdc

Similar configs

Same format, overlapping stack, ranked by quality.

Same format, overlapping stack, ranked by quality
RepositoryFormatStackCoversScoreChanged
TechSquidTV/Hermes.cursor/rules/10-hermes-api.mdc · 45Cursor rulestypescriptpytest+15testlint-formatstylearch+5100/1003 days ago
hiromaily/go-crypto-wallet.cursor/rules/typescript.mdc · 126Cursor rulesgobun+5setupbuildtestlint-format+6100/1003 days ago
langflow-ai/langflow.cursor/rules/docs_development.mdc · 153kCursor rulespythonnode+16setupbuildtestlint-format+797/1003 days ago
TechSquidTV/Hermes.cursor/rules/20-hermes-api-tests.mdc · 45Cursor rulestypescriptpytest+15teststyletesting-strategysecurity+397/1003 days ago
skillrecordings/egghead-next.cursor/rules/project-update-user-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/1003 days ago
nerds-odd-e/doughnut.cursor/rules/cli.mdc · 49Cursor rulestypescriptcypress+14setupbuildteststyle+496/1003 days ago
skillrecordings/egghead-next.cursor/rules/gh-task-plan.mdc · 1.4kCursor rulestypescriptnode+14teststylearchtypes+296/1003 days ago
skillrecordings/egghead-next.cursor/rules/project-update-rules.mdc · 1.4kCursor rulestypescriptnode+14buildtestlint-formatstyle+796/1003 days ago
RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack

RuleStack

Built by

Kynth Studio

Directory

Configs
Stacks
Compare formats
Diff two configs
Best AGENTS.md examples

Formats

AGENTS.md
CLAUDE.md
Cursor rules
Copilot instructions

Reference

Read API
Corpus health
Privacy Policy
Terms

RuleStack