normalfactory.com/featurescript-benchmark/agent/claude-fable-5-max/perforated-rectangular-enclosure-box/best/candidate.fs
FeatureScript 3029; import(path : "onshape/std/geometry.fs", version : "3029.0"); // BENCHMARK_PARAMETERS: [{"id":"length","expression":"400 mm"},{"id":"width","expression":"225 mm"},{"id":"height","expression":"117 mm"},{"id":"wallThickness","expression":"2 mm"}] annotation { "Feature Type Name" : "Benchmark Part" } export const benchmarkPart = defineFeature(function(context is Context, id is Id, definition is map) precondition { annotation { "Name" : "Overall length" } isLength(definition.length, { (millimeter) : [50, 400, 2000] } as LengthBoundSpec); annotation { "Name" : "Overall width" } isLength(definition.width, { (millimeter) : [30, 225, 1000] } as LengthBoundSpec); annotation { "Name" : "Overall height" } isLength(definition.height, { (millimeter) : [20, 117, 500] } as LengthBoundSpec); annotation { "Name" : "Wall thickness" } isLength(definition.wallThickness, { (millimeter) : [0.5, 2, 25] } as Lengt