plate_stack
Get the finishing stack for an engine: exact script tags, step code, rationale, and gotchas. Optionally add domain-specific measured values for web, game, or 3D scenes.
Instructions
The finishing stack for an engine, in order: the exact script tags, the code for each step, why each step exists, and the gotchas. 'three-r128' for a 3D scene, 'web' for a landing page, 'video' for motion. The stack is not the last step; build it in before judging anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | No | Optional. Adds the measured finishing values for that domain, read out of the run whose published frame used them. Needs a library on disk (PLATE_LIBRARY); without one the general stack is returned and the reply says so. Known domains: 3d-product, 3d-scene, game, data, web, web-dark. | |
| engine | Yes | Which stack to return. |