@diffpal/diffpal-linux-arm64 0.1.23 → 0.1.24

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
@@ -98,9 +98,8 @@ cp examples/ci/github-actions/codex-api-key.yml .github/workflows/diffpal.yml
98
98
 
99
99
  Expected result:
100
100
 
101
- - a `diffpal-checks` check run
102
- - a `DiffPal Review Summary` PR comment with an overview of the change
103
- - inline comments only for actionable findings
101
+ - a `DiffPal Review Summary` PR review with an overview of the change
102
+ - inline review comments for actionable findings
104
103
  - `.artifacts/diffpal/findings.json` in the job workspace
105
104
  - a failed job only when `gate: true` and blocking findings exist, or when setup
106
105
  or publishing fails
@@ -118,7 +117,7 @@ DiffPal.
118
117
 
119
118
  | CI system | Examples | Output surfaces |
120
119
  | --- | --- | --- |
121
- | GitHub Actions | [`examples/ci/github-actions`](examples/ci/github-actions) | check run, PR summary, review comments, SARIF |
120
+ | GitHub Actions | [`examples/ci/github-actions`](examples/ci/github-actions) | PR review summary, inline review comments, SARIF |
122
121
  | GitLab CI | [`examples/ci/gitlab`](examples/ci/gitlab) | MR summary, discussions, Code Quality, SARIF |
123
122
  | Azure Pipelines | [`examples/ci/azure-pipelines`](examples/ci/azure-pipelines) | PR summary thread, PR threads, PR status |
124
123
 
@@ -168,7 +167,6 @@ jobs:
168
167
  permissions:
169
168
  contents: read
170
169
  pull-requests: write
171
- checks: write
172
170
  steps:
173
171
  - uses: actions/checkout@v6
174
172
  with:
@@ -347,7 +345,7 @@ Use `feedback` for the normal user-facing shape:
347
345
 
348
346
  | Mode | Behavior |
349
347
  | --- | --- |
350
- | `summary` | One PR/MR summary plus check/status, no inline comments. |
348
+ | `summary` | One PR/MR summary. On GitHub, DiffPal still publishes actionable findings as inline PR review comments. |
351
349
  | `balanced` | Summary plus actionable high-confidence inline feedback. |
352
350
  | `inline` | Summary plus a more permissive inline threshold. |
353
351
 
@@ -362,8 +360,8 @@ with:
362
360
  review-id: github-pr-${{ github.event.pull_request.number }}-diffpal-dev
363
361
  ```
364
362
 
365
- That produces a separate `diffpal-dev-checks` check run and separate summary
366
- comment.
363
+ That produces a separate `diffpal-dev` PR review with its own summary and inline
364
+ comments.
367
365
 
368
366
  ## Local Debugging
369
367
 
package/bin/diffpal CHANGED
Binary file
package/package.json CHANGED
@@ -13,5 +13,5 @@
13
13
  "os": [
14
14
  "linux"
15
15
  ],
16
- "version": "0.1.23"
16
+ "version": "0.1.24"
17
17
  }