clud-bug 0.6.33 → 0.6.34

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.6.33",
3
+ "version": "0.6.34",
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.33
369
+ uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.34
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.33
369
+ uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.34
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.33
635
+ uses: thrillmade/clud-bug/.github/actions/strict-mode-gate@v0.6.34
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