The ans reference implementation shipped Adapter Style DNS Discovery Profiles (agentnameservice/ans#25): the ANS-family DNS discovery style (SVCB and TXT) and associated trust records. SVCB records are emitted for agent endpoints with proper SvcParam composition (alpn, port, wk, card-sha256), and the _ans-badge TXT and TLSA trust records are always included, per the latest specifications.
Task: audit the feature for the client-visible surface and bring the Java SDK to parity — e.g., resolving and validating the new discovery/trust records, any models for the discovery-profile surface, and tests.
The ans reference implementation shipped Adapter Style DNS Discovery Profiles (agentnameservice/ans#25): the ANS-family DNS discovery style (SVCB and TXT) and associated trust records. SVCB records are emitted for agent endpoints with proper SvcParam composition (alpn, port, wk, card-sha256), and the
_ans-badgeTXT and TLSA trust records are always included, per the latest specifications.Task: audit the feature for the client-visible surface and bring the Java SDK to parity — e.g., resolving and validating the new discovery/trust records, any models for the discovery-profile surface, and tests.