PAIDEIA__write_artifact
Write, append, or create a markdown artifact within the course project root directory.
Instructions
PAIDEIA namespace alias for write_artifact. Use this exact name when Alt searches for PAIDEIA__write_artifact. Write/append/create a PAIDEIA markdown artifact under the course root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | overwrite | |
| path | Yes | ||
| content | Yes | ||
| 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. | |
| create_parent | No |