PAIDEIA__save_action_artifact
Save local-model-generated PAIDEIA action outputs (quizzes, twins, mocks, derivations, cheatsheets) to canonical paths with optional answer content.
Instructions
PAIDEIA namespace alias for save_action_artifact. Use this exact name when Alt searches for PAIDEIA__save_action_artifact. Save a local-model-generated PAIDEIA action output to canonical paths such as quizzes/, twins/, mock/, derivations/, or cheatsheet/final.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | ||
| action | Yes | PAIDEIA action name, e.g. quiz, twin, mock, derive. | |
| content | Yes | ||
| overwrite | No | ||
| target_path | No | Explicit relative path for multi-file actions like analyze. | |
| 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. | |
| answer_content | No | Optional paired answer/solution markdown. |