@snowplow/snowplow-cli-win32-arm64 0.1.6 → 0.1.7

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 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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowplow/snowplow-cli-win32-arm64",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "license": "see license in LICENSE.md",
5
5
  "repository": "https://github.com/snowplow/snowplow-cli",
6
6
  "description": "snowplow cli for win32 (arm64)",