opencode-magi 0.0.0-dev-20260522222915 → 0.0.0-dev-20260522233810

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.
@@ -176,7 +176,15 @@ function ciFailureContextForClassified(items, classified) {
176
176
  return "";
177
177
  return [
178
178
  "CI has scope-in failures that may be caused by this PR.",
179
- "Use this as a review hint; still inspect the PR diff before reporting findings.",
179
+ "Treat these failures as blocking review issues until the checks pass.",
180
+ [
181
+ "Do not approve this PR while this ci_failure_context is present.",
182
+ "Return CHANGES_REQUESTED and include a finding for each failing CI check.",
183
+ ].join(" "),
184
+ [
185
+ "Still inspect the PR diff before reporting findings.",
186
+ "If a CI failure does not map to an exact changed line, anchor the finding to the nearest responsible or first relevant changed line.",
187
+ ].join(" "),
180
188
  "",
181
189
  ...sections,
182
190
  ].join("\n\n");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-magi",
3
- "version": "0.0.0-dev-20260522222915",
3
+ "version": "0.0.0-dev-20260522233810",
4
4
  "description": "Multi-agent PR review and merge orchestration plugin for OpenCode.",
5
5
  "license": "MIT",
6
6
  "author": "Hirotomo Yamada <hirotomo.yamada@avap.co.jp>",