spec_update
Updates the requirements or technical design document of an existing feature by writing full markdown content to the specified document.
Instructions
Writes content to a document (requirements or technical_design) of an existing feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | The document to update. | |
| content | Yes | The full markdown content to write into the document. | |
| feature_name | Yes | The name of the feature without prefix (e.g., 'user-login'). The folder 'FEAT-user-login' will be used. | |
| workspace_path | Yes | The absolute path to the user's current project workspace. |