clud-bug 0.6.31 → 0.6.32
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/lib/skill-usage.js
CHANGED
|
@@ -224,10 +224,10 @@ export function formatHealthDashboard(rows) {
|
|
|
224
224
|
if (!rows || rows.length === 0) {
|
|
225
225
|
return (
|
|
226
226
|
'Skill health: no usage data yet.\n\n' +
|
|
227
|
-
'
|
|
228
|
-
'
|
|
229
|
-
'
|
|
230
|
-
'
|
|
227
|
+
'Skill-usage artifacts will start accumulating from your next\n' +
|
|
228
|
+
'clud-bug-review run on a substantive PR (workflow-only PRs auto-skip\n' +
|
|
229
|
+
'review via 0.0.W² and produce no artifact). Run this command again\n' +
|
|
230
|
+
'with `--repo owner/name` once a few reviews have completed.'
|
|
231
231
|
);
|
|
232
232
|
}
|
|
233
233
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "clud-bug",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.32",
|
|
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/thrillmade/clud-bug/issues",
|
|
@@ -366,7 +366,7 @@ jobs:
|
|
|
366
366
|
# Strict-mode gate — composite action; see workflow.yml.tmpl for design notes.
|
|
367
367
|
- name: Strict mode — fail check on critical findings
|
|
368
368
|
if: success()
|
|
369
|
-
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.
|
|
369
|
+
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.32
|
|
370
370
|
with:
|
|
371
371
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
372
372
|
# v0.6.22 / 0.0.O: summary now posted by github-actions[bot].
|
|
@@ -366,7 +366,7 @@ jobs:
|
|
|
366
366
|
# Strict-mode gate — composite action; see workflow.yml.tmpl for design notes.
|
|
367
367
|
- name: Strict mode — fail check on critical findings
|
|
368
368
|
if: success()
|
|
369
|
-
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.
|
|
369
|
+
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.32
|
|
370
370
|
with:
|
|
371
371
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
372
372
|
# v0.6.22 / 0.0.O: summary now posted by github-actions[bot].
|
|
@@ -632,7 +632,7 @@ jobs:
|
|
|
632
632
|
# Letting the action's own failure fail the check is louder and right.
|
|
633
633
|
- name: Strict mode — fail check on critical findings
|
|
634
634
|
if: success()
|
|
635
|
-
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.
|
|
635
|
+
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.32
|
|
636
636
|
with:
|
|
637
637
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
638
638
|
# v0.6.22 / 0.0.O: the summary is now posted by the workflow
|