14 lines | 464 Bytes
| 1 | { |
| 2 | "name": "@rulepack/git-commit-conventions", |
| 3 | "version": "0.1.3", |
| 4 | "description": "Conventional Commits — subject in imperative mood, body explains the why, breaking changes flagged.", |
| 5 | "license": "MIT", |
| 6 | "visibility": "public", |
| 7 | "keywords": ["git", "commits", "conventional-commits", "changelog"], |
| 8 | "memories": { |
| 9 | "agents": "AGENTS.md", |
| 10 | "claude": "CLAUDE.md" |
| 11 | }, |
| 12 | "files": ["CLAUDE.md", "AGENTS.md", "README.md", "rulepack.json", "LICENSE"] |
| 13 | } |
| 14 | |