MOOT
Operations
Every operation on MOOT.
The full operation table for MOOT. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/moot-lib crate.
Index
| Operation | Summary |
|---|---|
file | File a case: caller, respondent, claim, evidence, requested remedy. |
plead | File a structured plea or response; evidence channels open through MAVEN. |
rule | Issue a ruling; binding under the active charter; appealable under stated terms. |
Reference
file
File a case: caller, respondent, claim, evidence, requested remedy.
| Field | Value |
|---|---|
| Capability | map.moot.file |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
plead
File a structured plea or response; evidence channels open through MAVEN.
| Field | Value |
|---|---|
| Capability | map.moot.plead |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
rule
Issue a ruling; binding under the active charter; appealable under stated terms.
| Field | Value |
|---|---|
| Capability | map.moot.rule |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.