rms_checkpoint_save
Save a session checkpoint before context compaction or a long pause to preserve and resume work later.
Instructions
Create or update a session checkpoint (artifacts/checkpoints/.md, status=active). Save before context compaction or a long pause so work can be resumed. Updating preserves id/created_at and keeps omitted fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | No | What this work is trying to achieve. | |
| name | Yes | Checkpoint name (letters, digits, '-', '_', '.'). | |
| links | No | Vault-relative paths of related notes. | |
| pending | No | What remains to be done. | |
| project | No | Registered project key, used when the MCP client did not provide a workspace root. |