MAGE
Operations
Every operation on MAGE.
The full operation table for MAGE. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/mage-lib crate.
Index
| Operation | Summary |
|---|---|
draft | Draft an artifact of a declared kind (charter, treaty, role spec, blueprint). |
revise | Revise an artifact under instructions; diff against prior version preserved. |
publish | Publish a final artifact to MARS for institutional citation. |
Reference
draft
Draft an artifact of a declared kind (charter, treaty, role spec, blueprint).
| Field | Value |
|---|---|
| Capability | map.mage.draft |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
revise
Revise an artifact under instructions; diff against prior version preserved.
| Field | Value |
|---|---|
| Capability | map.mage.revise |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
publish
Publish a final artifact to MARS for institutional citation.
| Field | Value |
|---|---|
| Capability | map.mage.publish |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.