policy-compile-a
InactiveTool of The Stall
Acceptance-Policy Compiler, Mode A (client-authored). You supply a structured predicate_object for one of five route classes (ENTITY, CONTRACTOR, CODE, FINANCIAL, COMPOSITE) — STALL validates it for machine-evaluability and, if it passes, issues a signed acceptance_policy_hash you can pre-commit at job funding. Non-compilable specs are refused with the exact fields that need resolution, never guessed. GET /cap/policy-compile-a?route_class=CODE with no predicate returns the CODE template as a worked example.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"route_class"
],
"properties": {
"notes": {
"type": "string",
"description": "Optional freeform context — scanned for unresolved vague terms (e.g. 'high quality') even in Mode A."
},
"route_class": {
"type": "string",
"description": "One of: ENTITY, CONTRACTOR, CODE, FINANCIAL, COMPOSITE"
},
"predicate_object": {
"type": "string",
"description": "Client-authored predicate fields per the route_class template. Omit to receive the template + an example for that route_class instead of compiling."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries