@kensio/github-issue-drafting 1.14.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://anthropic.com/claude-code/plugin.schema.json",
3
3
  "name": "github-issue-drafting",
4
- "version": "1.14.0",
4
+ "version": "1.15.0",
5
5
  "description": "A way of drafting GitHub issues that checks every claim against the repository first.",
6
6
  "author": {
7
7
  "name": "Kensio Software",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kensio/github-issue-drafting",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "A way of drafting GitHub issues that checks every claim against the repository first.",
5
5
  "keywords": [
6
6
  "agent-skills",
@@ -3,7 +3,7 @@ name: github-issue-drafting
3
3
  description: Draft a GitHub issue from a short note or a rough idea, grounding every claim about the code in the repository the issue will be filed against, splitting work that is really two issues, and filing it with `gh` once the user has approved the draft. Use when turning a to-do item, a Slack message, a code TODO, a failing test or a bug report into an issue, when asked to "write up an issue for" something, to "raise", "file" or "open an issue", when asked whether something should be one issue or several, and when tidying the titles, types or labels of issues that already exist.
4
4
  license: Apache-2.0
5
5
  metadata:
6
- version: "1.14.0"
6
+ version: "1.15.0"
7
7
  ---
8
8
 
9
9
  # GitHub issue drafting