refactor(status): move active-state projections into bounded module - #2971
Merged
Conversation
huangruiteng
force-pushed
the
codex/m6-q4-status-replan-20260809
branch
from
August 8, 2026 23:21
365600a to
7f7e075
Compare
huangruiteng
commented
Aug 8, 2026
huangruiteng
left a comment
Owner
Author
There was a problem hiding this comment.
Review: APPROVED
head 7f7e075dd。这是对 PR #2971 的完整 owner review。该 PR 是 M6 Q4 的第四片真实替换:active-state 文本投影与 backlog/replan 提醒迁入 loopx/control_plane/status/active_state_projection.py,loopx.status 保留薄兼容壳。
验证
- 全量 pytest:
2306 passed, 2 skipped;一个无关 extension timeout 测试在全量负载下 flake,单独复跑通过 - 聚焦 active-state/replan/status + import-boundary + maintainability ratchet:
25 passed - ruff:通过
loopx canary premerge --from-git-diff:selected=17 failures=0,self_merge_allowed=true- GitHub checks:dependency-review / pytest / build 全部通过
结论
无 blocker。active-state projection 现在位于 bounded status context,公共 facade 行为保持。按仓库 merge policy 路由合并。
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.
Change
Q4 fourth status extraction slice: active-state projections move into
loopx/control_plane/status/active_state_projection.py:state_event_log_candidatesactive_state_event_projection_fieldsactive_state_sectionsparse_issue_meta_surfaceactive_state_section_entriesbacklog_hygiene_warningautonomous_replan_obligationloopx.statuskeeps the public compatibility functions as thin local wrappers.Surfaces
loopx/control_plane/status/active_state_projection.py: new bounded status projection module.loopx/status.py: facade wrappers delegate to the bounded module.Validation
2306 passed, 2 skipped; one unrelated extension timeout test was flaky under full load and passed on isolated rerun.25 passed.All checks passed.loopx canary premerge --from-git-diff: passed,selected=17 failures=0,self_merge_allowed=true.No manual holds.
Routing
Route:
codex-side-bypass; not assigned tocodex-quality-qualification.