log_workflow_execution
Log successful workflow executions after passing tests. Record project ID, action keyword, summary, and files changed to maintain an accurate history of completed coding workflows.
Instructions
Record a successful workflow execution (ONLY after passing tests).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Additional notes about the workflow execution | |
| summary | Yes | Summary of what was done | |
| project_id | Yes | ID of the project | |
| tests_passed | No | Whether all required tests passed | |
| files_changed | Yes | List of files that were modified | |
| action_keyword | Yes | Keyword of the action template used (e.g., FIX, REFACTOR) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |