write_context
Record discoveries, decisions, and progress by batch writing structured entries to .context files, with append for gotchas, architecture, and API notes, and overwrite for progress and summaries.
Instructions
Batch write memory entries to .context/ files. Supports append (for gotchas, architecture, api_notes) and overwrite (for progress, summary). Use this to record discoveries, decisions, and progress during development.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes | Array of entries to write | |
| project_path | No | Optional: absolute path to the target project. If omitted, uses CONTEXT_SYNC_PROJECT_PATH env var or current working directory. |