Deferred from Epic A2 (fn-144 "device add & delegation pairing"), where the online initiator/joiner and the LAN initiator were moved onto KERI delegation.
crates/auths-cli/src/commands/device/pair/offline.rs (handle_initiate_offline) still uses the pre-delegation (attestation-era) flow. Rewire it onto the shared SDK delegation functions (build_delegated_join_response / anchor_pairing_response / finalize_delegated_join in crates/auths-sdk/src/pairing/delegation.rs) so the offline/testing path produces a delegated device like the online path.
Roadmap: docs/architecture/keri-only-roadmap.md (Epic A2 / Epic B). Delegation pairing landed in commit a5c85a5.
Deferred from Epic A2 (fn-144 "device add & delegation pairing"), where the online initiator/joiner and the LAN initiator were moved onto KERI delegation.
crates/auths-cli/src/commands/device/pair/offline.rs(handle_initiate_offline) still uses the pre-delegation (attestation-era) flow. Rewire it onto the shared SDK delegation functions (build_delegated_join_response/anchor_pairing_response/finalize_delegated_joinincrates/auths-sdk/src/pairing/delegation.rs) so the offline/testing path produces a delegated device like the online path.Roadmap:
docs/architecture/keri-only-roadmap.md(Epic A2 / Epic B). Delegation pairing landed in commit a5c85a5.