Some checks failed
Dev CI / Unit Tests (${{ matrix.app }}) (backend) (push) Blocked by required conditions
Dev CI / Unit Tests (${{ matrix.app }}) (frontend) (push) Blocked by required conditions
Dev CI / Notify Failure (push) Blocked by required conditions
Dev CI / Quality (${{ matrix.app }}) (backend) (push) Has been cancelled
Dev CI / Quality (${{ matrix.app }}) (frontend) (push) Has been cancelled
Aligns dev with the complete application codebase (cicd branch). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
874 B
874 B
| description |
|---|
| Run a task |
For the given $ARGUMENTS you need to get the information about the tasks you need to do :
- If it's a file path, get the path to get the instructions and the feature we want to create
- If it's an issues number or URL, fetch the issues to get the information (with
gh cli)
-
Start to make a plan about how to make the feature You need to fetch all the files needed and more, find what to update, think like a real engineer that will check everything to prepare the best plan.
-
Make the update Update the files according to your plan. Auto correct yourself with TypeScript. Run TypeScript check and find a way everything is clean and working.
-
Commit the changes Commit directly your updates.
-
Create a pull request Create a perfect pull request with all the data needed to review your code.