update_project_status
Update project status by adding timestamped entries to STATUS.md with current status, health indicators, changes, blockers, and next milestones.
Instructions
Quick status update for the project. Adds a timestamped entry to STATUS.md with the current status, changes, or notes.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | Current status summary (e.g., "On track", "Blocked by API issues"). | |
| health | No | Project health indicator. | |
| changes | No | List of recent changes or updates. | |
| blockers | No | Current blockers or risks. | |
| next_milestone | No | Next milestone or goal. |