Conformance
HEXT Standard 1.0 · Core requirements and implementation profiles
Overview
Conformance defines how implementations satisfy the normative requirements of HEXT Standard 1.0. This page summarizes Core conformance, optional implementation profiles, validation expectations, and the component maturity model.
The canonical normative text remains in SPECIFICATION.md §6. Core conformance does not require WebMCP, MCP transport, or Registry services.
Implementation Profiles
HEXT Profiles describe additive capability sets that implementations may support while remaining HEXT compliant. Profiles never redefine Core. They prepare implementers for HEXT Standard 1.1 without altering the frozen 1.0 normative baseline.
| Profile | Status | Required |
|---|---|---|
| Core | Stable | Yes |
| Discovery | Stable | No |
| Registry | Planned | No |
| MCP | Planned | No |
| WebMCP | Planned | No |
Core Profile
Status: Stable · Required
Normative baseline defined by HEXT Standard 1.0. All compliant implementations MUST satisfy Core.
Includes:
- Semantic Object Graph
- Canonical XML
- Provenance
- Ledger
- Object Identity
Discovery Profile
Status: Stable · Optional
Machine-readable discovery metadata for AI agents and crawlers. Implemented on hextai.com; optional for other implementations.
Includes:
- llms.txt
- llms-full.txt
- robots.txt
- sitemap
- JSON-LD
- MCP Server Card
Registry Profile
Status: Planned · Optional · HEXT Standard 1.1
Queryable object registry with resolvable routing. Preview catalog available; full profile planned for 1.1.
Includes:
- Registry service
- catalog.json
- Object discovery
- Schema discovery
MCP Profile
Status: Planned · Optional · HEXT Standard 1.1
Live Model Context Protocol services for agent interaction. Documentation and Server Card metadata only until transport is deployed.
Includes:
- MCP transport
- Tools
- Resources
- Prompts
WebMCP Profile
Status: Planned · Optional · HEXT Standard 1.1
Browser-native MCP-compatible tools via the WebMCP API. Additive to MCP Profile; not required for Core conformance.
Includes:
- Browser discovery
- navigator.modelContext
- WebMCP transport
- Browser tool invocation
WebMCP is an additive profile planned for HEXT Standard 1.1. hextai.com is WebMCP Ready (discovery metadata published) but does not provide live WebMCP runtime integration or MCP transport.
RFC 2119
Conformance requirements in HEXT Standard use the key words SHALL, SHALL NOT, SHOULD, SHOULD NOT, and MAY as defined in RFC 2119.
- SHALL — absolute requirement
- SHOULD — recommended but not mandatory
- MAY — optional capability
Normative Compliance Levels (HEXT Standard 1.0)
HEXT Standard 1.0 defines four normative compliance levels in SPECIFICATION.md §6. Higher levels include all requirements of lower levels unless stated otherwise. Implementation profiles above map to future releases and informative guidance on this site.
Core Conformance
An implementation claiming Core Conformance:
- SHALL represent knowledge internally as a Semantic Object Graph.
- SHALL support Canonical HEXT XML serialization as the primary exchange format.
- SHALL preserve unique Object Identity during transmission and processing.
- SHALL preserve cryptographic ledger integrity during state mutations.
- SHALL preserve provenance metadata envelopes intact.
- SHOULD expose JSON projections for lightweight API consumption.
- MAY expose HTML renderings for human-readable exploration.
XML Schema Conformance
Core implementations SHALL produce and accept documents valid against
hext-core.xsd. See
Canonical XML rules for
integrity verification prior to validation.
Validator Conformance
An implementation claiming Validator Conformance:
- SHALL meet all criteria for Core Conformance.
- SHALL perform full syntactic validation against the official HEXT XSD schema.
- SHALL support error-handling pipelines that halt execution upon schema violation.
Registry Conformance
An implementation claiming Registry Conformance:
- SHALL meet all criteria for Core Conformance.
- SHALL support uniform object addressing and resolvable routing pathways.
- SHALL maintain a queryable schema registry for schema discovery and relation traversal.
Maps to Registry Profile — planned for HEXT Standard 1.1. See Lifecycle.
MCP Conformance
An implementation claiming MCP Conformance:
- SHALL meet all criteria for Core Conformance.
- SHALL implement Model Context Protocol (MCP) services for autonomous agent interaction.
- SHALL expose canonical tools for object retrieval, validation, and semantic querying.
Maps to MCP Profile — planned for HEXT Standard 1.1. See MCP Documentation (design only; no live transport on hextai.com).
SDK Conformance
SDK implementations SHALL meet Core Conformance and expose language bindings that preserve the five-field object model without semantic alteration. SDK packages are distributed across sister repositories under the HEXT-AI organization.
Language SDKs are in bootstrap phase. See SDK index.
Future Certification
Formal certification programs, conformance test suites, and public validator registries are planned for post-1.0 releases. Implementers SHOULD self-declare compliance levels and supported profiles until an official certification process is published.
Compliance Table
| Component | Status | Level |
|---|---|---|
| Core Specification | Stable | Required |
| Semantic XML | Stable | Required |
| XSD Validation | Stable | Required |
| Registry | Planned | Optional |
| MCP | Planned | Optional |
| SDK | Planned | Optional |