{
  "$schema": "https://super-calendar.io/agents/root.schema.json",
  "name": "Super Calendar Agent Root",
  "version": "1.0.0",
  "kind": "agent-root-of-trust",
  "description": "Canonical entry point for agents. Read this before choosing contracts, surfaces, examples, or execution paths.",
  "canonical_sources": {
    "short_instructions": "/llms.txt",
    "full_instructions": "/agents/llms-full.txt",
    "index": "/agents/index.json",
    "discovery": "/agents/discovery.json",
    "capabilities": "/agents/capabilities.json",
    "surface_decision": "/agents/surfaces.json",
    "api_examples": "/agents/api-examples.json",
    "contract": "/agents/contract.md",
    "openapi": "/api/docs/json",
    "io": "/io/ioapi.json",
    "i18n": "/common/i18n/manifest.json",
    "workflows": "/agents/workflows.json",
    "golden_examples": "/agents/golden/"
  },
  "authority_order": [
    "user_explicit_instruction",
    "openapi",
    "io",
    "surface_decision",
    "api_examples",
    "capabilities",
    "contract",
    "workflows",
    "full_instructions",
    "short_instructions",
    "human_docs",
    "prior_model_knowledge"
  ],
  "agent_rules": {
    "do_not_guess_routes": true,
    "do_not_guess_parameters": true,
    "validate_domain_surface_pairs": true,
    "prefer_static_contracts_before_runtime_requests": true,
    "treat_private_feed_urls_as_credentials": true
  },
  "fallback_behavior": {
    "if_root_conflicts_with_openapi": "openapi_wins_for_http_routes",
    "if_surface_conflicts_with_openapi": "openapi_wins_for_supported_formats",
    "if_i18n_conflicts_with_page_text": "i18n_manifest_wins_for_language_availability",
    "if_capability_is_unknown": "do_not_execute_without_validation"
  }
}
