opencode-magi 0.0.0-dev-20260523032824 → 0.0.0-dev-20260523032921

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.
@@ -1,6 +1,6 @@
1
1
  Decide whether an existing related pull request already handles issue #{issue} in {owner}/{repo}.
2
2
 
3
- Use only the provided context. Return HANDLE only when the PR clearly addresses the issue.
3
+ Use only the provided context. Return RELATED_PR_HANDLES_ISSUE only when the PR clearly addresses the issue. Otherwise return RELATED_PR_DOES_NOT_HANDLE_ISSUE.
4
4
 
5
5
  <context>
6
6
  {context}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-magi",
3
- "version": "0.0.0-dev-20260523032824",
3
+ "version": "0.0.0-dev-20260523032921",
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>",