@willbooster/agent-skills 1.23.4 → 1.23.6
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/dist/cli.js +3 -3
- package/package.json +4 -4
- package/skills/update-pr/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/agent-skills",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.6",
|
|
4
4
|
"description": "A collection of agent skills for WillBooster Inc.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"@typescript/native-preview": "7.0.0-dev.20260421.2",
|
|
49
49
|
"@willbooster/oxfmt-config": "1.2.2",
|
|
50
50
|
"@willbooster/oxlint-config": "1.4.6",
|
|
51
|
-
"@willbooster/wb": "13.
|
|
51
|
+
"@willbooster/wb": "13.13.0",
|
|
52
52
|
"build-ts": "17.1.13",
|
|
53
53
|
"conventional-changelog-conventionalcommits": "9.3.1",
|
|
54
54
|
"lefthook": "2.1.6",
|
|
55
|
-
"oxfmt": "0.
|
|
56
|
-
"oxlint": "1.
|
|
55
|
+
"oxfmt": "0.49.0",
|
|
56
|
+
"oxlint": "1.64.0",
|
|
57
57
|
"oxlint-tsgolint": "0.22.1",
|
|
58
58
|
"semantic-release": "25.0.3",
|
|
59
59
|
"sort-package-json": "3.6.1"
|
|
@@ -7,7 +7,7 @@ allowed-tools: Bash(bun:*), Bash(gh:*), Bash(git:*)
|
|
|
7
7
|
# Update PR workflow
|
|
8
8
|
|
|
9
9
|
Commit and push any local changes to the current branch.
|
|
10
|
-
Draft a new pull request title and body that accurately reflect the changes made against the base branch.
|
|
10
|
+
Draft a new pull request title and body that accurately reflect the changes made against the base branch, keeping any existing issue-closing line, such as `Close #<issue>`, exactly once.
|
|
11
11
|
Run the following command to update a pull request.
|
|
12
12
|
Finally, report the pull request URL.
|
|
13
13
|
|