save_document
Saves document content by slug as a new immutable version, preserving prior versions for audit and rollback.
Instructions
Save a project document by slug as a new immutable version; prior versions preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Document slug: "business", "sales_strategy", "search_notes", "learnings", or "playbook_<strategy-slug>" | |
| content | Yes | Full markdown content of the document | |
| projectId | Yes | Project name or ID |