Write project memory
write_project_memorySave a short note about project or environment events, ensuring future agent sessions have context on what happened. Prevents repeat failures and lost context.
Instructions
Save a short note for a project/environment so future agent sessions know what happened (e.g. 'Last Vercel deploy failed because DATABASE_URL was missing').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | ||
| tags | No | ||
| project | No | ||
| environment | No |