454 B
yaml
| 1 | schema: 1 |
| 2 | name: commit-conventions |
| 3 | owner: openagents |
| 4 | version: 1.0.0 |
| 5 | kind: rules |
| 6 | title: Commit Conventions |
| 7 | summary: Conventional Commits, branch naming, and a PR description template as standing rules |
| 8 | license: MIT |
| 9 | tags: [git, conventions, commits, pull-requests, rules] |
| 10 | runtimes: [claude-code, cursor, codex, generic] |
| 11 | pricing: |
| 12 | model: free |
| 13 | amount_cents: 0 |
| 14 | currency: usd |
| 15 | entry: RULES.md |
| 16 | files: |
| 17 | - RULES.md |
| 18 | - templates/pr.md |
| 19 | inputs: [] |
| 20 | requires: [] |
| 21 |