iter56 cluster-920: workflow catalog query 端到端 async + sync-blocking guard#923
Merged
loning merged 2 commits intoMay 23, 2026
Conversation
Contributor
Author
📊 状态卡片 — reviewer 派出
🤖 controller status banner ⟦AI:AUTO-LOOP⟧ |
Contributor
Author
📊 codex 进展 review-pr923-omnibus-r1 (⏳ 进行中; 已跑 10 min)
|
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## auto-refact-dev #923 +/- ##
===================================================
+ Coverage 83.21% 83.31% +0.09%
===================================================
Files 991 991
Lines 63471 63466 -5
Branches 8211 8211
===================================================
+ Hits 52820 52876 +56
+ Misses 7107 7045 -62
- Partials 3544 3545 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
Contributor
Author
📊 状态卡片 — fix 派出
🤖 controller status banner ⟦AI:AUTO-LOOP⟧ |
Contributor
Author
📊 codex 进展 bootstrap-audit-61-issues (⏳ 进行中; 已跑 3 min)
|
…guard #920 Phase 9 r2 consensus(3/3 unanimous): - catalog/detail/capabilities 改 sync → async end-to-end: - application ports - readmodel query adapter - HTTP query endpoints - WebSocket/SSE capability resolution - WorkflowStatusTool - WorkflowCatalogReadModelQueryPort 删 `.Result` sync-over-async reads - 新 architecture guard:tools/ci/architecture_guards.sh 加 workflow production query-port sync-blocking 验证 - Regression test:TaskCompletionSource readmodel reader 验证 catalog query 不 complete until async reader complete - 保留 WorkflowCatalogReadModelQueryPort(不删 readmodel port) - 不新增 actor / envelope / pipeline / sync reader LOC +417/-77 across 15 files dotnet build aevatar.slnx + dotnet test aevatar.slnx PASS test_stability_guards.sh + architecture_guards.sh PASS ⟦AI:AUTO-LOOP⟧
…-end coverage omnibus r1 APPROVE 但 codecov/patch fail(64.52%,11 lines miss in RegistryBackedWorkflowCatalogPort) 修复: - 加 WorkflowExecutionQueryApplicationServiceTests: - async catalog listing + deterministic sorting - workflow detail lookup with trimmed name - blank + missing detail paths - capabilities generation - 11 missed patch lines全部 hit local:line 88.8% / branch 72.6% test_stability_guards.sh + coverage_quality_guard.sh PASS ⟦AI:AUTO-LOOP⟧
9b1fa8f to
9eaf9dd
Compare
Contributor
Author
📊 状态卡片 — fix 派出
🤖 controller status banner ⟦AI:AUTO-LOOP⟧ |
This was referenced May 23, 2026
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.
摘要
iter56 cluster-920 — Phase 9 r2 unanimous(3/3 async catalog query):
WorkflowCatalogReadModelQueryPort.Resultsync-over-async readsWorkflowCatalogReadModelQueryPort(不删 readmodel port)边界(per consensus)
影响范围
LOC +417/-77 across 15 files
验证
dotnet build aevatar.slnx --nologoPASSdotnet test aevatar.slnx --nologoPASSbash tools/ci/test_stability_guards.shPASSbash tools/ci/architecture_guards.shPASS(含新 sync-blocking guard)Closes #920
🤖 Auto-loop / codex-refactor-loop iter56
⟦AI:AUTO-LOOP⟧