{
  "tool_id": "smolov_sheiko_texas_cycles",
  "slug": "smolov-sheiko-texas-cycles",
  "path": "/smolov-sheiko-texas-cycles/",
  "mode": "engine_module",
  "usage": "Client-side calculator. Open https://aifithub.io/smolov-sheiko-texas-cycles/ and fill in the inputs; results render in-browser. Also importable as ES module from https://aifithub.io/engines/smolov-sheiko-texas-cycles.js — call compute(input) with the JSON shape below.",
  "methodology": "https://aifithub.io/methodology/smolov-sheiko-texas-cycles/",
  "sample_input": {
    "tool": "smolov_sheiko_texas_cycles",
    "one_rm": 150,
    "cycle_choice": "smolov_base"
  },
  "input_schema": {
    "type": "object",
    "properties": {
      "tool": {
        "type": "string"
      },
      "one_rm": {
        "type": "number"
      },
      "cycle_choice": {
        "type": "string"
      }
    },
    "required": [
      "tool",
      "one_rm",
      "cycle_choice"
    ]
  },
  "output_schema": {
    "type": "object",
    "properties": {
      "cycle": {
        "type": "string"
      },
      "cycleName": {
        "type": "string"
      },
      "oneRm": {
        "type": "number"
      },
      "weeklyVolumeReps": {
        "type": "number"
      },
      "totalWeeks": {
        "type": "number"
      },
      "weeks": {
        "type": "array"
      }
    }
  }
}
