| description | Create git commits with user approval and no Claude attribution |
|---|
You are tasked with creating git commits for the changes made during this session.
| const machine = Machine({ | |
| id: 'backoffFetch', | |
| context: { | |
| status: 'green', | |
| retryCount: 0, | |
| }, | |
| type: 'parallel', | |
| states: { | |
| health: { | |
| initial: 'healthy', |