v1.61.0.0 feat: 增加有界 GitHub Codex Review 门禁#2259
Open
yangsf5 wants to merge 2 commits into
Open
Conversation
新增风险判定、当前 HEAD 状态机、幂等请求、限时轮询与 land-and-deploy 接入,并覆盖分页、大响应和异常路径。
记录 GitHub Codex Review 门禁的能力、默认关闭语义与验证覆盖。 Co-Authored-By: Codex <noreply@openai.com>
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
Contributor
|
@yangsf5 Rewrite the polling loop to refetch the pull request while waiting and ensure it cannot report H1 complete after H2 becomes current. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
摘要
gstack-github-codex-review,支持风险评估、状态查询和有界等待。chatgpt-codex-connector[bot]对当前 HEAD 的反馈,并通过 HEAD 标记避免重复请求。/land-and-deploy;默认关闭,超时或 API 异常告警但不误报通过,当前 HEAD 的未解决线程会阻止合并。bin/与共享lib/在各宿主中一起分发。测试覆盖
bun test test/gstack-github-codex-review.test.ts test/gen-skill-docs.test.ts:423 pass,0 fail。bun run test:退出码 0。bun run build:通过。bash -n bin/gstack-config setup:通过。git diff --check:通过。合并前审查
本地 diff 审查发现并已修复 3 项:多宿主硬编码路径、子进程管道死锁、非单调 deadline。最终复审无未解决问题。
计划完成
Spec 与 AutoPlan 中的实现、文档、测试和交付任务已完成;没有范围漂移。
文档
README、
docs/skills.md、生成后的land-and-deploy/SKILL.md与 CHANGELOG 已同步。关联事项
Closes #2258