clud-bug 0.6.30 → 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",
|
|
@@ -305,6 +305,9 @@ jobs:
|
|
|
305
305
|
with:
|
|
306
306
|
name: clud-bug-skill-usage-pr-${{ github.event.pull_request.number }}
|
|
307
307
|
path: .claude/skills/.clud-bug.json
|
|
308
|
+
# v0.6.31 hotfix: upload-artifact@v4 excludes hidden files
|
|
309
|
+
# by default. See workflow.yml.tmpl for full context.
|
|
310
|
+
include-hidden-files: true
|
|
308
311
|
retention-days: 90
|
|
309
312
|
|
|
310
313
|
# v0.6.26 / §5.5 Layer 6 fallback render-from-inlines — see workflow.yml.tmpl for design notes.
|
|
@@ -363,7 +366,7 @@ jobs:
|
|
|
363
366
|
# Strict-mode gate — composite action; see workflow.yml.tmpl for design notes.
|
|
364
367
|
- name: Strict mode — fail check on critical findings
|
|
365
368
|
if: success()
|
|
366
|
-
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.
|
|
369
|
+
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.32
|
|
367
370
|
with:
|
|
368
371
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
369
372
|
# v0.6.22 / 0.0.O: summary now posted by github-actions[bot].
|
|
@@ -305,6 +305,9 @@ jobs:
|
|
|
305
305
|
with:
|
|
306
306
|
name: clud-bug-skill-usage-pr-${{ github.event.pull_request.number }}
|
|
307
307
|
path: .claude/skills/.clud-bug.json
|
|
308
|
+
# v0.6.31 hotfix: upload-artifact@v4 excludes hidden files
|
|
309
|
+
# by default. See workflow.yml.tmpl for full context.
|
|
310
|
+
include-hidden-files: true
|
|
308
311
|
retention-days: 90
|
|
309
312
|
|
|
310
313
|
# v0.6.26 / §5.5 Layer 6 fallback render-from-inlines — see workflow.yml.tmpl for design notes.
|
|
@@ -363,7 +366,7 @@ jobs:
|
|
|
363
366
|
# Strict-mode gate — composite action; see workflow.yml.tmpl for design notes.
|
|
364
367
|
- name: Strict mode — fail check on critical findings
|
|
365
368
|
if: success()
|
|
366
|
-
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.
|
|
369
|
+
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.32
|
|
367
370
|
with:
|
|
368
371
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
369
372
|
# v0.6.22 / 0.0.O: summary now posted by github-actions[bot].
|
|
@@ -530,6 +530,11 @@ jobs:
|
|
|
530
530
|
with:
|
|
531
531
|
name: clud-bug-skill-usage-pr-${{ github.event.pull_request.number }}
|
|
532
532
|
path: .claude/skills/.clud-bug.json
|
|
533
|
+
# v0.6.31 hotfix: actions/upload-artifact@v4 excludes hidden
|
|
534
|
+
# files by default. .clud-bug.json + .claude/ are both
|
|
535
|
+
# dot-prefixed, so v0.6.29-v0.6.30 silently uploaded zero
|
|
536
|
+
# artifacts org-wide. Must opt in explicitly.
|
|
537
|
+
include-hidden-files: true
|
|
533
538
|
retention-days: 90
|
|
534
539
|
|
|
535
540
|
# Fallback comment when the model couldn't produce schema-valid
|
|
@@ -627,7 +632,7 @@ jobs:
|
|
|
627
632
|
# Letting the action's own failure fail the check is louder and right.
|
|
628
633
|
- name: Strict mode — fail check on critical findings
|
|
629
634
|
if: success()
|
|
630
|
-
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.
|
|
635
|
+
uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.32
|
|
631
636
|
with:
|
|
632
637
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
633
638
|
# v0.6.22 / 0.0.O: the summary is now posted by the workflow
|