{
  "title": "Experiment tracker to Hypotize migration map",
  "reviewedOn": "2026-08-29",
  "purpose": "A field mapping aid, not an executable import file. Review and normalize every record before using the Hypotize MCP import tool.",
  "sourceFieldAliases": {
    "experiment_name": "title",
    "name": "title",
    "idea_summary": "short_idea",
    "idea": "short_idea",
    "hypothesis": "hypothesis",
    "funnel_stage": "funnel",
    "framework": "framework",
    "owner": "owner_review_required",
    "status": "status",
    "result": "result",
    "outcome_notes": "actual_result",
    "learning": "learning_summary",
    "evidence_url": "evidence_links",
    "next_step": "next_steps"
  },
  "requiredTargetFields": ["project_id", "title", "short_idea", "funnel"],
  "controlledValues": {
    "funnel": ["Awareness", "Acquisition", "Activation", "Revenue", "Retention", "Referral"],
    "framework": ["ICE", "PIE", "RICE", "CUSTOM"],
    "result": ["Win", "Lose", "Neutral"]
  },
  "notes": [
    "The project owner is assigned during import; do not map an unverified source owner directly.",
    "Convert a single evidence URL into a JSON array and validate every URL.",
    "Normalize source status labels to the values accepted by the current import schema.",
    "Keep the original source file until imported records have been reviewed."
  ]
}
