@willbooster/agent-skills 1.26.0 → 1.26.1
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 +3 -3
- package/skills/wbfy/SKILL.md +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@willbooster/agent-skills",
|
|
3
|
-
"version": "1.26.
|
|
3
|
+
"version": "1.26.1",
|
|
4
4
|
"description": "A collection of agent skills for WillBooster Inc.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"@semantic-release/release-notes-generator": "14.1.1",
|
|
46
46
|
"@tsconfig/bun": "1.0.10",
|
|
47
47
|
"@types/bun": "1.3.13",
|
|
48
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
48
|
+
"@typescript/native-preview": "7.0.0-dev.20260511.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.14.0",
|
|
52
52
|
"build-ts": "17.1.13",
|
|
53
53
|
"conventional-changelog-conventionalcommits": "9.3.1",
|
|
54
54
|
"lefthook": "2.1.6",
|
package/skills/wbfy/SKILL.md
CHANGED
|
@@ -19,3 +19,6 @@ allowed-tools: Bash(bun:*), Bash(gh:*), Bash(git:*), Bash(yarn:*)
|
|
|
19
19
|
- Add comments to the `wbfy` codebase to clarify the reasoning behind your fixes.
|
|
20
20
|
6. Commit and push the applied changes to the target repository, then run either the `open-pr` or `update-pr` skill.
|
|
21
21
|
- Since `wbfy` creates, modifies, and deletes multiple files in the target repository, verify that all changes are included in your commit.
|
|
22
|
+
7. Check the CI (GitHub Actions) results using the `check-pr-ci` skill.
|
|
23
|
+
8. If any workflow fails, pull the latest remote changes, resolve the issues, commit, push, and return to step 7. Otherwise, proceed to the next step.
|
|
24
|
+
9. Merge the PR via `gh`.
|