@willbooster/agent-skills 1.28.2 → 1.28.4
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 +2 -2
- package/package.json +5 -5
- package/skills/wbfy/SKILL.md +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/agent-skills",
|
|
3
|
-
"version": "1.28.
|
|
3
|
+
"version": "1.28.4",
|
|
4
4
|
"description": "A collection of agent skills for WillBooster Inc.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -44,17 +44,17 @@
|
|
|
44
44
|
"@semantic-release/npm": "13.1.5",
|
|
45
45
|
"@semantic-release/release-notes-generator": "14.1.1",
|
|
46
46
|
"@tsconfig/bun": "1.0.10",
|
|
47
|
-
"@types/bun": "1.3.
|
|
48
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
47
|
+
"@types/bun": "1.3.14",
|
|
48
|
+
"@typescript/native-preview": "7.0.0-dev.20260518.1",
|
|
49
49
|
"@willbooster/oxfmt-config": "1.2.2",
|
|
50
50
|
"@willbooster/oxlint-config": "1.4.6",
|
|
51
|
-
"@willbooster/wb": "13.
|
|
51
|
+
"@willbooster/wb": "13.19.3",
|
|
52
52
|
"build-ts": "17.1.15",
|
|
53
53
|
"conventional-changelog-conventionalcommits": "9.3.1",
|
|
54
54
|
"lefthook": "2.1.6",
|
|
55
55
|
"oxfmt": "0.50.0",
|
|
56
56
|
"oxlint": "1.65.0",
|
|
57
|
-
"oxlint-tsgolint": "0.
|
|
57
|
+
"oxlint-tsgolint": "0.23.0",
|
|
58
58
|
"semantic-release": "25.0.3",
|
|
59
59
|
"sort-package-json": "3.6.1"
|
|
60
60
|
},
|
package/skills/wbfy/SKILL.md
CHANGED
|
@@ -22,4 +22,4 @@ allowed-tools: Bash(bun:*), Bash(gh:*), Bash(git:*), Bash(yarn:*)
|
|
|
22
22
|
- Since `wbfy` creates, modifies, and deletes multiple files in the target repository, verify that all changes are included in your commit.
|
|
23
23
|
8. Check the CI (GitHub Actions) results using the `check-pr-ci` skill.
|
|
24
24
|
9. If any workflow fails, pull the latest remote changes, resolve the issues, commit, push, and return to step 8. Otherwise, proceed to the next step.
|
|
25
|
-
10. Merge the PR via `gh
|
|
25
|
+
10. Merge only the PR that applies `wbfy` to the target repository via `gh`; do not merge any `wbfy` logic-fix PR opened in step 6.
|