execute_artifact_crucible
Ingest an ARTIFACT INGESTION BRIEF plus the artifact an agent generated for it; evaluate it against the laws the brief declares; seal and return the artifact ONLY on the top rung. Headless by construction - a CI runner, a curl script, an autonomous agent and an editor all post the identical tools/call, because enforcement lives at the API layer and a frontend cannot bind a caller who does not use one. The brief is the single home for the target architecture; a target_architecture argument that contradicts it is REFUSED_ARCHITECTURE_CONFLICT rather than silently overriding it. Verdicts are a ladder, not a coin: CALORIE_AFFINE_ARTIFACT_DELIVERED / ARTIFACT_ASSEMBLED_NOT_DELIVERED / ARTIFACT_WIN_UNVERIFIABLE / ARTIFACT_PROTOCOL_CONTRADICTED / ARTIFACT_TARGET_ABSENT / ARTIFACT_LAW_BROKEN / NOT_KNOWN, with qmt_verdict WIN|MISS derived from the rung for callers who want one bit. A host with no toolchain returns REFUSED_NO_CRUCIBLE_HOST and NO qmt_verdict at all - nothing was judged, and reporting MISS would claim the geometry failed when the brief never reached the geometry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| brief | Yes | The complete ARTIFACT INGESTION BRIEF: four sections ([LANGUAGE GAME DEFINITION], [STRUCTURAL GOAL], [PAYLOAD SHAPE], [WASM MEMBRANE INTEGRATION]) with every field filled. The blank template is refused as REFUSED_UNFILLED_PLACEHOLDER. | |
| artifact | Yes | The source the agent generated to satisfy the brief. Generation is the caller's half; the crucible compiles, evaluates and seals. | |
| target_architecture | No | OPTIONAL and redundant: the brief's [PAYLOAD SHAPE] is the single home for this value. Supplied only for callers using the original schema; a value that contradicts the brief is REFUSED_ARCHITECTURE_CONFLICT rather than silently overriding it. |