MAP Docs
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

OperationSummary
draftDraft an artifact of a declared kind (charter, treaty, role spec, blueprint).
reviseRevise an artifact under instructions; diff against prior version preserved.
publishPublish a final artifact to MARS for institutional citation.

Reference

draft

Draft an artifact of a declared kind (charter, treaty, role spec, blueprint).

FieldValue
Capabilitymap.mage.draft
IdempotentNo — 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.

FieldValue
Capabilitymap.mage.revise
IdempotentNo — 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.

FieldValue
Capabilitymap.mage.publish
IdempotentNo — supply Idempotency-Key for safe retries
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

On this page