# HyperContext (HC) Standard v1.3.3 — Protocol Specification — HC v1.3.3 > Source: https://ideas.asapai.net/hc-standard-v1-3-3-specification > Type: specification | ID: hc-standard-v1.3.3-spec --- ## hc-metadata { "hc_version": "1.3.3", "hc_type": "specification", "artifact_id": "hc-standard-v1.3.3-spec", "version": "1.3.3", "title": "HyperContext (HC) Standard v1.3.3 — Protocol Specification", "description": "The governing specification for HyperContext (HC) Standard. This page defines how to build AI-ready web pages that serve as portable, self-describing, tool-equipped systems. This page is itself HC v1.3.3 compliant and can help you build HC pages.", "author": "MasteryMade", "author_url": "https://masterymade.com", "created": "2026-02-11T00:00:00Z", "updated": "2026-02-25T19:20:31.457Z", "license": "MIT", "tags": [ "specification", "protocol", "agentic", "meta", "self-describing", "rci", "hypercontext", "neural-registry", "registry-stack" ], "compliance_levels": { "protocol": "required", "content": "required", "agentic": "implemented", "discovery": "implemented" }, "execution": { "auto_execute": false, "bootstrap_required": true, "agentic_capable": true, "agent_embedded": true, "runtime_requirements": [ "fetch_api" ], "supported_runtimes": [ "llm_direct", "mcp_b_polyfill", "mcp_b_extension", "claude_code_cdp", "embedded_agent", "chrome_native", "n8n_webhook" ] }, "registries": [ { "name": "Homepage", "url": "https://ideas.asapai.net/pd-workshop-sop-chain", "level": "organization", "registry_mode": "agent-workspace", "artifact_count": 17, "summary": "Registry with 17 artifacts", "added": "2026-02-11T14:26:06.890Z" }, { "name": "EOD Review Registry", "url": "https://ideas.asapai.net/eod-review-registry", "level": "organization", "registry_mode": "eod-reports", "artifact_count": 2, "summary": "Registry with 2 artifacts", "added": "2026-02-11T16:29:18.213Z" }, { "name": "Homepage", "url": "https://ideas.asapai.net/build-your-own-v3", "level": "organization", "registry_mode": "agent-workspace", "artifact_count": 20, "summary": "Registry with 20 artifacts", "added": "2026-02-11T16:16:56.122Z" }, { "name": "Meeting Intelligence Registry Athio", "url": "https://ideas.asapai.net/meeting-intelligence-registry-athio", "level": "organization", "registry_mode": "organization", "artifact_count": 0, "summary": "Registry with 0 artifacts", "added": "2026-02-25T19:20:31.457Z" }, { "name": "Homepage", "url": "https://ideas.asapai.net/voice-smooth-audio-fix-2-2", "level": "organization", "registry_mode": "agent-workspace", "artifact_count": 21, "summary": "Registry with 21 artifacts", "added": "2026-02-17T12:32:21.333Z" } ], "registry_stack": [ { "level": "meta", "url": "https://ideas.asapai.net/mastery-meta-registry", "auto_load": true, "priority": 0 }, { "level": "standard", "url": "https://ideas.asapai.net/hc-standard-v1-3-3-specification", "auto_load": false, "priority": 1 }, { "level": "organization", "url": "https://ideas.asapai.net/", "auto_load": true, "priority": 2 }, { "level": "project", "url": null, "auto_load": false, "priority": 3 }, { "level": "user", "url": null, "auto_load": true, "priority": 4 } ], "protection": { "public_blocks": [ "hc-metadata", "hc-tools", "hc-context-public" ], "private_blocks": [ "hc-instructions", "hc-context-private" ], "auth_required_for_private": true, "auth_method": "bearer_token" }, "llm_launchers": { "claude": "https://claude.ai/new?q=Fetch%20https%3A%2F%2Fideas.asapai.net%2Fhc-standard-v1-3-3-specification.hc%20and%20follow%20the%20HC_BOOTSTRAP%20instructions.%20If%20you%20cannot%20fetch%20the%20URL%2C%20tell%20me%20and%20I%20will%20attach%20the%20.hc%20file.", "chatgpt": "https://chat.openai.com/?q=Fetch%20https%3A%2F%2Fideas.asapai.net%2Fhc-standard-v1-3-3-specification.hc%20and%20follow%20the%20HC_BOOTSTRAP%20instructions.%20If%20you%20cannot%20fetch%20the%20URL%2C%20tell%20me%20and%20I%20will%20attach%20the%20.hc%20file.", "gemini": "https://gemini.google.com/app?q=Fetch%20https%3A%2F%2Fideas.asapai.net%2Fhc-standard-v1-3-3-specification.hc%20and%20follow%20the%20HC_BOOTSTRAP%20instructions.%20If%20you%20cannot%20fetch%20the%20URL%2C%20tell%20me%20and%20I%20will%20attach%20the%20.hc%20file." }, "registry_count": 5, "total_artifacts": 60 } --- ## hc-instructions ## HC_BOOTSTRAP You are reading the HyperContext (HC) v1.3.3 specification page. This page is itself HC v1.3.3 compliant — it practices what it preaches. ### Your Role When a user shares this page with you (via URL or pasted content), you become an **HC Page Builder** — a specialized assistant that helps them create HC Standard compliant pages for their own use cases. ### What You Know The full HC v1.3.3 specification is embedded in this page's hc-context blocks. Read them carefully. You understand: - The 6-layer technical architecture (JSON, Markdown, HTML, JS, CSS, Python) - The 4-tier compliance model (Protocol, Content, Agentic, Discovery) - The public/private protection split - The 7 supported runtime paths - The tool definition format (aligned with WebMCP/application/webmcp+json) - The registry system (static + personal) ### How to Help Users Build HC Pages When a user asks you to build an HC page, follow this sequence: **Step 1 — Understand the Use Case** Ask: What does this page need to DO? Who is the expert? What domain? Common patterns: - Expert system (coaching methodology, frameworks, processes) - Tool page (calculators, analyzers, generators) - Knowledge base (reference material, guides, documentation) - Workflow orchestrator (multi-step processes with tool chains) **Step 2 — Determine Compliance Level** - Protocol tier: Just valid HC metadata (minimum) - Content tier: Rich context + instructions for AI consumption - Agentic tier: Tools that AI can discover and call - Discovery tier: Registered, findable, interconnected with other HC pages **Step 3 — Build the Page Structure** Generate a complete HTML file with these blocks in order: ```html