clud-bug 0.5.13 → 0.5.14
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": "clud-bug",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.14",
|
|
4
4
|
"description": "Skill-driven Claude PR review. Ship a brand-voice skill, get brand reviews. Each finding cites the skill that motivated it. CLI installs the workflow + a baseline kit; add more from skills.sh.",
|
|
5
5
|
"homepage": "https://cludbug.dev",
|
|
6
6
|
"bugs": "https://github.com/thrillmot/clud-bug/issues",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# clud-bug-template-version:
|
|
1
|
+
# clud-bug-template-version: v8
|
|
2
2
|
name: Clud Bug 🐛 Crawls Your Code
|
|
3
3
|
|
|
4
4
|
on:
|
|
@@ -281,6 +281,6 @@ jobs:
|
|
|
281
281
|
# Strict-mode gate — composite action; see workflow.yml.tmpl for design notes.
|
|
282
282
|
- name: Strict mode — fail check on critical findings
|
|
283
283
|
if: success()
|
|
284
|
-
uses: thrillmot/clud-bug/.github/actions/strict-mode-gate@v0.5.
|
|
284
|
+
uses: thrillmot/clud-bug/.github/actions/strict-mode-gate@v0.5.13
|
|
285
285
|
with:
|
|
286
286
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# clud-bug-template-version:
|
|
1
|
+
# clud-bug-template-version: v8
|
|
2
2
|
name: Clud Bug 🐛 Crawls Your Code
|
|
3
3
|
|
|
4
4
|
on:
|
|
@@ -282,6 +282,6 @@ jobs:
|
|
|
282
282
|
# Strict-mode gate — composite action; see workflow.yml.tmpl for design notes.
|
|
283
283
|
- name: Strict mode — fail check on critical findings
|
|
284
284
|
if: success()
|
|
285
|
-
uses: thrillmot/clud-bug/.github/actions/strict-mode-gate@v0.5.
|
|
285
|
+
uses: thrillmot/clud-bug/.github/actions/strict-mode-gate@v0.5.13
|
|
286
286
|
with:
|
|
287
287
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# clud-bug-template-version:
|
|
1
|
+
# clud-bug-template-version: v8
|
|
2
2
|
name: Clud Bug 🐛 Crawls Your Code
|
|
3
3
|
|
|
4
4
|
on:
|
|
@@ -316,6 +316,6 @@ jobs:
|
|
|
316
316
|
# Letting the action's own failure fail the check is louder and right.
|
|
317
317
|
- name: Strict mode — fail check on critical findings
|
|
318
318
|
if: success()
|
|
319
|
-
uses: thrillmot/clud-bug/.github/actions/strict-mode-gate@v0.5.
|
|
319
|
+
uses: thrillmot/clud-bug/.github/actions/strict-mode-gate@v0.5.13
|
|
320
320
|
with:
|
|
321
321
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|