{
  "examples": [
    {
      "name": "clean_reclaim_with_support",
      "market_state": "ETH closes above the confirmation shelf and holds follow-through.",
      "inputs": {
        "price": 2412,
        "close_4h": 2408,
        "liquidity_sweep": false,
        "btc_regime": "risk_on"
      },
      "expected_output": {
        "state": "confirmed_breakout",
        "confidence": 0.8,
        "reason": "ETH is accepted above the confirmation shelf."
      },
      "notes": "Best suited for continuation framing rather than immediate aggressive leverage."
    },
    {
      "name": "still_negotiating_zone",
      "market_state": "ETH is trading around the shelf but has not established acceptance.",
      "inputs": {
        "price": 2392,
        "close_4h": 2390,
        "liquidity_sweep": false,
        "btc_regime": "transition"
      },
      "expected_output": {
        "state": "decision_zone",
        "confidence": 0.55,
        "reason": "ETH is still negotiating the key shelf."
      },
      "notes": "Do not force continuation conclusions too early."
    },
    {
      "name": "false_breakout_risk",
      "market_state": "ETH reclaims the zone intraday but fails to hold it with conviction.",
      "inputs": {
        "price": 2378,
        "close_4h": 2381,
        "liquidity_sweep": true,
        "btc_regime": "risk_on"
      },
      "expected_output": {
        "state": "failed_breakout_risk",
        "confidence": 0.72,
        "reason": "The reclaim is weakening and sweep behavior is present."
      },
      "notes": "Use as a downgrade signal, not a prediction guarantee."
    }
  ]
}
