create_or_update_status
Create or update project status documentation in the .project/ directory. Track health, recent changes, metrics, risks, and milestones with automatic timestamp 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
TableJSON 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. |