@diffpal/diffpal-win32-x64 0.1.29 → 0.1.31

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
@@ -345,9 +345,9 @@ Use `feedback` for the normal user-facing shape:
345
345
 
346
346
  | Mode | Behavior |
347
347
  | --- | --- |
348
- | `summary` | One PR/MR summary. On GitHub, DiffPal still publishes actionable findings as inline PR review comments. |
349
- | `balanced` | Summary plus actionable high-confidence inline feedback. |
350
- | `inline` | Summary plus a more permissive inline threshold. |
348
+ | `summary` | Summary plus non-file artifacts such as SARIF, Code Quality, or status. No file-level findings are published. |
349
+ | `balanced` | Summary plus file-level findings for the platform; non-blocking findings stay visible but do not become merge blockers. |
350
+ | `inline` | Same publication set as `balanced`, with more permissive file-level placement where the platform supports it. |
351
351
 
352
352
  Use `summary-overview: false` or `--summary-overview=false` if you do not want
353
353
  the semantic change overview in the summary.
package/bin/diffpal.exe CHANGED
Binary file
package/package.json CHANGED
@@ -13,5 +13,5 @@
13
13
  "os": [
14
14
  "win32"
15
15
  ],
16
- "version": "0.1.29"
16
+ "version": "0.1.31"
17
17
  }