write_artifact
Create, append, or overwrite markdown artifacts for a PAIDEIA course, specifying path and content.
Instructions
Write/append/create a PAIDEIA markdown artifact under the course root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_root | No | Absolute path to the course project root. Defaults to the server's CWD when omitted; set this explicitly if the user has cd'd between courses within the same Codex session. | |
| path | Yes | ||
| content | Yes | ||
| mode | No | overwrite | |
| create_parent | No |