tasks: mark call/review-call-sync complete — all 17 tasks done

This commit is contained in:
2026-06-28 22:29:40 +00:00
parent 507358b285
commit dd5ccf4983

View File

@@ -1,7 +1,7 @@
--- ---
id: call/review-call-sync id: call/review-call-sync
name: Review alknet-call ADR-029/030/032/034 sync for spec conformance name: Review alknet-call ADR-029/030/032/034 sync for spec conformance
status: pending status: completed
depends_on: [call/operation-env-invoke-peer, call/services-list-accesscontrol-filtered, call/call-client-verifier-selection, call/from-call-forwarded-for, call/dispatch-peer-identity] depends_on: [call/operation-env-invoke-peer, call/services-list-accesscontrol-filtered, call/call-client-verifier-selection, call/from-call-forwarded-for, call/dispatch-peer-identity]
scope: broad scope: broad
risk: low risk: low
@@ -152,4 +152,4 @@ checkpoint at the end of the call phase — the most complex sync in this batch.
## Summary ## Summary
> To be filled on completion All 12 checklist sections PASS. Negative criteria verified: no remote_safe/trusted_peer/RemoteFilter/list_operations_peer_scoped/AcceptAnyServerCertVerifier/CompositeOperationEnv in code. PeerCompositeEnv matches ADR-029 §1. PeerId = Identity.id (stable). invoke_peer/PeerRef match ADR-029 §2. forwarded_for matches ADR-032. services/list filters by AccessControl::check. CallClient verifier selection matches ADR-034 §3. from_call peer-keyed registration with SamePeerCollision. dispatch_peer_identity: AccessControl::check is sole gate. FIXES APPLIED: ran cargo fmt to fix 3 drifts in adapter.rs (2 spots) and env.rs (1 spot) — pure formatting, no semantic change. No large deviations — implementation is conformant with ADR-029/030/032/034. 389 tests pass, clippy clean.