mureo_strategy_set
Atomically replace the strategy file with new markdown content, validating it before writing to prevent data corruption.
Instructions
Atomically replace STRATEGY.md with the provided markdown. The content is parsed via parse_strategy() before writing to ensure it is well-formed; a malformed input raises rather than corrupts the file. Use this to update goals, constraints, or operation mode from a chat-only host.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| markdown | Yes | The full new content of STRATEGY.md. | |
| path | No | Optional path to the file. Defaults to STRATEGY.md / STATE.json in the MCP server's current working directory. Paths outside cwd are refused. |