Skip to content

fix: small editorial fixes across spec, README, ReSpec config, and docs#74

Merged
tadasant merged 1 commit into
Agent-Card:mainfrom
liady:fix/small-editorial-fixes
Jul 11, 2026
Merged

fix: small editorial fixes across spec, README, ReSpec config, and docs#74
tadasant merged 1 commit into
Agent-Card:mainfrom
liady:fix/small-editorial-fixes

Conversation

@liady

@liady liady commented Jul 8, 2026

Copy link
Copy Markdown
Contributor

Fixes #67

Small mechanical fixes across the spec, README, ReSpec config, and docs site. No normative behavior changes.

  • README: ./well-known/ai-catalog.json -> /.well-known/ai-catalog.json
  • ReSpec abstract (specification/respec-config.json): the appendix maps to MCP Server Cards, not "the MCP Registry server.json format"; the abstract now matches the appendix content
  • Truncated digests: replaced 12-char sha256:a1b2c3d4e5f6 example values with full 64-char hex digests, matching the Digest Format definition (3 places in the spec, 1 in docs/examples/multi-protocol-agent.md)
  • MCP mapping example: urn:air:example.com:mcp:finance-server -> urn:air:acme-corp.com:mcp:finance-server (identifier, Trust Manifest identity, and the conceptual-mapping table row), so the URN publisher segment matches the entry's actual publisher and URLs
  • Well-Known URI prose: no longer implies Trust Manifests are retrieved from artifact URLs; they are carried inline on entries
  • docs/getting-started.md: Level 2 requires the host object per the spec; serving at the well-known URI is optional. Reworded the sentence that claimed well-known serving alone reaches Level 2
  • docs/guides/adding-trust.md: removed "identityType": "did" from two examples whose identity is a urn:air: URN (not a DID), and reworded "Three relation types are defined" to reflect that relation is an open string with common values

Verification

  • Spec builds cleanly with tools/build_spec.py
  • specification/respec-config.json parses as valid JSON

- Fix README well-known path typo (./well-known -> /.well-known)
- Update stale ReSpec abstract (server.json -> MCP Server Cards)
- Use full-length sha256 digests in examples per the Digest Format
  definition (spec and docs)
- Align MCP mapping example URN publisher segment with the entry's
  actual publisher domain (example.com -> acme-corp.com)
- Clarify Well-Known URI prose: Trust Manifests are inline on entries,
  not retrieved from artifact URLs
- Correct getting-started Level 2 claim (host object is required;
  well-known serving is optional)
- Remove misleading identityType hints and open-string relation
  wording in the adding-trust guide
@liady
liady requested a review from a team as a code owner July 8, 2026 23:41

@tadasant tadasant left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@tadasant
tadasant merged commit 9fd62f3 into Agent-Card:main Jul 11, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Small editorial fixes across spec, README, ReSpec config, and docs

2 participants