dashed-jj-hunk-jj-hunk.ocm.json json Copy{
"ocm": "1",
"id": "dashed-jj-hunk-jj-hunk",
"kind": "skill",
"name": "jj-hunk",
"description": "Use conventional commits. The changelog is generated from these prefixes: - `feat:` / `fix:` / `refactor:` / `perf:` / `docs:` / `chore:` / `style:` - Scoped prefixes are fine: `feat(select): add range syntax` - `chore(release):` and `release:` commits are excluded from the changelog",
"publisher": "dashed",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Use conventional commits. The changelog is generated from these prefixes: - `feat:` / `fix:` / `refactor:` / `perf:` / `docs:` / `chore:` / `style:` - Scoped prefixes are fine: `feat(select): add range syntax` - `chore(release):` and `release:` commits are excluded from the changelog"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/dashed/jj-hunk",
"path": "AGENTS.md",
"ref": "d52e506ce42f35e37921de218215f26edcb13821",
"url": "https://github.com/dashed/jj-hunk/blob/d52e506ce42f35e37921de218215f26edcb13821/AGENTS.md",
"key": "dashed/jj-hunk/AGENTS.md"
}
},
"instructions": "# AGENTS\n\n## Commits\n\nUse conventional commits. The changelog is generated from these prefixes:\n- `feat:` / `fix:` / `refactor:` / `perf:` / `docs:` / `chore:` / `style:`\n- Scoped prefixes are fine: `feat(select): add range syntax`\n- `chore(release):` and `release:` commits are excluded from the changelog\n\n## Releasing\n\nBinary: `jj-hunk`. Version lives in `Cargo.toml`.\n\nTo cut a release:\n1. Bump version in `Cargo.toml`, commit: `chore(release): vX.Y.Z`\n2. Push to main, then tag and push: `git tag vX.Y.Z && git push origin vX.Y.Z`\n3. CI builds cross-platform bottles, generates changelog, create",
"cost": {
"context_tokens": 193
}
}