

Also from Kynth Studios


Also from Kynth Studios


Also from Kynth Studios
12345678# Version Control910## Git Workflow1112This document outlines the version control practices for the mtg-utils project.1314---1516## Branching Strategy1718### Branch Types1920- `main` - Production-ready code21- `feature/` - New features22- `fix/` - Bug fixes23- `docs/` - Documentation updates2425### Naming Conventions2627```bash28# Feature branch29feature/add-new-command3031# Fix branch32fix/resolve-api-error3334# Documentation branch35docs/update-readme36```3738---3940## Commit Message Conventions4142### Format4344```45<type>: <subject>4647<body>48```4950### Types5152- `feat` - New feature53- `fix` - Bug fix54- `docs` - Documentation changes55- `style` - Code style changes (formatting, etc.)56- `refactor` - Code refactoring57- `test` - Adding or updating tests58- `chore` - Maintenance tasks5960### Examples6162```bash63feat: add check-missing-cards command64fix: resolve API timeout issue65docs: update README with installation instructions66test: add unit tests for card library67```6869---7071## Pull Request Guidelines7273### Before Submitting PR7475- [ ] Code follows project style guidelines76- [ ] All tests pass77- [ ] Documentation is updated78- [ ] PR title follows conventional commit format7980### PR Description Template8182```83## Description84Brief description of changes8586## Type of Change87- [ ] Feature88- [ ] Fix89- [ ] Documentation90- [ ] Test91- [ ] Refactor9293## Testing94Describe how you tested the changes9596## Checklist97- [ ] Code follows style guidelines98- [ ] Self-review completed99- [ ] Comments added where necessary100```101102---103104## Gitignore Patterns105106The following files are ignored:107108- `.env` - Environment variables109- `config.json` - User configuration110- `card_library/` - Generated data directory111- `venv/` - Python virtual environment112- `__pycache__/` - Python cache113114---115116## Versioning117118Version numbers follow Semantic Versioning (MAJOR.MINOR.PATCH):119120- **MAJOR** - Breaking changes121- **MINOR** - New features (backward compatible)122- **PATCH** - Bug fixes (backward compatible)123
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?
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| gasbasd/mtg-utils.clinerules/05-cli-workflows.md · 0 | Cline rules | setuparch | 54/100 | 8 days ago | |
| gasbasd/mtg-utils.clinerules/01-project-overview.md · 0 | Cline rules | setuptestlint-formatarch | 89/100 | 8 days ago | |
| gasbasd/mtg-utils.clinerules/02-coding-standards.md · 0 | Cline rules | lint-formatstyletypesdependencies+1 | 77/100 | 8 days ago | |
| gasbasd/mtg-utils.clinerules/03-testing-standards.md · 0 | Cline rules | testarchtypestesting-strategy+1 | 66/100 | 8 days ago | |
| gasbasd/mtg-utils.clinerules/04-security-practices.md · 0 | Cline rules | setupstylesecuritydo-not | 61/100 | 8 days ago | |
| gasbasd/mtg-utils.clinerules/memory-bank.md · 0 | Cline rules | archperformancedocs | 58/100 | 8 days ago | |
| gasbasd/mtg-utils.github/copilot-instructions.md · 0 | Copilot instructions | setupbuildtestlint-format+3 | 89/100 | 8 days ago |
Same format, overlapping stack, ranked by quality.
| Repository | Format | Stack | Covers | Score | Changed |
|---|---|---|---|---|---|
| enuno/unifi-mcp-server.clinerules · 226 | Cline rules | setuptestlint-formatstyle+10 | 96/100 | today | |
| u9401066/zotero-keeper.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 14 days ago | |
| u9401066/pubmed-search-mcp.clinerules/50-pubmed-project.md · 25 | Cline rules | testlint-formatstylearch+1 | 94/100 | 14 days ago | |
| u9401066/zotero-keepervscode-extension/resources/repo-assets/pubmed-search-mcp/.clinerules/50-pubmed-project.md · 6 | Cline rules | testlint-formatstylearch+1 | 94/100 | 14 days ago | |
| ryok/python-boilerplate.clinerules/common-commands.md · 0 | Cline rules | setupbuildtestlint-format+3 | 90/100 | 13 days ago | |
| gasbasd/mtg-utils.clinerules/01-project-overview.md · 0 | Cline rules | setuptestlint-formatarch | 89/100 | 8 days ago | |
| u9401066/pubmed-search-mcp.clinerules/60-pubmed-python.md · 25 | Cline rules | setuptestlint-formatstyle+2 | 86/100 | 14 days ago | |
| u9401066/pubmed-search-mcp.clinerules/00-project.md · 25 | Cline rules | testlint-formatstylearch+1 | 86/100 | 14 days ago |
A badge carrying the measured quality of the strongest agent config file in this repository, out of 100. It reads from this index every time somebody loads your page, so it changes when the measurement changes and there is nothing to keep up to date. Free, no account, and the value is not something you or we can set by hand.
[](https://rulestack.kynth.studio/configs/gasbasd-mtg-utils-clinerules-06-version-control)Would rather not hotlink us? Every badge is also served in shields.io’s endpoint schema, so shields renders the image and your readers never talk to our domain:
Published by Toolproof, the masthead over this index and eight others. The method behind the number is at toolproof.kynth.studio/methodology, and the whole thing is readable as JSON with no key at /api.