@snowplow/snowplow-cli-linux-arm64 0.1.6 → 0.1.8
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/README.md +11 -0
- package/bin/snowplow-cli +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -101,3 +101,14 @@ SNOWPLOW_CONSOLE_ORG_ID=********-****-****-****-************
|
|
|
101
101
|
SNOWPLOW_CONSOLE_API_KEY_ID=********-****-****-****-************
|
|
102
102
|
SNOWPLOW_CONSOLE_API_KEY=********-****-****-****-************
|
|
103
103
|
```
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
### Claude Code GitHub Actions Integration
|
|
107
|
+
|
|
108
|
+
This repository includes a GitHub Actions workflow that connects directly with Claude for automated code assistance. The workflow runs when:
|
|
109
|
+
|
|
110
|
+
- `@claude` is mentioned in issue comments, PR reviews, or review comments
|
|
111
|
+
- An issue is opened or assigned with `@claude` in the title or body
|
|
112
|
+
- A pull request is opened, triggering an automatic Claude review
|
|
113
|
+
|
|
114
|
+
This lets team members request Claude’s help on code reviews, bug fixes, and development tasks directly in GitHub. Claude can read CI results, write to PRs, and manage issues as needed for collaboration.
|
package/bin/snowplow-cli
CHANGED
|
Binary file
|
package/package.json
CHANGED