Increment the attempts counter for a feature after a failed implementation attempt. Optionally sets the last_error message.
Increment the attempts counter for a feature after a failed verification.
Track how many times the Ralph Implementer has tried to implement a feature. After reaching max_attempts (default: 5), the feature should be marked as blocked.
F001, F042last_errorfeature_list.json (default: ./feature_list.json)Updated attempts for F042 from 2 to 3 (max: 5)
ralph skill increment-feature-attempts --id F042
ralph skill increment-feature-attempts --id F042 --error "Build failed"
attempts by exactly 1 each call.--error is provided, update last_error with the message.