clud-bug 0.5.5 → 0.5.6
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.6",
|
|
4
4
|
"description": "Claude PR review with project-aware skills. CLI installs a working GitHub Actions workflow and curates skills from skills.sh.",
|
|
5
5
|
"homepage": "https://cludbug.dev",
|
|
6
6
|
"bugs": "https://github.com/thrillmot/clud-bug/issues",
|
package/templates/audit.yml.tmpl
CHANGED
|
@@ -28,14 +28,11 @@ permissions:
|
|
|
28
28
|
pull-requests: write
|
|
29
29
|
id-token: write
|
|
30
30
|
|
|
31
|
-
env:
|
|
32
|
-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
|
|
33
|
-
|
|
34
31
|
jobs:
|
|
35
32
|
audit:
|
|
36
33
|
runs-on: ubuntu-latest
|
|
37
34
|
steps:
|
|
38
|
-
- uses: actions/checkout@
|
|
35
|
+
- uses: actions/checkout@v6
|
|
39
36
|
with:
|
|
40
37
|
fetch-depth: 0 # full history needed for git --since
|
|
41
38
|
|
|
@@ -96,7 +93,6 @@ jobs:
|
|
|
96
93
|
env:
|
|
97
94
|
AUDIT_DATE: ${{ steps.prep.outputs.date }}
|
|
98
95
|
AUDIT_BRANCH: ${{ steps.prep.outputs.branch }}
|
|
99
|
-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
|
|
100
96
|
with:
|
|
101
97
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
|
102
98
|
track_progress: true
|
|
@@ -19,14 +19,11 @@ permissions:
|
|
|
19
19
|
contents: write
|
|
20
20
|
pull-requests: write
|
|
21
21
|
|
|
22
|
-
env:
|
|
23
|
-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
|
|
24
|
-
|
|
25
22
|
jobs:
|
|
26
23
|
check:
|
|
27
24
|
runs-on: ubuntu-latest
|
|
28
25
|
steps:
|
|
29
|
-
- uses: actions/checkout@
|
|
26
|
+
- uses: actions/checkout@v6
|
|
30
27
|
|
|
31
28
|
- uses: actions/setup-node@v5
|
|
32
29
|
with:
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
id-token: write
|
|
14
14
|
|
|
15
15
|
steps:
|
|
16
|
-
- uses: actions/checkout@
|
|
16
|
+
- uses: actions/checkout@v6
|
|
17
17
|
with:
|
|
18
18
|
fetch-depth: 0 # strict-mode gate reads base ref's manifest
|
|
19
19
|
|
|
@@ -51,12 +51,11 @@ jobs:
|
|
|
51
51
|
if: steps.guard.outputs.skip != 'true'
|
|
52
52
|
env:
|
|
53
53
|
PR_NUMBER: ${{ github.event.pull_request.number }}
|
|
54
|
-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
|
|
55
54
|
with:
|
|
56
55
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
|
57
56
|
track_progress: true
|
|
58
57
|
claude_args: |
|
|
59
|
-
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh api graphql:*),Bash(gh api repos/:*),Bash(cat .claude/skills/.clud-bug.json)"
|
|
58
|
+
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh api graphql:*),Bash(gh api repos/:*),Bash(git show:*),Bash(cat .claude/skills/.clud-bug.json)"
|
|
60
59
|
prompt: |
|
|
61
60
|
{{PROJECT_DESCRIPTION}}
|
|
62
61
|
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
id-token: write
|
|
14
14
|
|
|
15
15
|
steps:
|
|
16
|
-
- uses: actions/checkout@
|
|
16
|
+
- uses: actions/checkout@v6
|
|
17
17
|
with:
|
|
18
18
|
fetch-depth: 0 # strict-mode gate reads base ref's manifest
|
|
19
19
|
|
|
@@ -51,12 +51,11 @@ jobs:
|
|
|
51
51
|
if: steps.guard.outputs.skip != 'true'
|
|
52
52
|
env:
|
|
53
53
|
PR_NUMBER: ${{ github.event.pull_request.number }}
|
|
54
|
-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
|
|
55
54
|
with:
|
|
56
55
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
|
57
56
|
track_progress: true
|
|
58
57
|
claude_args: |
|
|
59
|
-
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh api graphql:*),Bash(gh api repos/:*),Bash(cat .claude/skills/.clud-bug.json)"
|
|
58
|
+
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh api graphql:*),Bash(gh api repos/:*),Bash(git show:*),Bash(cat .claude/skills/.clud-bug.json)"
|
|
60
59
|
prompt: |
|
|
61
60
|
{{PROJECT_DESCRIPTION}}
|
|
62
61
|
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
id-token: write
|
|
14
14
|
|
|
15
15
|
steps:
|
|
16
|
-
- uses: actions/checkout@
|
|
16
|
+
- uses: actions/checkout@v6
|
|
17
17
|
with:
|
|
18
18
|
# fetch-depth: 0 so the strict-mode gate can `git show
|
|
19
19
|
# origin/<base_ref>:.claude/skills/.clud-bug.json` to read the base
|
|
@@ -75,12 +75,11 @@ jobs:
|
|
|
75
75
|
if: steps.guard.outputs.skip != 'true'
|
|
76
76
|
env:
|
|
77
77
|
PR_NUMBER: ${{ github.event.pull_request.number }}
|
|
78
|
-
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: 'true'
|
|
79
78
|
with:
|
|
80
79
|
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
|
|
81
80
|
track_progress: true
|
|
82
81
|
claude_args: |
|
|
83
|
-
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh api graphql:*),Bash(gh api repos/:*),Bash(cat .claude/skills/.clud-bug.json)"
|
|
82
|
+
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*),Bash(gh api graphql:*),Bash(gh api repos/:*),Bash(git show:*),Bash(cat .claude/skills/.clud-bug.json)"
|
|
84
83
|
prompt: |
|
|
85
84
|
{{PROJECT_DESCRIPTION}}
|
|
86
85
|
|