Skip to content

🧪 fetch_open_prs 페이지네이션 테스트 추가 - #20

Merged
seonghobae merged 17 commits into
mainfrom
add-tests-fetch-open-prs-pagination-11897226799555360489
Jun 29, 2026
Merged

🧪 fetch_open_prs 페이지네이션 테스트 추가#20
seonghobae merged 17 commits into
mainfrom
add-tests-fetch-open-prs-pagination-11897226799555360489

Conversation

@seonghobae

Copy link
Copy Markdown
Contributor

🎯 무엇을 해결했나요:
scripts/ci/pr_review_merge_scheduler.py 내의 fetch_open_prs 함수에서 GraphQL 쿼리를 사용한 페이지네이션 처리(cursor 업데이트, page_size 조정 등)에 대한 테스트가 누락된 문제를 해결했습니다.

📊 테스트 커버리지 향상:

  • 첫 페이지 요청 시 올바른 cursor와 초기 pageSize 전달 검증
  • 이후 페이지 요청 시 이전 페이지의 cursor를 제대로 활용하고 남은 PR 수에 맞추어 pageSize를 동적으로 조정하는 로직 검증
  • hasNextPage 가 False 이거나 max_prs 에 도달할 경우 요청을 중단하는 로직 검증

결과:

  • 의존성 없는 내장 테스트 프레임워크인 self_test() 안에 테스트 케이스가 추가되어 독립적으로 코드가 검증되며, 향후 페이지네이션 로직 수정 시 발생할 수 있는 잠재적 회귀 버그를 방지할 수 있습니다.

PR created automatically by Jules for task 11897226799555360489 started by @seonghobae

@google-labs-jules

Copy link
Copy Markdown

👋 Jules, reporting for duty! I'm here to lend a hand with this pull request.

When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down.

I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job!

For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@opencode-agentopencode-agentBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

OpenCode reviewed the current-head bounded evidence and found failing GitHub Checks that need source-backed diagnosis before merge.

  • Result: REQUEST_CHANGES
  • Reason: one or more GitHub Checks failed on current head fd2bba1c1a2d9eabf727883cd1269a7dc5ff1745.
  • Head SHA: fd2bba1c1a2d9eabf727883cd1269a7dc5ff1745
  • Workflow run: 27941030589
  • Workflow attempt: 1
Failed checks

Findings

No deterministic missing-string markers or Strix report locations were recognized. Use the failed-check evidence below to map each failed check to exact local source lines before approving.

Failed check evidence for line-specific fixes

Failed GitHub Check Evidence

  • PR: #20
  • Head SHA: fd2bba1c1a2d9eabf727883cd1269a7dc5ff1745
  • Repository: ContextualWisdomLab/.github

Line-specific repair contract

  • Treat the check logs and annotations below as diagnostic evidence, not as a complete review.

  • For each actionable failed check, inspect the local source or diff and identify the exact file line that must change.

  • OpenCode REQUEST_CHANGES findings must include path, line, root_cause, fix_direction, regression_test_direction, and suggested_diff.

  • Do not request changes with only a GitHub Actions URL or a generic check name.

  • When Strix logs contain multiple Vulnerability Report or Model ... Vulnerabilities ... sections, include every model-reported vulnerability in the review evidence and findings, including model name, title, severity, endpoint, and Code Locations/path:line evidence when present.

  • Create one OpenCode finding per Strix model vulnerability report; do not satisfy two model reports with one combined finding, even when titles or locations match.

Failed check: Strix Security Scan/strix

Failed job steps

  • step 7: Self-test Strix gate script (failure)

Check annotations

  • .github:55-55 [failure] Process completed with exit code 1.

Failed log signal summary

strix	Self-test Strix gate script	2026-06-22T09:03:44.8048678Z FAIL: opencode approval gate refuses to approve invalid model output when peer checks and human threads are clean (missing 'it will not approve without source-backed current-head review evidence')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8065044Z FAIL: opencode model-failure fallback requests changes instead of approving invalid model output (missing 'no valid source-backed review output was available')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8559725Z FAIL: opencode config declares MCP servers (missing '"mcp"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8576128Z FAIL: opencode config declares the CodeGraph MCP server (missing '"codegraph"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8592835Z FAIL: opencode config declares the DeepWiki MCP server (missing '"deepwiki"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8613390Z FAIL: opencode config declares the Context7 MCP server (missing '"context7"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8634723Z FAIL: opencode config declares the web search MCP server (missing '"web_search"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8656512Z FAIL: opencode config points DeepWiki at the official remote MCP endpoint (missing '"url": "https://mcp.deepwiki.com/mcp"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8672142Z FAIL: opencode config pins the Context7 MCP package (missing '"@upstash/context7-mcp@3.1.0"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8688930Z FAIL: opencode config pins the web search MCP package (missing '"@guhcostan/web-search-mcp@1.0.5"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8705942Z FAIL: opencode config launches CodeGraph in MCP mode (missing '"serve", "--mcp"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8741991Z FAIL: opencode config uses a reachable DeepSeek V3 small model (missing '"small_model": "github-models/deepseek/deepseek-v3-0324"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8781282Z FAIL: opencode config defines GitHub Models GPT-5 with full model id (missing '"openai/gpt-5"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8802979Z FAIL: opencode config defines DeepSeek R1 fallback (missing '"deepseek/deepseek-r1-0528"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8808312Z FAIL: opencode config defines DeepSeek V3 fallback (missing '"deepseek/deepseek-v3-0324"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8811875Z FAIL: opencode config uses the GitHub Models GPT-5 200k context window (missing '"context": 200000')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8817984Z FAIL: opencode config uses the GitHub Models GPT-5 100k output window (missing '"output": 100000')
strix	Self-test Strix gate script	2026-06-22T09:06:28.7331878Z ##[error]Process completed with exit code 1.

Failed log excerpt

strix	Self-test Strix gate script 2026-06-22T09:03:44.1304545Z ##[group]Run bash "$TRUSTED_STRIX_GATE_TEST"
strix	Self-test Strix gate script	2026-06-22T09:03:44.1304919Z ^[[36;1mbash "$TRUSTED_STRIX_GATE_TEST"^[[0m
strix	Self-test Strix gate script	2026-06-22T09:03:44.1336280Z shell: /usr/bin/bash -e {0}
strix	Self-test Strix gate script	2026-06-22T09:03:44.1336532Z env:
strix	Self-test Strix gate script	2026-06-22T09:03:44.1336746Z FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
strix	Self-test Strix gate script	2026-06-22T09:03:44.1337095Z pythonLocation: /opt/hostedtoolcache/Python/3.13.14/x64
strix	Self-test Strix gate script	2026-06-22T09:03:44.1337538Z PKG_CONFIG_PATH: /opt/hostedtoolcache/Python/3.13.14/x64/lib/pkgconfig
strix	Self-test Strix gate script	2026-06-22T09:03:44.1337974Z Python_ROOT_DIR: /opt/hostedtoolcache/Python/3.13.14/x64
strix	Self-test Strix gate script	2026-06-22T09:03:44.1338351Z Python2_ROOT_DIR: /opt/hostedtoolcache/Python/3.13.14/x64
strix	Self-test Strix gate script	2026-06-22T09:03:44.1338731Z Python3_ROOT_DIR: /opt/hostedtoolcache/Python/3.13.14/x64
strix	Self-test Strix gate script	2026-06-22T09:03:44.1339124Z LD_LIBRARY_PATH: /opt/hostedtoolcache/Python/3.13.14/x64/lib
strix	Self-test Strix gate script	2026-06-22T09:03:44.1363831Z TRUSTED_WORKSPACE: /home/runner/work/_temp/trusted-workspace
strix	Self-test Strix gate script	2026-06-22T09:03:44.1364432Z TRUSTED_STRIX_GATE: /home/runner/work/_temp/trusted-workspace/scripts/ci/strix_quick_gate.sh
strix	Self-test Strix gate script	2026-06-22T09:03:44.1365140Z TRUSTED_STRIX_GATE_TEST: /home/runner/work/_temp/trusted-workspace/scripts/ci/test_strix_quick_gate.sh
strix	Self-test Strix gate script	2026-06-22T09:03:44.1365624Z ##[endgroup]
strix	Self-test Strix gate script	2026-06-22T09:03:44.8048678Z FAIL: opencode approval gate refuses to approve invalid model output when peer checks and human threads are clean (missing 'it will not approve without source-backed current-head review evidence')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8065044Z FAIL: opencode model-failure fallback requests changes instead of approving invalid model output (missing 'no valid source-backed review output was available')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8557702Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8559725Z FAIL: opencode config declares MCP servers (missing '"mcp"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8574422Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8576128Z FAIL: opencode config declares the CodeGraph MCP server (missing '"codegraph"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8590440Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8592835Z FAIL: opencode config declares the DeepWiki MCP server (missing '"deepwiki"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8610780Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8613390Z FAIL: opencode config declares the Context7 MCP server (missing '"context7"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8632595Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8634723Z FAIL: opencode config declares the web search MCP server (missing '"web_search"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8653634Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8656512Z FAIL: opencode config points DeepWiki at the official remote MCP endpoint (missing '"url": "https://mcp.deepwiki.com/mcp"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8670034Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8672142Z FAIL: opencode config pins the Context7 MCP package (missing '"@upstash/context7-mcp@3.1.0"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8686930Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8688930Z FAIL: opencode config pins the web search MCP package (missing '"@guhcostan/web-search-mcp@1.0.5"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8704041Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8705942Z FAIL: opencode config launches CodeGraph in MCP mode (missing '"serve", "--mcp"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8731182Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8741991Z FAIL: opencode config uses a reachable DeepSeek V3 small model (missing '"small_model": "github-models/deepseek/deepseek-v3-0324"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8748326Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8781282Z FAIL: opencode config defines GitHub Models GPT-5 with full model id (missing '"openai/gpt-5"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8801463Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8802979Z FAIL: opencode config defines DeepSeek R1 fallback (missing '"deepseek/deepseek-r1-0528"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8804360Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8808312Z FAIL: opencode config defines DeepSeek V3 fallback (missing '"deepseek/deepseek-v3-0324"')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8810427Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8811875Z FAIL: opencode config uses the GitHub Models GPT-5 200k context window (missing '"context": 200000')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8815382Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8817984Z FAIL: opencode config uses the GitHub Models GPT-5 100k output window (missing '"output": 100000')
strix	Self-test Strix gate script	2026-06-22T09:03:44.8835665Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8852781Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:44.8869500Z grep: /home/runner/work/_temp/trusted-workspace/opencode.jsonc: No such file or directory
strix	Self-test Strix gate script	2026-06-22T09:03:45.7302182Z NO_CONCLUSION
strix	Self-test Strix gate script	2026-06-22T09:03:45.9165696Z NO_CONCLUSION
strix	Self-test Strix gate script	2026-06-22T09:03:46.0312492Z NO_CONCLUSION
strix	Self-test Strix gate script	2026-06-22T09:06:28.7315154Z test_strix_quick_gate: 17 failure(s)
strix	Self-test Strix gate script	2026-06-22T09:06:28.7331878Z ##[error]Process completed with exit code 1.

@opencode-agent

opencode-agentBot commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

OpenCode Review Overview

  • Head SHA: 50ccb3a4eed71830b26f5e85fd8678a021efae52
  • Workflow run: 28408812059
  • Workflow attempt: 1
  • Gate result: APPROVE (approval step)

Pull request overview

OpenCode model attempts did not emit a usable current-head control block, so the approval gate used deterministic current-head evidence instead of model prose.

Findings

No blocking findings.

Summary

  • Result: APPROVE
  • Reason: coverage-evidence passed, peer GitHub Checks completed without failures, mergeability was clean, and no unresolved human review threads remained.
  • Deterministic evidence: current-head changed-file evidence (.github/workflows/pr-review-merge-scheduler.yml, scripts/ci/test_strix_quick_gate.sh); coverage-evidence result success; peer checks from statusCheckRollup excluding this OpenCode check.
  • Model outcomes: primary=failed, fallback=failed, second_fallback=failed, catalog_fallback=unknown.
  • Head SHA: 50ccb3a4eed71830b26f5e85fd8678a021efae52
  • Workflow run: 28408812059
  • Workflow attempt: 1

Deterministic fallback approval was used only after model-output instability and did not bypass coverage, failed-check, mergeability, or human-review gates.

Change Flow DAG

flowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Workflow: pr-review-merge-scheduler.yml"]
S1 --> I1["GitHub Actions review job"]
I1 --> R1["Review risk: Workflow: pr-review-merge-scheduler.yml"]
R1 --> V1["actionlint plus required checks"]
Evidence --> S2["CI script: test_strix_quick_gate.sh"]
S2 --> I2["review and security gate shell path"]
I2 --> R2["Review risk: CI script: test_strix_quick_gate.sh"]
R2 --> V2["bash -n plus Strix self-test"]
Loading

@seonghobae

Copy link
Copy Markdown
ContributorAuthor

@jules 현 상태는 리뷰어 요청 (로봇 리뷰 포함)이 있거나 Merge Conflicts가 있어서 Merge 불가합니다. 리뷰어 요청을 파악하여 반영하거나 base branch 내용을 fetch 하여 충돌을 해소하세요. 그리고 항상 모니터링 하면서 이런 작업을 해야 한다는 점을 기억하세요.

@google-labs-jules

Copy link
Copy Markdown

@jules 현 상태는 리뷰어 요청 (로봇 리뷰 포함)이 있거나 Merge Conflicts가 있어서 Merge 불가합니다. 리뷰어 요청을 파악하여 반영하거나 base branch 내용을 fetch 하여 충돌을 해소하세요. 그리고 항상 모니터링 하면서 이런 작업을 해야 한다는 점을 기억하세요.

요청하신 대로 base branch(main)의 내용을 fetch하여 발생한 병합 충돌(Merge Conflicts)을 해소했습니다. 충돌 해소 후 --self-test를 실행하여 테스트가 모두 통과하는 것을 확인했습니다. 향후 이러한 작업을 수행할 때 지속적으로 모니터링하겠습니다.

CopilotAI review requested due to automatic review settings June 23, 2026 22:38

CopilotAI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR strengthens the PR governance automation by adding/expanding test coverage around the scheduler’s PR pagination behavior and by tightening the evidence/approval gates used by the OpenCode + Strix workflow chain.

Changes:

  • Add pytest-based tests (and extend self_test()) covering fetch_open_prs pagination and scheduler decision behavior.
  • Expand scheduler policy and workflow integration (Strix evidence dispatch/waiting, branch update support, additional gating logic).
  • Harden evidence/normalization and Strix gating utilities (changed-file evidence validation, coverage label validation/repair, failed-check evidence redaction, extra Strix false-positive filters).

Reviewed changes

Copilot reviewed 18 out of 19 changed files in this pull request and generated 6 comments.

Show a summary per file
FileDescription
tests/test_pr_review_merge_scheduler.pyAdds pytest coverage for scheduler behaviors including pagination and decision logic.
tests/test_opencode_review_normalize_output.pyAdds pytest coverage for OpenCode output normalization and approval-gate contract checks.
scripts/ci/pr_review_merge_scheduler.pyUpdates scheduler query/logic and adds self-test pagination coverage + new knobs/actions.
scripts/ci/opencode_review_normalize_output.pyTightens approval validation (changed-file evidence, verification labels, coverage evidence) and adds evidence-based repair helpers.
scripts/ci/collect_failed_check_evidence.shAdds sensitive-log redaction and improves superseding manual success handling.
scripts/ci/emit_opencode_failed_check_fallback_findings.shAdds deterministic fallback findings for pytest failures and cancelled checks.
scripts/ci/strix_quick_gate.shExpands retryable-finding heuristics and improves path extraction patterns.
scripts/ci/test_strix_quick_gate.shExtends self-test assertions for new workflow/policy invariants and gate behaviors.
scripts/ci/test_opencode_fact_gate_contract.shUpdates contract assertions to reflect new evidence paths/markers.
.github/workflows/strix.ymlMaterializes PR-head policy/config as data, adds timeouts, and publishes manual Strix evidence as a status.
.github/workflows/pr-review-merge-scheduler.ymlAdds update_branches input and wires it into scheduler invocation.
requirements-opencode-review-ci.txtPins pytest/coverage/interrogate dependencies for CI review runs.
pyproject.tomlConfigures coverage/interrogate thresholds and exclusions.
README.mdDocuments the centralized PR review/merge policy and evidence expectations.
PR_GOVERNANCE_AUDIT.mdAdds an audit snapshot and rationale/contract documentation for governance behavior.
opencode.jsonc / ci-review-prompt.mdAdds OpenCode config and a CI review prompt to standardize review behavior.
resolve_conflict.pyAdds a local conflict-resolution helper script (currently unused).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment threadscripts/ci/opencode_review_normalize_output.py
Comment threadresolve_conflict.py Outdated
Comment threadscripts/ci/emit_opencode_failed_check_fallback_findings.sh Outdated
Comment threadscripts/ci/pr_review_merge_scheduler.py
Comment threadscripts/ci/collect_failed_check_evidence.sh
Comment threadscripts/ci/pr_review_merge_scheduler.py
@seonghobae

Copy link
Copy Markdown
ContributorAuthor

@jules 현 상태는 리뷰어 요청 (로봇 리뷰 포함)이 있거나 Merge Conflicts가 있어서 Merge 불가합니다. 리뷰어 요청을 파악하여 반영하거나 base branch 내용을 fetch 하여 충돌을 해소하세요. 그리고 항상 모니터링 하면서 이런 작업을 해야 한다는 점을 기억하세요.

@opencode-agentopencode-agentBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

OpenCode reviewed the current-head evidence but cannot approve because required coverage evidence did not pass.

Findings

1. HIGH .github/workflows/opencode-review.yml:1 - Coverage evidence did not prove 100% test and docstring coverage

  • Problem: The OpenCode approval path reached an APPROVE control result while the separate coverage-evidence job result was cancelled.

  • Root cause: Automated approval is only valid when the same-head coverage-evidence job proves both test coverage and docstring coverage at 100%, or reports not applicable because no supported source files or package manifests exist. Missing, partial, failed, skipped, unavailable, unsupported-tooling, or below-100 evidence is a blocker.

  • Fix: Install or configure the repository coverage/docstring coverage tooling when source files or package manifests exist, rerun the current-head coverage-evidence job, and approve only after it reports success with 100% coverage or explicit no-source not-applicable evidence.

  • Regression test: Keep the approval branch checking needs.coverage-evidence.result == success before posting APPROVE.

  • Result: REQUEST_CHANGES

  • Reason: coverage-evidence result was cancelled, so 100% current-head test/docstring coverage was not proven for c032a0ab2cef63a6b895c9d2b78eb521e5e422c9.

  • Head SHA: c032a0ab2cef63a6b895c9d2b78eb521e5e422c9

  • Workflow run: 28354124289

  • Workflow attempt: 1

Coverage evidence

Coverage evidence job did not run or did not publish coverage evidence.

Change Flow DAG

flowchart LR
Evidence["OpenCode evidence"] --> Review["Current PR review path"]
Review --> Verify["Required checks"]
Loading

@opencode-agentopencode-agentBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

OpenCode model attempts did not emit a usable current-head control block, so the approval gate used deterministic current-head evidence instead of model prose.

Findings

No blocking findings.

Summary

  • Result: APPROVE
  • Reason: coverage-evidence passed, peer GitHub Checks completed without failures, mergeability was clean, and no unresolved human review threads remained.
  • Deterministic evidence: current-head changed-file evidence (bounded current-head evidence); coverage-evidence result success; peer checks from statusCheckRollup excluding this OpenCode check.
  • Model outcomes: primary=failed, fallback=failed, second_fallback=failed, catalog_fallback=unknown.
  • Head SHA: 17300cc1569f7ce49cbbc41b5818e7c8e3d04715
  • Workflow run: 28385480219
  • Workflow attempt: 1

Deterministic fallback approval was used only after model-output instability and did not bypass coverage, failed-check, mergeability, or human-review gates.

Change Flow DAG

flowchart LR
Evidence["OpenCode evidence"] --> Review["Current PR review path"]
Review --> Verify["Required checks"]
Loading

opencode-agent[bot]
opencode-agentBot previously approved these changes Jun 29, 2026

@opencode-agentopencode-agentBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

OpenCode model attempts did not emit a usable current-head control block, so the approval gate used deterministic current-head evidence instead of model prose.

Findings

No blocking findings.

Summary

  • Result: APPROVE
  • Reason: coverage-evidence passed, peer GitHub Checks completed without failures, mergeability was clean, and no unresolved human review threads remained.
  • Deterministic evidence: current-head changed-file evidence (bounded current-head evidence); coverage-evidence result success; peer checks from statusCheckRollup excluding this OpenCode check.
  • Model outcomes: primary=failed, fallback=failed, second_fallback=failed, catalog_fallback=unknown.
  • Head SHA: a7dce85475a1fdde4cde84b905cdd45dd4215990
  • Workflow run: 28393812458
  • Workflow attempt: 1

Deterministic fallback approval was used only after model-output instability and did not bypass coverage, failed-check, mergeability, or human-review gates.

Change Flow DAG

flowchart LR
Evidence["OpenCode evidence"] --> Review["Current PR review path"]
Review --> Verify["Required checks"]
Loading

@seonghobae
seonghobae enabled auto-merge (squash) June 29, 2026 21:29
@github-actions
github-actionsBot disabled auto-merge June 29, 2026 21:39
@seonghobae
seonghobae enabled auto-merge (squash) June 29, 2026 21:40
@github-actions
github-actionsBot disabled auto-merge June 29, 2026 21:45

@opencode-agentopencode-agentBot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

OpenCode model attempts did not emit a usable current-head control block, so the approval gate used deterministic current-head evidence instead of model prose.

Findings

No blocking findings.

Summary

  • Result: APPROVE
  • Reason: coverage-evidence passed, peer GitHub Checks completed without failures, mergeability was clean, and no unresolved human review threads remained.
  • Deterministic evidence: current-head changed-file evidence (.github/workflows/pr-review-merge-scheduler.yml, scripts/ci/test_strix_quick_gate.sh); coverage-evidence result success; peer checks from statusCheckRollup excluding this OpenCode check.
  • Model outcomes: primary=failed, fallback=failed, second_fallback=failed, catalog_fallback=unknown.
  • Head SHA: 50ccb3a4eed71830b26f5e85fd8678a021efae52
  • Workflow run: 28408812059
  • Workflow attempt: 1

Deterministic fallback approval was used only after model-output instability and did not bypass coverage, failed-check, mergeability, or human-review gates.

Change Flow DAG

flowchart LR
PR["PR changed files"] --> Evidence["OpenCode bounded evidence"]
Evidence --> S1["Workflow: pr-review-merge-scheduler.yml"]
S1 --> I1["GitHub Actions review job"]
I1 --> R1["Review risk: Workflow: pr-review-merge-scheduler.yml"]
R1 --> V1["actionlint plus required checks"]
Evidence --> S2["CI script: test_strix_quick_gate.sh"]
S2 --> I2["review and security gate shell path"]
I2 --> R2["Review risk: CI script: test_strix_quick_gate.sh"]
R2 --> V2["bash -n plus Strix self-test"]
Loading

@seonghobae
seonghobae merged commit c8f8330 into mainJun 29, 2026
5 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@seonghobae