valid-minimal-literal
minimal structurally and semantically conforming document
semantic valid
- Layer
- semantic
- Expected result
- valid
- Specification
- §§2–7
The expected result is conformance-corpus metadata, not a claim
about factual grounding, authority, safety, or operational fitness.
Exact fixture
{
"specVersion": "0.1.0-draft",
"id": "https://example.com/judgment-packs/minimal-literal",
"version": "0.1.0",
"title": "Minimal literal decision",
"decision": {
"intent": "Provide the smallest focused valid pack.",
"question": "Does the literal rule select accept?"
},
"outcomes": [
{ "id": "accept", "label": "Accept" },
{ "id": "reject", "label": "Reject" }
],
"rules": [
{
"id": "literal-rule",
"description": "A true literal condition.",
"when": { "op": "literal", "value": true },
"outcome": "accept",
"onUnknown": "ignore"
}
]
}