{
  "name": "@cleepi/git",
  "version": "0.2.1",
  "description": "Cleepi git conventions: conventional-commit + branch-naming + PR-shape skills, with /commit and /pr prompts. Monorepo-aware domain and ticket-id resolution. Subject-line-only commits; no body, no footers, no Co-authored-by ever. Small modular PRs; title derived from branch, body 1–3 sentences + optional bullets.",
  "keywords": [
    "pi-package",
    "cleepi",
    "git",
    "commit",
    "conventional-commits",
    "angular"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/honzanemecek/cleepi.git",
    "directory": "packages/git"
  },
  "bugs": "https://github.com/honzanemecek/cleepi/issues",
  "homepage": "https://github.com/honzanemecek/cleepi/tree/main/packages/git#readme",
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "skills": [
      "./skills"
    ],
    "prompts": [
      "./prompts"
    ]
  },
  "files": [
    "skills",
    "prompts",
    "SPEC.md",
    "CHANGELOG.md",
    "README.md"
  ]
}
