@willbooster/agent-skills 1.23.2 → 1.23.3

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.23.2",
3
+ "version": "1.23.3",
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.0",
46
46
  "@tsconfig/bun": "1.0.10",
47
47
  "@types/bun": "1.3.13",
48
- "@typescript/native-preview": "7.0.0-dev.20260503.1",
48
+ "@typescript/native-preview": "7.0.0-dev.20260504.1",
49
49
  "@willbooster/oxfmt-config": "1.2.2",
50
50
  "@willbooster/oxlint-config": "1.4.6",
51
- "@willbooster/wb": "13.12.14",
51
+ "@willbooster/wb": "13.12.16",
52
52
  "build-ts": "17.1.10",
53
53
  "conventional-changelog-conventionalcommits": "9.3.1",
54
54
  "lefthook": "2.1.6",
@@ -5,5 +5,5 @@
5
5
  5. Address valid review comments by updating the code. For invalid comments, add explanatory comments to the code detailing why the existing implementation is necessary.
6
6
  - If there are valid review comments that are out of scope for the current PR, create new issues for them.
7
7
  6. Reply to all review threads using the `manage-pr-review-threads` skill.
8
- 7. If you made changes in step 5, commit and push them, post `/gemini review` on the PR, wait for 5 minutes (`sleep 5m`), and return to step 1.
8
+ 7. If you made changes in step 5, commit and push them, post `/gemini review` on the PR, wait for 5 minutes (`sleep 300 && echo done`), and return to step 1.
9
9
  8. Update the PR title and body using the `update-pr` skill to reflect all changes.