MACE
Operations
Every operation on MACE.
The full operation table for MACE. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/mace-lib crate.
Index
| Operation | Summary |
|---|---|
convene | Convene a council with declared composition, quorum, deadline. |
deliberate | Open the floor for structured argument; each delegate's reasoning recorded. |
tally | Tally votes, declare verdict; dissent filed alongside in the audit record. |
Reference
convene
Convene a council with declared composition, quorum, deadline.
| Field | Value |
|---|---|
| Capability | map.mace.convene |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
deliberate
Open the floor for structured argument; each delegate's reasoning recorded.
| Field | Value |
|---|---|
| Capability | map.mace.deliberate |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
tally
Tally votes, declare verdict; dissent filed alongside in the audit record.
| Field | Value |
|---|---|
| Capability | map.mace.tally |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.