create_or_update_status
Create or update the project's STATUS.md to document current phase, health, changes, metrics, risks, or next milestones. Supports merging or replacing content and automatically timestamps updates.
Instructions
Creates or updates the STATUS.md file in .project/ directory. Use this when updating project health, recent changes, metrics, or current phase. Automatically updates the "Last Updated" timestamp.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The status update content. Can include current phase, health status, recent changes, metrics, risks, or next milestone. | |
| updateType | No | Optional: Type of update: "phase", "health", "changes", "metrics", "risks", "milestone", "general". Helps organize the update appropriately. | |
| replace | No | If true, replaces the entire file. If false (default), merges with existing content. |