write_project_file
Create or overwrite a plain file at the project root to store user-visible deliverables like venue.md or approach.md, ensuring the scholar can read the final output directly.
Instructions
Create or fully overwrite a plain, user-visible file at the project root.
Unlike write_resource (hidden internal handoff state under
.pipeline_state/), this is for deliverables the scholar is meant to read
directly, e.g. venue.md or approach.md.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| filename | Yes | ||
| project_dir | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |