@willbooster/agent-skills 1.21.7 → 1.21.8

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@willbooster/agent-skills",
3
- "version": "1.21.7",
3
+ "version": "1.21.8",
4
4
  "description": "A collection of agent skills for WillBooster Inc.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -47,14 +47,14 @@
47
47
  "@types/bun": "1.3.12",
48
48
  "@typescript/native-preview": "7.0.0-dev.20260421.2",
49
49
  "@willbooster/oxfmt-config": "1.2.2",
50
- "@willbooster/oxlint-config": "1.4.5",
50
+ "@willbooster/oxlint-config": "1.4.6",
51
51
  "@willbooster/wb": "13.11.11",
52
52
  "build-ts": "17.1.8",
53
53
  "conventional-changelog-conventionalcommits": "9.3.1",
54
54
  "lefthook": "2.1.6",
55
- "oxfmt": "0.46.0",
56
- "oxlint": "1.61.0",
57
- "oxlint-tsgolint": "0.22.0",
55
+ "oxfmt": "0.47.0",
56
+ "oxlint": "1.62.0",
57
+ "oxlint-tsgolint": "0.22.1",
58
58
  "semantic-release": "25.0.3",
59
59
  "sort-package-json": "3.6.1"
60
60
  },
@@ -4,4 +4,4 @@ description: Fetch a GitHub issue body and its messages for the current reposito
4
4
  allowed-tools: Bash(bun:*), Bash(gh:*)
5
5
  ---
6
6
 
7
- Run the following command to fetch the issue body and its messages: `bunx @willbooster/agent-skills@latest fetch-issue <issue-number-or-url>`
7
+ Run the following command in the local repository to fetch the issue body and its messages: `bunx @willbooster/agent-skills@latest fetch-issue <issue-number-or-url>`
@@ -4,4 +4,4 @@ description: Fetch a GitHub pull request body and its messages for the current r
4
4
  allowed-tools: Bash(bun:*), Bash(gh:*)
5
5
  ---
6
6
 
7
- Run the following command to fetch the pull request body and messages, excluding inline review comments: `bunx @willbooster/agent-skills@latest fetch-pr <pr-number-or-url>`
7
+ Run the following command in the local repository to fetch the pull request body and messages (excluding inline review comments): `bunx @willbooster/agent-skills@latest fetch-pr <pr-number-or-url>`