update-project-state
What it does
Section titled “What it does”Updates fields in the project’s .mistflow/state.json. Used to manually mark steps, update configuration, or modify metadata.
| Parameter | Type | Required | Description |
|---|---|---|---|
projectPath | string | No | Path to the project directory (default: cwd) |
updates | object | Yes | Key-value pairs to update in the state |
- Most state updates happen automatically through other tools (
implement-step,deploy). - This tool is a fallback for manual corrections.
- Changes are synced to the Mistflow API on next deploy.