iter56 cluster-935: agent run actor-owned admission + plain Task DispatchAsync#938
Merged
loning merged 3 commits intoMay 24, 2026
Conversation
…atchAsync #935 Phase 9 r5 consensus(5 rounds + reflector retry-fix,3/3 unanimous): - 删 dispatcher in-process admission(local-only 不是 actor-owned 事实) - AgentRunGAgent(actor)承担 run admission(typed run_id + duplicate detection + stale rejection) - IActorDispatchPort 用 plain Task DispatchAsync(无 receipt,CommandId/RunActorId 由 typed run_id 派生) - 删 DispatchOutcome / DispatchPhase / dispatcher stale precheck - ConversationGAgent 保 rehydration stale cleanup - 不加新 actor type / envelope kind / Projection phase local PASS:dotnet build + test aevatar.slnx + test_stability + architecture + docs lint Coverage:AgentRunDispatcher 90% line / AgentRunGAgent 93.2% line ⟦AI:AUTO-LOOP⟧
Contributor
Author
📊 状态卡片 — reviewer 派出
🤖 controller status banner ⟦AI:AUTO-LOOP⟧ |
Contributor
Author
📊 状态卡片 — fix 派出
🤖 controller status banner ⟦AI:AUTO-LOOP⟧ |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## auto-refact-dev #938 +/- ##
================================================
Coverage 83.52% 83.52%
================================================
Files 988 988
Lines 63644 63645 +1
Branches 8219 8220 +1
================================================
+ Hits 53157 53160 +3
+ Misses 6927 6924 -3
- Partials 3560 3561 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 4 files with indirect coverage changes 🚀 New features to boost your workflow:
|
…stored + ADR-0027 supersede omnibus r1 reject 2 blockers: - OrleansActorDispatchPort 仍 execution-coupled(PropagateFailure + await HandleEvent) - ADR-0021 rewrite 违反 immutability 修复: - OrleansActorDispatchPort 改 stream/inbox handoff via IStreamProvider(不 PropagateFailure,不 await HandleEnvelopeAsync) - 更新 Orleans dispatch tests 验证 handoff ACK + async downstream failure - 还原 ADR-0021 原始内容 - 新增 ADR-0027 supersede ADR-0021 dispatcher return-value semantics - 更新 canon doc 引用 ADR-0027 plain Task handoff local PASS:test_stability + query_projection_priming + architecture + build + test ⟦AI:AUTO-LOOP⟧
Contributor
Author
📊 状态卡片 — reviewer 派出
🤖 controller status banner ⟦AI:AUTO-LOOP⟧ |
Contributor
Author
📊 codex 进展 review-pr938-omnibus-r3 (⏳ 进行中; 已跑 7 min)
|
Contributor
Author
📊 状态卡片 — test-add 派出
🤖 controller status banner ⟦AI:AUTO-LOOP⟧ |
…l branch(codecov 80%→100%) ⟦AI:AUTO-LOOP⟧
Contributor
Author
📊 codex 进展 test-add-pr938-r1 (⏳ 进行中; 已跑 8 min)
|
This was referenced May 24, 2026
This was referenced May 24, 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-935 — Phase 9 r5 unanimous(5 rounds + 1 reflector retry-fix narrowing,3/3 plain Task):
DispatchOutcome/DispatchPhase/ dispatcher stale precheck边界
影响范围
9 files changed,LOC +153 / -342 net -189
Coverage
验证
dotnet build aevatar.slnx --nologoPASSdotnet test aevatar.slnx --nologo --no-buildPASSbash tools/ci/test_stability_guards.shPASSbash tools/ci/architecture_guards.shPASSbash tools/docs/lint.shPASSCloses #935
🤖 Auto-loop / codex-refactor-loop iter56
⟦AI:AUTO-LOOP⟧