{
    "schema": "antichrist.cx.public-deliberation-integrity-state-machine.v1",
    "release": "R53",
    "initial_state": "input_invited",
    "allowed_transitions": {
        "input_invited": [
            "input_collected",
            "participation_incomplete",
            "deliberation_failed"
        ],
        "input_collected": [
            "summary_reviewed",
            "brigading_contained",
            "deliberation_failed"
        ],
        "summary_reviewed": [
            "authority_boundary_tested",
            "summary_distortion_corrected",
            "dissent_restored",
            "deliberation_failed"
        ],
        "authority_boundary_tested": [
            "integrity_attested",
            "integrity_with_limits",
            "participation_incomplete",
            "authority_boundary_enforced",
            "person_level_action_blocked",
            "brigading_contained",
            "summary_distortion_corrected",
            "dissent_restored",
            "deliberation_failed"
        ]
    },
    "terminal_states": {
        "integrity_attested": {
            "clean": true,
            "meaning": "General-policy deliberation remained plural, source-linked, and separated from individualized adjudication."
        },
        "integrity_with_limits": {
            "clean": false,
            "meaning": "The process supports a bounded policy conclusion but participation or observation limits remain."
        },
        "participation_incomplete": {
            "clean": false,
            "meaning": "Material populations, languages, accessibility channels, or time windows remain incomplete."
        },
        "authority_boundary_enforced": {
            "clean": false,
            "meaning": "A person-directed proposal crossed the boundary and was blocked; the attempted overreach remains part of the record."
        },
        "person_level_action_blocked": {
            "clean": false,
            "meaning": "A crowd sought individual action, but the action was halted and routed to independent review."
        },
        "brigading_contained": {
            "clean": false,
            "meaning": "Coordinated volume manipulation occurred and was contained; the history is not clean."
        },
        "summary_distortion_corrected": {
            "clean": false,
            "meaning": "A machine or human summary distorted the record and was corrected with visible provenance."
        },
        "dissent_restored": {
            "clean": false,
            "meaning": "Material dissent was omitted or flattened and later restored."
        },
        "deliberation_failed": {
            "clean": false,
            "meaning": "Public sentiment or machine-generated consensus produced unresolved person-level adverse action."
        }
    },
    "clean_terminal_states": [
        "integrity_attested"
    ],
    "non_clean_terminal_states": [
        "integrity_with_limits",
        "participation_incomplete",
        "authority_boundary_enforced",
        "person_level_action_blocked",
        "brigading_contained",
        "summary_distortion_corrected",
        "dissent_restored",
        "deliberation_failed"
    ]
}
