{
  "$schema": "https://super-calendar.io/agents/version.schema.json",
  "name": "Super Calendar Agent Contract Version",
  "contract_version": "1.0.0",
  "capabilities_version": "1.0.0",
  "workflows_version": "1.0.0",
  "gateway_schema_version": "1.0.0",
  "compatibility": {
    "breaking_change_policy": "Do not introduce breaking changes to stable agent contracts without incrementing major version.",
    "beta_policy": "Beta contracts may change with compatible or minor breaking changes.",
    "planned_policy": "Planned capabilities are design intent and must not be treated as executable."
  },
  "recommended_cache": {
    "llms_txt_seconds": 3600,
    "agent_contract_seconds": 86400,
    "capabilities_seconds": 3600,
    "schemas_seconds": 86400,
    "workflows_seconds": 86400,
    "openapi_seconds": 3600,
    "ioapi_seconds": 3600,
    "i18n_manifest_seconds": 3600
  }
}
