Update Implementation
update-implementationUpdate an implementation file and automatically run tests to validate changes during TDD refactoring.
Instructions
Update an implementation file in an existing workspace and optionally run tests. This enables efficient iteration during the refactor phase of TDD without re-uploading test files. Automatically runs tests and saves results to history unless autoRunTests is false.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| workspaceId | Yes | Workspace ID to update | |
| implementationFile | Yes | Implementation file with updated content | |
| timeoutMs | No | Test execution timeout in milliseconds | |
| autoRunTests | No | Automatically run tests after updating (default: true) |