[skill-update] ard-registry-builder-skill-update: update DNS discovery to SVCB records - #25
Draft
github-actions[bot] wants to merge 1 commit into
Draft
Conversation
…RD spec PR #56 Replace the SRV/TXT DNS record table in references/publishing.md with SVCB records (now the primary mechanism) and TXT as optional fallback, matching the updated ARD spec. Add reference to DNS-AID draft RFC. Source: ards-project/ard-spec#56 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Summary
Updated
skills/ard-registry-builder/references/publishing.mdto reflect the DNS discovery section change merged into the ARD spec on 2026-07-08.Material delta
File changed:
skills/ard-registry-builder/references/publishing.md— DNS records table (Step 2, "Advertise it")._catalog._agents.<domain>TXT record as primary_search._agents.<domain>SRV record_index._agents.<domain>SVCB recordSource: ards-project/ard-spec PR #56 — Enhance DNS section with SVCB and TXT record details — specifically the change to
spec/ard.md§6.1 DNS discovery.Validations run
python .github/skills/skill-creator/scripts/validate-metadata.py→ SUCCESS (metadata unchanged, validator passes).No-change items
SKILL.md— no workflow, golden rules, or description changes needed; DNS details are in the reference file.references/data-model.md,references/registry-api.md,references/validation-rules.md— unchanged; confirmed accurate against current spec schema and OpenAPI.Unresolved risks
{agent-name}.<domain> IN SVCB . well-known=/not-well-known/ai-catalog.jsonuses the pathnot-well-knownwhich appears intentional (SVCBwell-knownparameter differs from.well-known/). The DNS-AID draft should be consulted for full syntax if implementing; the reference file now links to it.